Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S70 wrapper_func remquo
Ddouble_math.c583 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()
DCMakeLists.txt116 pico_wrap_function(${TARGET} remquo)
DBUILD.bazel63 "-Wl,--wrap=remquo",