Searched refs:nexttoward (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nexttoward.c | 33 nexttoward(double x, long double y) in nexttoward() function
|
D | s_nextafter.c | 80 __weak_reference(nextafter, nexttoward);
|
/bionic/tests/ |
D | math_test.cpp | 1053 TEST(math, nexttoward) { in TEST() argument 1054 ASSERT_DOUBLE_EQ(0.0, nexttoward(0.0, 0.0L)); in TEST() 1055 ASSERT_DOUBLE_EQ(4.9406564584124654e-324, nexttoward(0.0, 1.0L)); in TEST() 1056 ASSERT_DOUBLE_EQ(0.0, nexttoward(0.0, -1.0L)); in TEST()
|
/bionic/libm/include/ |
D | math.h | 445 double nexttoward(double, long double);
|