HomeSort by relevance Sort by last modified time
    Searched defs:nexttowardf (Results 1 - 3 of 3) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nexttowardf.c 24 nexttowardf(float x, long double y) function
  /bionic/libm/
fake_long_double.c 38 float nexttowardf(float a1, long double a2) { return nextafterf(a1, (float) a2); } function
  /ndk/sources/android/support/src/
math_support.c 46 __attribute__((weak)) float nexttowardf(float f, long double td) { function

Completed in 53 milliseconds