/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nextafter.c | 81 __weak_reference(nextafter, nexttowardl);
|
s_nextafterl.c | 80 __strong_reference(nextafterl, nexttowardl);
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 144 long double nexttowardl(long double, long double); 290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl), 443 // CHECK-NOERRNO: declare x86_fp80 @nexttowardl(x86_fp80, x86_fp80) [[NUW]]
|
/bionic/libm/include/ |
math.h | 447 long double nexttowardl(long double, long double);
|
/bionic/tests/ |
math_test.cpp | 1065 TEST(math, nexttowardl) { 1066 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, 0.0L)); 1070 ASSERT_DOUBLE_EQ(smallest_positive, nexttowardl(0.0L, 1.0L)); 1071 ASSERT_DOUBLE_EQ(0.0L, nexttowardl(0.0L, -1.0L)); [all...] |
/external/ltrace/etc/ |
libm.so.conf | 394 ldouble nexttowardl(ldouble, ldouble);
|
/development/ndk/platforms/android-13/include/ |
math.h | 468 long double nexttowardl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 471 long double nexttowardl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 463 long double nexttowardl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 463 long double nexttowardl(long double, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 447 long double nexttowardl(long double, long double) __NDK_FPABI_MATH__;
|
/external/libcxx/test/depr/depr.c.headers/ |
math_h.disabled.cpp | 540 static_assert((std::is_same<decltype(nexttowardl(0, (long double)0)), long double>::value), "");
|
/external/clang/lib/Headers/ |
tgmath.h | 1077 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);}
|
/external/libcxx/test/numerics/c.math/ |
cmath.disabled.cpp | [all...] |