Searched refs:fmod (Results 1 – 5 of 5) sorted by relevance
67 wrapper_func fmod
113 pico_wrap_function(${TARGET} fmod)
60 "-Wl,--wrap=fmod",
564 double WRAPPER_FUNC(fmod)(double x,double y) { in WRAPPER_FUNC() argument
395 printf("FMOD %10.18f\n", check_nan(fmod(x, 3.0f))); in main()