Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nextafterf.c23 nextafterf(float x, float y) in nextafterf() function
/bionic/libm/
Dfake_long_double.c38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf()
Dlibm.map.txt208 nextafterf;
/bionic/tests/
Dmath_test.cpp1313 TEST(math_h, nextafterf) { in TEST() argument
1314 ASSERT_FLOAT_EQ(0.0f, nextafterf(0.0f, 0.0f)); in TEST()
1315 ASSERT_FLOAT_EQ(1.4012985e-45f, nextafterf(0.0f, 1.0f)); in TEST()
1316 ASSERT_FLOAT_EQ(-1.4012985e-45f, nextafterf(0.0f, -1.0f)); in TEST()
1730 ASSERT_TRUE(nextafterf(1.0f, 0.0f) - 1.0f < 0.0f); in TEST()
2091 DoMathDataTest<1>(g_nextafterf_intel_data, nextafterf); in TEST()
/bionic/tests/headers/posix/
Dmath_h.c280 FUNCTION(nextafterf, float (*f)(float, float)); in math_h()
/bionic/libc/include/
Dmath.h281 float nextafterf(float __x, float __y);
/bionic/libc/tools/
Dposix-2013.txt598 nextafterf