Searched defs:nexttoward (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/lib/libm/src/ld128/ |
H A D | s_nexttoward.c | 26 nexttoward(double x, long double y) in nexttoward() function
|
/openbsd-src/lib/libm/src/ld80/ |
H A D | s_nexttoward.c | 26 nexttoward(double x, long double y) in nexttoward() function
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 1501 inline _LIBCPP_HIDE_FROM_ABI float nexttoward(float __x, long double __y) _NOEXCEPT {re… in nexttoward() function 1504 _LIBCPP_HIDE_FROM_ABI double nexttoward(double __x, long double __y) _NOEXCEPT { in nexttoward() function 1508 inline _LIBCPP_HIDE_FROM_ABI long double nexttoward(long double __x, long double __y) _NOEXCEPT {re… in nexttoward() function 1513 nexttoward(_A1 __x, long double __y) _NOEXCEPT {return __builtin_nexttoward((double)__x, __y);} in nexttoward() function
|
/openbsd-src/include/ |
H A D | tgmath.h | 151 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro
|