Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c60 static inline bool disnan(double x) { in disnan() function
66 #define check_nan_d1(x) if (disnan((x))) return (x)
67 #define check_nan_d2(x,y) if (disnan((x))) return (x); else if (disnan((y))) return (y);