Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
f128_isnan.c File Reference
Include dependency graph for f128_isnan.c:

Go to the source code of this file.

Functions

bool isNaNF128 (const float128_t *f)
 

Function Documentation

◆ isNaNF128()

bool isNaNF128 ( const float128_t * f)

Definition at line 4 of file f128_isnan.c.

4 {
5 const uint32_t* wptr = (const uint32_t*)f;
6 return softfloat_isNaNF128M( wptr );
7}
bool softfloat_isNaNF128M(const uint32_t *)
unsigned int uint32_t
Definition stdint.h:126
Here is the call graph for this function: