Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c64 #define check_nan_f2(x,y) if (fisnan((x))) return (x); else if (fisnan((y))) return (y); macro
67 #define check_nan_f2(x,y) ((void)0) macro