Searched defs:nexttowardf (Results 1 - 2 of 2) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_nexttowardf.c24 nexttowardf(float x, long double y) function
/bionic/libm/
H A Dfake_long_double.c38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } function

Completed in 44 milliseconds