/bionic/libm/ |
fake_long_double.c | 38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } function
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nexttowardf.c | 24 nexttowardf(float x, long double y) function
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 143 float nexttowardf(float, long double); 290 F(nextafterf), F(nextafterl), F(nexttoward), F(nexttowardf), F(nexttowardl), 442 // CHECK-NOERRNO: declare float @nexttowardf(float, x86_fp80) [[NUW]]
|
/bionic/libm/include/ |
math.h | 446 float nexttowardf(float, long double);
|
/bionic/tests/ |
math_test.cpp | 1059 TEST(math, nexttowardf) { 1060 ASSERT_FLOAT_EQ(0.0f, nexttowardf(0.0f, 0.0L)); 1061 ASSERT_FLOAT_EQ(1.4012985e-45f, nexttowardf(0.0f, 1.0L)); 1062 ASSERT_FLOAT_EQ(0.0f, nexttowardf(0.0f, -1.0L)); [all...] |
/external/ltrace/etc/ |
libm.so.conf | 393 float nexttowardf(float, ldouble);
|
/development/ndk/platforms/android-13/include/ |
math.h | 467 float nexttowardf(float, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-18/include/ |
math.h | 470 float nexttowardf(float, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-3/include/ |
math.h | 462 float nexttowardf(float, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-9/include/ |
math.h | 462 float nexttowardf(float, long double) __NDK_FPABI_MATH__;
|
/development/ndk/platforms/android-L/include/ |
math.h | 446 float nexttowardf(float, long double) __NDK_FPABI_MATH__;
|
/external/libcxx/test/depr/depr.c.headers/ |
math_h.disabled.cpp | 539 static_assert((std::is_same<decltype(nexttowardf(0, (long double)0)), float>::value), "");
|
/external/clang/lib/Headers/ |
tgmath.h | 1069 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);}
|
/external/libcxx/test/numerics/c.math/ |
cmath.disabled.cpp | [all...] |