Searched refs:modf (Results 1 – 11 of 11) sorted by relevance
/bionic/libm/ |
D | fake_long_double.c | 38 long double modfl(long double a1, long double* a2) { double i; double f = modf(a1, &i); *a2 = i; re… in modfl()
|
D | libm.map.txt | 198 modf;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_modf.c | 33 modf(double x, double *iptr) in modf() function
|
/bionic/libc/include/ |
D | math.h | 174 double modf(double __x, double* __integral_part); 176 long double modfl(long double __x, long double* __integral_part) __RENAME_LDBL(modf, 3, 21);
|
/bionic/tests/headers/posix/ |
D | math_h.c | 267 FUNCTION(modf, double (*f)(double, double*)); in math_h()
|
/bionic/tests/ |
D | math_test.cpp | 1566 TEST(MATH_TEST, modf) { in TEST() argument 1568 double df = modf(123.75, &di); in TEST() 1995 DoMathDataTest<1>(g_modf_intel_data, modf); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 568 modf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_141.S | 2051 CALL(modf)
|
D | liblinker_reloc_bench_103.S | 2495 CALL(modf)
|
D | liblinker_reloc_bench_092.S | 2921 CALL(modf)
|
D | liblinker_reloc_bench_151.S | 13923 CALL(modf)
|