Home
last modified time | relevance | path

Searched refs:fgetsignexp (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c70 static inline int fgetsignexp(float x) { in fgetsignexp() function
112 static inline int fispinf(float x) { return fgetsignexp(x)==0xff; } in fispinf()
113 static inline int fisminf(float x) { return fgetsignexp(x)==0x1ff; } in fisminf()