Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
f128M_sub.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "platform.h"
#include "internals.h"
#include "softfloat.h"
Include dependency graph for f128M_sub.c:

Go to the source code of this file.

Functions

void f128M_sub (const float128_t *aPtr, const float128_t *bPtr, float128_t *zPtr)
 

Function Documentation

◆ f128M_sub()

void f128M_sub ( const float128_t * aPtr,
const float128_t * bPtr,
float128_t * zPtr )

Definition at line 84 of file f128M_sub.c.

85{
86
88 (const uint32_t *) aPtr,
89 (const uint32_t *) bPtr,
90 (uint32_t *) zPtr,
91 true
92 );
93
94}
void softfloat_addF128M(const uint32_t *, const uint32_t *, uint32_t *, bool)
Definition s_addF128M.c:45
unsigned int uint32_t
Definition stdint.h:126
Here is the call graph for this function: