Home
last modified time | relevance | path

Searched defs:nexttowardf (Results 1 – 3 of 3) 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
/bionic/tests/
Dmath_test.cpp1051 TEST(math, nexttowardf) { in TEST() argument