/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
|
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
|
tgmath.h | 178 #define nexttoward(a,b) __TG_FN2(nexttoward, (a), (b)) macro
|