Searched refs:fmodf (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_remainderf.c | 45 if (hp<=0x7effffff) x = fmodf(x,p+p); /* now x < 2p */ in remainderf()
|
D | e_fmodf.c | 31 fmodf(float x, float y) in fmodf() function
|
/bionic/tests/ |
D | math_test.cpp | 849 TEST(math_h, fmodf) { in TEST() argument 850 ASSERT_FLOAT_EQ(2.0f, fmodf(12.0f, 10.0f)); in TEST() 853 ASSERT_TRUE(isnanf(fmodf(HUGE_VALF, 10.0f))); in TEST() 854 ASSERT_TRUE(isnanf(fmodf(-HUGE_VALF, 10.0f))); in TEST() 857 ASSERT_TRUE(isnanf(fmodf(nanf(""), 10.0f))); in TEST() 858 ASSERT_TRUE(isnanf(fmodf(12.0f, nan("")))); in TEST() 861 ASSERT_TRUE(isnanf(fmodf(3.0f, 0.0f))); in TEST() 1951 DoMathDataTest<1>(g_fmodf_intel_data, fmodf); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 208 FUNCTION(fmodf, float (*f)(float, float)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 142 fmodf;
|
/bionic/libc/include/ |
D | math.h | 261 float fmodf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 278 fmodf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_138.S | 10185 CALL(fmodf)
|