Searched refs:remquof (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_none.S | 69 wrapper_func remquof
|
D | float_math.c | 539 float WRAPPER_FUNC(remquof)(float x,float y,int*quo) { in WRAPPER_FUNC() argument 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()
|
D | CMakeLists.txt | 83 pico_wrap_function(${TARGET} remquof)
|
D | BUILD.bazel | 66 "-Wl,--wrap=remquof",
|