Home
last modified time | relevance | path

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

/bionic/libm/
Dfake_long_double.c38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() function
Dlibm.map.txt211 nexttowardf;
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nexttowardf.c24 nexttowardf(float x, long double y) in nexttowardf() function
/bionic/tests/headers/posix/
Dmath_h.c284 FUNCTION(nexttowardf, float (*f)(float, long double)); in math_h()
/bionic/tests/
Dmath_test.cpp1340 TEST(MATH_TEST, nexttowardf) { in TEST() argument
1341 ASSERT_FLOAT_EQ(0.0f, nexttowardf(0.0f, 0.0L)); in TEST()
1342 ASSERT_FLOAT_EQ(1.4012985e-45f, nexttowardf(0.0f, 1.0L)); in TEST()
1343 ASSERT_FLOAT_EQ(-1.4012985e-45f, nexttowardf(0.0f, -1.0L)); in TEST()
/bionic/libc/include/
Dmath.h286 float nexttowardf(float __x, long double __y);
/bionic/libc/tools/
Dposix-2013.txt601 nexttowardf