Searched refs:nexttowardf (Results 1 – 7 of 7) sorted by relevance
/bionic/libm/ |
D | fake_long_double.c | 38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() function
|
D | libm.map.txt | 211 nexttowardf;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nexttowardf.c | 24 nexttowardf(float x, long double y) in nexttowardf() function
|
/bionic/tests/headers/posix/ |
D | math_h.c | 284 FUNCTION(nexttowardf, float (*f)(float, long double)); in math_h()
|
/bionic/tests/ |
D | math_test.cpp | 1340 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/ |
D | math.h | 286 float nexttowardf(float __x, long double __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 601 nexttowardf
|