Searched refs:modf (Results 1 – 11 of 11) sorted by relevance
37 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl()
198 modf;
33 modf(double x, double *iptr) in modf() function
267 FUNCTION(modf, double (*f)(double, double*)); in math_h()
172 double modf(double __x, double* _Nonnull __integral_part);
1637 TEST(math_h, modf) { in TEST() argument1639 double df = modf(123.75, &di); in TEST()2066 DoMathDataTest<1>(g_modf_intel_data, modf); in TEST()
568 modf
2051 CALL(modf)
2495 CALL(modf)
2921 CALL(modf)
13923 CALL(modf)