Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_float/
A 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()

Completed in 3 milliseconds