Home
last modified time | relevance | path

Searched refs:remainderf (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_dremf.c15 return remainderf(x, y); in dremf()
Dmath_private.h883 #define __ieee754_remainderf remainderf
/bionic/tests/
Dmath_test.cpp859 TEST(MATH_TEST, remainderf) { in TEST() argument
860 ASSERT_FLOAT_EQ(2.0f, remainderf(12.0f, 10.0f)); in TEST()
863 ASSERT_TRUE(isnanf(remainderf(nanf(""), 10.0f))); in TEST()
864 ASSERT_TRUE(isnanf(remainderf(12.0f, nanf("")))); in TEST()
867 ASSERT_TRUE(isnanf(remainderf(HUGE_VALF, 10.0f))); in TEST()
868 ASSERT_TRUE(isnanf(remainderf(-HUGE_VALF, 10.0f))); in TEST()
871 ASSERT_TRUE(isnanf(remainderf(12.0f, 0.0f))); in TEST()
2040 DoMathDataTest<1>(g_remainderf_intel_data, remainderf); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c292 FUNCTION(remainderf, float (*f)(float, float)); in math_h()
/bionic/libc/include/
Dmath.h268 float remainderf(float __x, float __y);
/bionic/libm/
Dlibm.map.txt217 remainderf;
/bionic/libc/tools/
Dposix-2013.txt850 remainderf