Home
last modified time | relevance | path

Searched refs:nexttowardf (Results 1 – 12 of 12) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_nexttowardf.c24 nexttowardf(float x, long double y) in nexttowardf() function
/bionic/libm/
Dfake_long_double.c38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } in nexttowardf() function
Dlibm.x86.map212 nexttowardf;
Dlibm.mips64.map212 nexttowardf;
Dlibm.arm64.map212 nexttowardf;
Dlibm.x86_64.map212 nexttowardf;
Dlibm.mips.map212 nexttowardf;
Dlibm.map.txt211 nexttowardf;
Dlibm.arm.map212 nexttowardf;
/bionic/libc/include/
Dmath.h298 float nexttowardf(float, long double);
/bionic/tests/
Dmath_test.cpp1050 TEST(math, nexttowardf) { in TEST() argument
1051 ASSERT_FLOAT_EQ(0.0f, nexttowardf(0.0f, 0.0L)); in TEST()
1052 ASSERT_FLOAT_EQ(1.4012985e-45f, nexttowardf(0.0f, 1.0L)); in TEST()
1053 ASSERT_FLOAT_EQ(-1.4012985e-45f, nexttowardf(0.0f, -1.0L)); in TEST()
/bionic/libc/tools/
Dposix-2013.txt601 nexttowardf