Home
last modified time | relevance | path

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

12

/freebsd-14-stable/lib/msun/src/
HDs_nextafter.c26 nextafter(double x, double y) in nextafter() function
77 __weak_reference(nextafter, nexttoward);
78 __weak_reference(nextafter, nexttowardl);
79 __weak_reference(nextafter, nextafterl);
HDs_fma.c228 return (nextafter(z, 0)); in fma()
233 return (nextafter(z, -INFINITY)); in fma()
236 return (nextafter(z, INFINITY)); in fma()
HDmath.h277 double nextafter(double, double);
/freebsd-14-stable/lib/msun/tests/
HDnext_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-14-stable/contrib/llvm-project/libcxx/include/__math/
HDrounding_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-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_math_forward_declares.h145 __DEVICE__ double nextafter(double, double);
146 __DEVICE__ float nextafter(float, float);
256 using ::nextafter;
HD__clang_cuda_cmath.h288 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, nextafter);
416 using ::nextafter;
HD__clang_hip_cmath.h242 __DEF_FUN2(float, nextafter)
530 __HIP_OVERLOAD2(double, nextafter)
703 using ::nextafter;
HDtgmath.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
HD__clang_cuda_math.h202 __DEVICE__ double nextafter(double __a, double __b) { in nextafter() function
HD__clang_hip_math.h951 double nextafter(double __x, double __y) {
/freebsd-14-stable/lib/msun/
HDMakefile183 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
HDSymbol.map142 nextafter;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__random/
HDclamp_to_integral.h47 if (__r >= ::nextafter(static_cast<_RealT>(__max_val), INFINITY)) { in __clamp_to_integral()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/nsan/tests/
HDNSanUnitTest.cpp57 TestFT<double, static_cast<double (*)(double, double)>(nextafter)>(); in TEST()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
HDcmath62 __DEVICE__ float nextafter(float __x, float __y) {
115 __DEVICE__ float nextafter(float __x, float __y) {
/freebsd-14-stable/include/
HDtgmath.h191 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
/freebsd-14-stable/contrib/netbsd-tests/lib/libm/
HDt_fe_round.c146 received = nextafter(values2[i].input, values2[i].toward); in ATF_TC_BODY()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDmath.h484 using std::__math::nextafter;
HDcmath267 floating_point nextafter (arithmetic x, arithmetic y);
475 using ::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/tools/regression/include/tgmath/
HDtgmath.c137 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/
HDcmath.inc223 using ::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDcmath.inc224 using std::nextafter _LIBCPP_USING_IF_EXISTS;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDVecFuncs.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-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdone_abilist.txt125 fun:nextafter=functional

12