Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_none.S68 wrapper_func remainderf
Dfloat_aeabi_rp2040.S637 bl remainderf
666 bl remainderf
709 bl remainderf
761 bl remainderf
DCMakeLists.txt82 pico_wrap_function(${TARGET} remainderf)
DBUILD.bazel65 "-Wl,--wrap=remainderf",
Dfloat_math.c580 float WRAPPER_FUNC(remainderf)(float x,float y) { check_nan_f2(x,y); return remquof(x,y,0); } in WRAPPER_FUNC() argument