Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c111 static inline int fisinf(float x) { return fgetexp (x)==0xff; } in fisinf() function
161 if(fisinf(x)) return 0; in fispo2()
433 if(x==-1.0f&&fisinf(y)) return 1; in WRAPPER_FUNC()