Searched defs:nextafter (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libc/src/__support/FPUtil/x86_64/ |
H A D | NextAfterLongDouble.h | 27 LIBC_INLINE long double nextafter(long double from, long double to) { nextafter() function
|
/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 149 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 D | nvptx.h | 66 LIBC_INLINE double nextafter(double x, double y) { nextafter() function
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 97 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } nextafter() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 95 Ambiguous nextafter(Ambiguous, Ambiguous){ return Ambiguous(); } in nextafter() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math.h | 202 __DEVICE__ double nextafter(double __a, double __b) { nextafter() function
|
H A D | tgmath.h | 1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|