Home
last modified time | relevance | path

Searched refs:nextafter (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/lib/msun/src/
H A Ds_nextafter.c25 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 Dmath.h287 double nextafter(double, double);
/freebsd/lib/msun/tests/
H A Dnext_test.c60 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 Drounding_functions.h149 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.h145 __DEVICE__ double nextafter(double, double);
146 __DEVICE__ float nextafter(float, float);
256 using ::nextafter;
H A D__clang_cuda_cmath.h288 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, nextafter);
416 using ::nextafter;
H A D__clang_hip_cmath.h242 __DEF_FUN2(float, nextafter)
530 __HIP_OVERLOAD2(double, nextafter)
703 using ::nextafter;
H A Dtgmath.h1048 __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 DMakefile181 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 DSymbol.map142 nextafter;
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dclamp_to_integral.h47 if (__r >= ::nextafter(static_cast<_RealT>(__max_val), INFINITY)) { in __clamp_to_integral()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Derfinvl.c103 double eps = fabs (yf - nextafter (yf, 0)); in erfinvl()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/
H A DNSanUnitTest.cpp57 TestFT<double, static_cast<double (*)(double, double)>(nextafter)>(); in TEST()
/freebsd/include/
H A Dtgmath.h191 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c146 received = nextafter(values2[i].input, values2[i].toward); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h484 using std::__math::nextafter;
H A Dcmath267 floating_point nextafter (arithmetic x, arithmetic y);
475 using ::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c137 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 Dcmath.inc223 using ::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h95 got = RT(nextafter) (got, want); in RT()
H A Dulp.c568 #define nextafter_d nextafter
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc224 using std::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVecFuncs.def589 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 Ddone_abilist.txt125 fun:nextafter=functional

12