Searched defs:nexttoward (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/lib/msun/src/
H A Ds_nexttoward.c33 nexttoward(double x, long double y) function
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c141 double (nexttoward)(double x, long double y) { n_double++; } function
/freebsd-10-stable/include/
H A Dtgmath.h192 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1079 #undef nexttoward macro
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro

Completed in 78 milliseconds