Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_double/
A 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()
475 check_nan_d2(x, y);
513 check_nan_d2(x, y);
563 check_nan_d2(x, y);
582 check_nan_d2(x, y);
620 double WRAPPER_FUNC(drem)(double x,double y) { check_nan_d2(x, y); return remquo(x,y,0); }
622 double WRAPPER_FUNC(remainder)(double x,double y) { check_nan_d2(x, y); return remquo(x,y,0); }

Completed in 4 milliseconds