Searched refs:remquo (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_none.S | 70 wrapper_func remquo
|
D | double_math.c | 583 double WRAPPER_FUNC(remquo)(double x,double y,int*quo) { in WRAPPER_FUNC() argument 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()
|
D | CMakeLists.txt | 116 pico_wrap_function(${TARGET} remquo)
|
D | BUILD.bazel | 63 "-Wl,--wrap=remquo",
|