Searched defs:nexttoward (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 169 inline _LIBCPP_HIDE_FROM_ABI float nexttoward(float __x, long double __y) _NOEXCEPT { in nexttoward() function 174 _LIBCPP_HIDE_FROM_ABI double nexttoward(double __x, long double __y) _NOEXCEPT { in nexttoward() function 178 inline _LIBCPP_HIDE_FROM_ABI long double nexttoward(long double __x, long double __y) _NOEXCEPT { in nexttoward() function 183 inline _LIBCPP_HIDE_FROM_ABI double nexttoward(_A1 __x, long double __y) _NOEXCEPT { in nexttoward() function
|
/freebsd/lib/msun/src/ |
H A D | s_nexttoward.c | 29 nexttoward(double x, long double y) in nexttoward() function
|
/freebsd/include/ |
H A D | tgmath.h | 192 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
|