Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c67 #define check_nan_d2(x,y) if (disnan((x))) return (x); else if (disnan((y))) return (y); macro
70 #define check_nan_d2(x,y) ((void)0) macro
108 check_nan_d2(x,y); in WRAPPER_FUNC()
477 check_nan_d2(x, y); in WRAPPER_FUNC()
515 check_nan_d2(x, y); in WRAPPER_FUNC()
565 check_nan_d2(x, y); in WRAPPER_FUNC()
584 check_nan_d2(x, y); in WRAPPER_FUNC()
622 double WRAPPER_FUNC(drem)(double x,double y) { check_nan_d2(x, y); return remquo(x,y,0); } in WRAPPER_FUNC()
624 double WRAPPER_FUNC(remainder)(double x,double y) { check_nan_d2(x, y); return remquo(x,y,0); } in WRAPPER_FUNC()