Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nexttoward.c33 nexttoward(double x, long double y) in nexttoward() function
H A Ds_nextafter.c80 __weak_reference(nextafter, nexttoward);
/aosp12/bionic/libc/include/
H A Dmath.h285 double nexttoward(double __x, long double __y) __INTRODUCED_IN_NO_GUARD_FOR_NDK(18);
287 long double nexttowardl(long double __x, long double __y) __RENAME_LDBL_NO_GUARD_FOR_NDK(nexttoward
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c103 TGMATH2(nexttoward); in tgmath_h()
H A Dmath_h.c283 FUNCTION(nexttoward, double (*f)(double, long double)); in math_h()
/aosp12/bionic/libm/
H A Dlibm.map.txt210 nexttoward; # introduced-arm=18 introduced-arm64=21 introduced-x86=18 introduced-x86_64=21
/aosp12/bionic/tests/
H A Dmath_test.cpp1293 TEST(MATH_TEST, nexttoward) { in TEST() argument
1294 ASSERT_DOUBLE_EQ(0.0, nexttoward(0.0, 0.0L)); in TEST()
1295 ASSERT_DOUBLE_EQ(4.9406564584124654e-324, nexttoward(0.0, 1.0L)); in TEST()
1296 ASSERT_DOUBLE_EQ(-4.9406564584124654e-324, nexttoward(0.0, -1.0L)); in TEST()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt602 nexttoward