Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c73 static inline int dgetsignexp(double x) { in dgetsignexp() function
115 static inline int dispinf(double x) { return dgetsignexp(x)==0x7ff; } in dispinf()
116 static inline int disminf(double x) { return dgetsignexp(x)==0xfff; } in disminf()