Searched refs:nexttowardl (Results 1 – 12 of 12) 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/libm/ |
D | libm.arm64.map | 213 nexttowardl;
|
D | libm.x86.map | 213 nexttowardl;
|
D | libm.mips64.map | 213 nexttowardl;
|
D | libm.x86_64.map | 213 nexttowardl;
|
D | libm.mips.map | 213 nexttowardl;
|
D | libm.arm.map | 213 nexttowardl;
|
D | libm.map.txt | 212 nexttowardl;
|
/bionic/libm/include/ |
D | math.h | 404 long double nexttowardl(long double, long double);
|
/bionic/tests/ |
D | math_test.cpp | 1057 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/ |
D | posix-2013.txt | 603 nexttowardl
|