Home
last modified time | relevance | path

Searched refs:nexttowardl (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nextafter.c81 __weak_reference(nextafter, nexttowardl);
Ds_nextafterl.c80 __strong_reference(nextafterl, nexttowardl);
/bionic/tests/
Dmath_test.cpp1065 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/
Dmath.h447 long double nexttowardl(long double, long double);