HomeSort by: relevance | last modified time | path
    Searched defs:nexttoward (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/src/
s_nexttoward.c 20 * where long double is the same as double, nexttoward() is an alias
38 * The nexttoward() function is equivalent to nextafter() function,
46 nexttoward(double x, long double y) function in typeref:typename:double
  /src/include/
tgmath.h 178 #define nexttoward(a,b) __TG_FN2(nexttoward, (a), (b)) macro

Completed in 13 milliseconds