Searched refs:check_nan_f2 (Results 1 – 1 of 1) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/pico_float/ |
| D | float_math.c | 64 #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 104 check_nan_f2(x,y); in WRAPPER_FUNC() 335 check_nan_f2(x,y); in WRAPPER_FUNC() 432 check_nan_f2(x,y); in WRAPPER_FUNC() 469 check_nan_f2(x,y); in WRAPPER_FUNC() 519 check_nan_f2(x,y); in WRAPPER_FUNC() 540 check_nan_f2(x,y); in WRAPPER_FUNC() 578 float WRAPPER_FUNC(dremf)(float x,float y) { check_nan_f2(x,y); return remquof(x,y,0); } in WRAPPER_FUNC() 580 float WRAPPER_FUNC(remainderf)(float x,float y) { check_nan_f2(x,y); return remquof(x,y,0); } in WRAPPER_FUNC()
|