Searched refs:nextafterf (Results 1 – 8 of 8) 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 | 38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf()
|
D | libm.map.txt | 208 nextafterf;
|
/bionic/tests/ |
D | math_test.cpp | 1319 TEST(MATH_TEST, nextafterf) { in TEST() argument 1320 ASSERT_FLOAT_EQ(0.0f, nextafterf(0.0f, 0.0f)); in TEST() 1321 ASSERT_FLOAT_EQ(1.4012985e-45f, nextafterf(0.0f, 1.0f)); in TEST() 1322 ASSERT_FLOAT_EQ(-1.4012985e-45f, nextafterf(0.0f, -1.0f)); in TEST() 1737 ASSERT_TRUE(nextafterf(1.0f, 0.0f) - 1.0f < 0.0f); in TEST() 2098 DoMathDataTest<1>(g_nextafterf_intel_data, nextafterf); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 280 FUNCTION(nextafterf, float (*f)(float, float)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 282 float nextafterf(float __x, float __y);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 598 nextafterf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_030.S | 19039 CALL(nextafterf)
|