Home
last modified time | relevance | path

Searched defs:nextafter (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/x86_64/
H A DNextAfterLongDouble.h27 LIBC_INLINE long double nextafter(long double from, long double to) { nextafter() function
/llvm-project/libcxx/include/__math/
H A Drounding_functions.h149 inline _LIBCPP_HIDE_FROM_ABI float nextafter(float __x, float __y) _NOEXCEPT { return __builtin_nextafterf(__x, __y); } in nextafter() function
152 _LIBCPP_HIDE_FROM_ABI double nextafter(double __x, double __y) _NOEXCEPT { in nextafter() function
156 inline _LIBCPP_HIDE_FROM_ABI long double nextafter(long double __x, long double __y) _NOEXCEPT { in nextafter() function
161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type nextafter(_A1 __x, _A2 __y) _NOEXCEPT { in nextafter() function
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h66 LIBC_INLINE double nextafter(double x, double y) { nextafter() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp97 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } nextafter() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp95 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h202 __DEVICE__ double nextafter(double __a, double __b) { nextafter() function
H A Dtgmath.h1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro