Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Drounding_functions.h169 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
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp98 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } nexttoward() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp96 Ambiguous nexttoward(Ambiguous, Ambiguous){ return Ambiguous(); } in nexttoward() function
[all...]
/llvm-project/clang/lib/Headers/
H A Dtgmath.h1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y)) macro