| /freebsd-14-stable/lib/msun/src/ |
| HD | s_nextafter.c | 26 nextafter(double x, double y) in nextafter() function 77 __weak_reference(nextafter, nexttoward); 78 __weak_reference(nextafter, nexttowardl); 79 __weak_reference(nextafter, nextafterl);
|
| HD | s_fma.c | 228 return (nextafter(z, 0)); in fma() 233 return (nextafter(z, -INFINITY)); in fma() 236 return (nextafter(z, INFINITY)); in fma()
|
| HD | math.h | 277 double nextafter(double, double);
|
| /freebsd-14-stable/lib/msun/tests/ |
| HD | next_test.c | 60 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \ 98 test##prec(copysign##prec(1.0, nextafter##prec(0.0, -0.0)), -1.0, 0); \ in ATF_TC_BODY() 99 test##prec(copysign##prec(1.0, nextafter##prec(-0.0, 0.0)), 1.0, 0); \ in ATF_TC_BODY() 114 stest(nextafter, 0x1p-1074, ); in ATF_TC_BODY() 225 test(idd(nextafter(DBL_MAX, INFINITY)), INFINITY, ex_over); in ATF_TC_BODY() 226 test(idd(nextafter(INFINITY, 0.0)), DBL_MAX, 0); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/ |
| HD | rounding_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float nextafter(float __x, float __y) _NOEXCEPT { return __builtin_nex… 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) _NOEXCE… in nextafter() function 164 return __math::nextafter((__result_type)__x, (__result_type)__y); in nextafter()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 145 __DEVICE__ double nextafter(double, double); 146 __DEVICE__ float nextafter(float, float); 256 using ::nextafter;
|
| HD | __clang_cuda_cmath.h | 288 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, nextafter); 416 using ::nextafter;
|
| HD | __clang_hip_cmath.h | 242 __DEF_FUN2(float, nextafter) 530 __HIP_OVERLOAD2(double, nextafter) 703 using ::nextafter;
|
| HD | tgmath.h | 1048 __tg_nextafter(double __x, double __y) {return nextafter(__x, __y);} in __tg_nextafter() 1054 #undef nextafter 1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
|
| HD | __clang_cuda_math.h | 202 __DEVICE__ double nextafter(double __a, double __b) { in nextafter() function
|
| HD | __clang_hip_math.h | 951 double nextafter(double __x, double __y) {
|
| /freebsd-14-stable/lib/msun/ |
| HD | Makefile | 183 nextafter.3 remainder.3 rint.3 \ 255 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3 256 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3 257 MLINKS+=nextafter.3 nexttowardl.3
|
| HD | Symbol.map | 142 nextafter;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__random/ |
| HD | clamp_to_integral.h | 47 if (__r >= ::nextafter(static_cast<_RealT>(__max_val), INFINITY)) { in __clamp_to_integral()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/nsan/tests/ |
| HD | NSanUnitTest.cpp | 57 TestFT<double, static_cast<double (*)(double, double)>(nextafter)>(); in TEST()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| HD | cmath | 62 __DEVICE__ float nextafter(float __x, float __y) { 115 __DEVICE__ float nextafter(float __x, float __y) {
|
| /freebsd-14-stable/include/ |
| HD | tgmath.h | 191 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libm/ |
| HD | t_fe_round.c | 146 received = nextafter(values2[i].input, values2[i].toward); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 484 using std::__math::nextafter;
|
| HD | cmath | 267 floating_point nextafter (arithmetic x, arithmetic y); 475 using ::nextafter _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 137 TGMACRO_REAL_REAL(nextafter) in TGMACRO_REAL_FIXED_RET() 563 PASS_REAL_REAL_ARG_REAL_RET(nextafter)); in main()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/ |
| HD | cmath.inc | 223 using ::nextafter _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | cmath.inc | 224 using std::nextafter _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | VecFuncs.def | 589 TLI_DEFINE_VECFUNC("nextafter", "_ZGVnN2vv_nextafter", FIXED(2), "_ZGV_LLVM_N2vv") 840 TLI_DEFINE_VECFUNC("nextafter", "_ZGVsMxvv_nextafter", SCALABLE(2), MASKED, "_ZGVsMxvv") 1100 TLI_DEFINE_VECFUNC("nextafter", "armpl_vnextafterq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2vv") 1102 TLI_DEFINE_VECFUNC("nextafter", "armpl_svnextafter_f64_x", SCALABLE(2), MASKED, "_ZGVsMxvv")
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | done_abilist.txt | 125 fun:nextafter=functional
|