Home
last modified time | relevance | path

Searched refs:nexttowardl (Results 1 – 12 of 12) 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/libm/
Dlibm.arm64.map213 nexttowardl;
Dlibm.x86.map213 nexttowardl;
Dlibm.mips64.map213 nexttowardl;
Dlibm.x86_64.map213 nexttowardl;
Dlibm.mips.map213 nexttowardl;
Dlibm.arm.map213 nexttowardl;
Dlibm.map.txt212 nexttowardl;
/bionic/libm/include/
Dmath.h404 long double nexttowardl(long double, long double);
/bionic/tests/
Dmath_test.cpp1057 TEST(math, nexttowardl) { in TEST() argument
1058 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, 0.0L)); in TEST()
1062 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); in TEST()
1063 ASSERT_DOUBLE_EQ(-smallest_positive, nexttowardl(0.0L, -1.0L)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt603 nexttowardl