Home
last modified time | relevance | path

Searched defs:check_nan_d1 (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c66 #define check_nan_d1(x) if (disnan((x))) return (x) macro
69 #define check_nan_d1(x) ((void)0) macro