Home
last modified time | relevance | path

Searched refs:nexttoward (Results 1 – 6 of 6) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nexttoward.c33 nexttoward(double x, long double y) in nexttoward() function
Ds_nextafter.c80 __weak_reference(nextafter, nexttoward);
/bionic/libm/
Dlibm.map210 nexttoward;
/bionic/libm/include/
Dmath.h445 double nexttoward(double, long double);
/bionic/tests/
Dmath_test.cpp1045 TEST(math, nexttoward) { in TEST() argument
1046 ASSERT_DOUBLE_EQ(0.0, nexttoward(0.0, 0.0L)); in TEST()
1047 ASSERT_DOUBLE_EQ(4.9406564584124654e-324, nexttoward(0.0, 1.0L)); in TEST()
1048 ASSERT_DOUBLE_EQ(-4.9406564584124654e-324, nexttoward(0.0, -1.0L)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt602 nexttoward