Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Dw_dremf.c15 return remainderf(x, y); in dremf()
Dmath_private.h723 #define __ieee754_remainderf remainderf
/bionic/libm/include/
Dmath.h357 float remainderf(float, float);
/bionic/tests/
Dmath_test.cpp664 TEST(math, remainderf) { in TEST() argument
665 ASSERT_FLOAT_EQ(2.0f, remainderf(12.0f, 10.0f)); in TEST()