Home
last modified time | relevance | path

Searched defs:nexttoward (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libm/src/ld128/
H A Ds_nexttoward.c26 nexttoward(double x, long double y) in nexttoward() function
/openbsd-src/lib/libm/src/ld80/
H A Ds_nexttoward.c26 nexttoward(double x, long double y) in nexttoward() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmath.h1501 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 Dtgmath.h151 #define nexttoward(x, y) __tg_simplev(x, nexttoward, x, y) macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dtgmath.h1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro