Searched refs:nexttoward (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nexttoward.c | 33 nexttoward(double x, long double y) in nexttoward() function
|
D | s_nextafter.c | 80 __weak_reference(nextafter, nexttoward);
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 103 TGMATH2(nexttoward); in tgmath_h()
|
D | math_h.c | 283 FUNCTION(nexttoward, double (*f)(double, long double)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 287 double nexttoward(double __x, long double __y) __INTRODUCED_IN(18) __VERSIONER_NO_GUARD; 289 long double nexttowardl(long double __x, long double __y) __RENAME_LDBL(nexttoward, 18, 18) __VERSI…
|
/bionic/tests/ |
D | math_test.cpp | 1293 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()
|
/bionic/libm/ |
D | libm.map.txt | 210 …nexttoward; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introd…
|
/bionic/libc/tools/ |
D | posix-2013.txt | 602 nexttoward
|