Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S69 wrapper_func remquof
Dfloat_math.c539 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()
DCMakeLists.txt83 pico_wrap_function(${TARGET} remquof)
DBUILD.bazel66 "-Wl,--wrap=remquof",