Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_none.S67 wrapper_func fmod
DCMakeLists.txt113 pico_wrap_function(${TARGET} fmod)
DBUILD.bazel60 "-Wl,--wrap=fmod",
Ddouble_math.c564 double WRAPPER_FUNC(fmod)(double x,double y) { in WRAPPER_FUNC() argument
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c395 printf("FMOD %10.18f\n", check_nan(fmod(x, 3.0f))); in main()