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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nextafterf.c 23 nextafterf(float x, float y) function
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 136 inline float nextafterf(float x, float y) { return x > y ? x - FLT_EPSILON : x + FLT_EPSILON; } function

Completed in 712 milliseconds