Searched refs:nexttowardl (Results 1 – 4 of 4) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nextafter.c | 81 __weak_reference(nextafter, nexttowardl);
|
D | s_nextafterl.c | 80 __strong_reference(nextafterl, nexttowardl);
|
/bionic/tests/ |
D | math_test.cpp | 1065 TEST(math, nexttowardl) { in TEST() argument 1066 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, 0.0L)); in TEST() 1070 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); in TEST() 1071 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, -1.0L)); in TEST()
|
/bionic/libm/include/ |
D | math.h | 447 long double nexttowardl(long double, long double);
|