Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c63 #define check_nan_f1(x) if (fisnan((x))) return (x) macro
66 #define check_nan_f1(x) ((void)0) macro