/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fmal.c | 84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); 117 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo); 210 return (nextafterl(z, 0)); 215 return (nextafterl(z, -INFINITY)); 218 return (nextafterl(z, INFINITY));
|
s_nextafterl.c | 34 nextafterl(long double x, long double y) function 80 __strong_reference(nextafterl, nexttowardl);
|
s_nextafter.c | 82 __weak_reference(nextafter, nextafterl);
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 141 long double nextafterl(long double, long double); 290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl), 440 // CHECK-NOERRNO: declare x86_fp80 @nextafterl(x86_fp80, x86_fp80) [[NUW]]
|
/bionic/tests/ |
math_test.cpp | 1044 TEST(math, nextafterl) { 1045 ASSERT_DOUBLE_EQ(0.0L, nextafterl(0.0L, 0.0L)); 1049 ASSERT_DOUBLE_EQ(smallest_positive, nextafterl(0.0L, 1.0L)); 1050 ASSERT_DOUBLE_EQ(0.0L, nextafterl(0.0L, -1.0L)); [all...] |
/bionic/libm/include/ |
math.h | 444 long double nextafterl(long double, long double);
|
/external/ltrace/etc/ |
libm.so.conf | 390 ldouble nextafterl(ldouble, ldouble);
|
/development/ndk/platforms/android-13/include/ |
math.h | 465 long double nextafterl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 468 long double nextafterl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 460 long double nextafterl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 460 long double nextafterl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 444 long double nextafterl(long double, long double) __NDK_FPABI_MATH__;
|
/external/libcxx/test/depr/depr.c.headers/ |
math_h.disabled.cpp | 532 static_assert((std::is_same<decltype(nextafterl(0,0)), long double>::value), "");
|
/external/clang/lib/Headers/ |
tgmath.h | 1059 __tg_nextafter(long double __x, long double __y) {return nextafterl(__x, __y);}
|
/external/libcxx/test/numerics/c.math/ |
cmath.disabled.cpp | [all...] |