/freebsd/lib/msun/src/ |
H A D | s_nextafter.c | 25 nextafter(double x, double y) in nextafter() function 76 __weak_reference(nextafter, nexttoward); 77 __weak_reference(nextafter, nexttowardl); 78 __weak_reference(nextafter, nextafterl);
|
H A D | math.h | 287 double nextafter(double, double);
|
/freebsd/lib/msun/tests/ |
H A D | 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/contrib/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_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/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 145 __DEVICE__ double nextafter(double, double); 146 __DEVICE__ float nextafter(float, float); 256 using ::nextafter;
|
H A D | __clang_cuda_cmath.h | 288 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, nextafter); 416 using ::nextafter;
|
H A D | __clang_hip_cmath.h | 242 __DEF_FUN2(float, nextafter) 530 __HIP_OVERLOAD2(double, nextafter) 703 using ::nextafter;
|
H A D | 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
|
/freebsd/lib/msun/ |
H A D | Makefile | 181 nextafter.3 remainder.3 rint.3 \ 253 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3 254 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3 255 MLINKS+=nextafter.3 nexttowardl.3
|
H A D | Symbol.map | 142 nextafter;
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | clamp_to_integral.h | 47 if (__r >= ::nextafter(static_cast<_RealT>(__max_val), INFINITY)) { in __clamp_to_integral()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | erfinvl.c | 103 double eps = fabs (yf - nextafter (yf, 0)); in erfinvl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/ |
H A D | NSanUnitTest.cpp | 57 TestFT<double, static_cast<double (*)(double, double)>(nextafter)>(); in TEST()
|
/freebsd/include/ |
H A D | tgmath.h | 191 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 146 received = nextafter(values2[i].input, values2[i].toward); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 484 using std::__math::nextafter;
|
H A D | cmath | 267 floating_point nextafter (arithmetic x, arithmetic y); 475 using ::nextafter _LIBCPP_USING_IF_EXISTS;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 137 TGMACRO_REAL_REAL(nextafter) in TGMACRO_REAL_FIXED_RET() 563 PASS_REAL_REAL_ARG_REAL_RET(nextafter)); in main()
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 223 using ::nextafter _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.h | 95 got = RT(nextafter) (got, want); in RT()
|
H A D | ulp.c | 568 #define nextafter_d nextafter
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 224 using std::nextafter _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | 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/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 125 fun:nextafter=functional
|