Home
last modified time | relevance | path

Searched refs:nexttowardl (Results 1 – 7 of 7) 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/headers/posix/
Dmath_h.c285 FUNCTION(nexttowardl, long double (*f)(long double, long double)); in math_h()
/bionic/libm/
Dlibm.map.txt212 nexttowardl; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/bionic/libc/include/
Dmath.h287 long double nexttowardl(long double __x, long double __y) __RENAME_LDBL_NO_GUARD_FOR_NDK(nexttoward…
/bionic/tests/
Dmath_test.cpp1305 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/
Dposix-2013.txt603 nexttowardl