Searched refs:nextafterf (Results 1 – 12 of 12) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_nextafterf.c | 23 nextafterf(float x, float y) in nextafterf() function
|
/bionic/libm/ |
D | fake_long_double.c | 39 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf()
|
D | libm.arm64.map | 209 nextafterf;
|
D | libm.x86.map | 209 nextafterf;
|
D | libm.mips64.map | 209 nextafterf;
|
D | libm.x86_64.map | 209 nextafterf;
|
D | libm.mips.map | 209 nextafterf;
|
D | libm.arm.map | 209 nextafterf;
|
D | libm.map.txt | 208 nextafterf;
|
/bionic/tests/ |
D | math_test.cpp | 1030 TEST(math, nextafterf) { in TEST() argument 1031 ASSERT_FLOAT_EQ(0.0f, nextafterf(0.0f, 0.0f)); in TEST() 1032 ASSERT_FLOAT_EQ(1.4012985e-45f, nextafterf(0.0f, 1.0f)); in TEST() 1033 ASSERT_FLOAT_EQ(-1.4012985e-45f, nextafterf(0.0f, -1.0f)); in TEST() 1378 ASSERT_TRUE(nextafterf(1.0f, 0.0f) - 1.0f < 0.0f); in TEST() 1739 DoMathDataTest<1>(g_nextafterf_intel_data, nextafterf); in TEST()
|
/bionic/libm/include/ |
D | math.h | 312 float nextafterf(float, float);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 598 nextafterf
|