Searched refs:modf (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dexp10.c14 double n, y = modf(x, &n);
H A Dmodf.c3 double modf(double x, double *iptr) function
H A Dmodfl.c9 r = modf(x, &d);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.cpp69 current = modf(current, &ipart);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h118 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
/haiku/headers/posix/
H A Dmath.h235 extern double modf(double x, double *y);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2095 void modf() {} function
H A Dlibroot_stubs_legacy.c2065 void modf() {} function

Completed in 211 milliseconds