Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c169 static inline double dnan_or(double x) { in dnan_or() function
262 if(disstrictneg(u)) return dnan_or(PINF); in WRAPPER_FUNC()
270 if(disstrictneg(u)) return dnan_or(PINF); in WRAPPER_FUNC()
571 if(ex==0x7ff) return dnan_or(PINF); in WRAPPER_FUNC()