Searched refs:nexttowardl (Results 1 – 7 of 7) 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/headers/posix/ |
D | math_h.c | 285 FUNCTION(nexttowardl, long double (*f)(long double, long double)); in math_h()
|
/bionic/libm/ |
D | libm.map.txt | 212 nexttowardl; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
|
/bionic/libc/include/ |
D | math.h | 287 long double nexttowardl(long double __x, long double __y) __RENAME_LDBL_NO_GUARD_FOR_NDK(nexttoward…
|
/bionic/tests/ |
D | math_test.cpp | 1305 TEST(MATH_TEST, nexttowardl) { in TEST() argument 1306 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, 0.0L)); in TEST() 1310 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); in TEST() 1311 ASSERT_DOUBLE_EQ(-smallest_positive, nexttowardl(0.0L, -1.0L)); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 603 nexttowardl
|