Home
last modified time | relevance | path

Searched refs:nearbyint (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c47 static double (*libnearbyint)(double) = nearbyint;
51 #define nearbyint libnearbyint macro
98 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
105 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
152 ATF_TC_WITHOUT_HEAD(nearbyint);
153 ATF_TC_BODY(nearbyint, tc) in ATF_TC_BODY() argument
165 ATF_TP_ADD_TC(tp, nearbyint); in ATF_TP_ADD_TCS()
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h129 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float nearbyint(float __x) _NOEXCEPT { in nearbyint() function
134 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double nearbyint(double __x) _NOEXCEPT { in nearbyint() function
138 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double nearbyint(long double __x) _NOEXCEPT { in nearbyint() function
143 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double nearbyint(_A1 __x) _NOEXCEPT { in nearbyint() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h143 __DEVICE__ double nearbyint(double);
144 __DEVICE__ float nearbyint(float);
255 using ::nearbyint;
H A D__clang_cuda_cmath.h287 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, nearbyint);
415 using ::nearbyint;
H A D__clang_hip_cmath.h241 __DEF_FUN1(float, nearbyint)
529 __HIP_OVERLOAD1(double, nearbyint)
702 using ::nearbyint;
H A Dtgmath.h1031 __tg_nearbyint(double __x) {return nearbyint(__x);} in __tg_nearbyint()
1037 #undef nearbyint
1038 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
/freebsd/lib/msun/src/
H A Ds_nearbyint.c56 DECL(double, nearbyint, rint)
H A Dmath.h315 double nearbyint(double);
/freebsd/include/
H A Dtgmath.h190 #define nearbyint(x) __tg_simple(x, nearbyint) macro
/freebsd/lib/msun/
H A DSymbol.map140 nearbyint;
H A DMakefile259 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c109 received = nearbyint(values[i].input); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h483 using std::__math::nearbyint;
H A Dcmath263 floating_point nearbyint (arithmetic x);
473 using ::nearbyint _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c136 TGMACRO_REAL(nearbyint) in TGMACRO_REAL_FIXED_RET()
560 PASS_REAL_ARG_REAL_RET(nearbyint)); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def93 DAG_FUNCTION(nearbyint, 1, 1, experimental_constrained_nearbyint, FNEARBYINT)
H A DVPIntrinsics.def467 // llvm.vp.nearbyint(x,mask,vlen)
469 VP_PROPERTY_FUNCTIONAL_INTRINSIC(nearbyint)
H A DRuntimeLibcalls.def268 HANDLE_LIBCALL(NEARBYINT_F64, "nearbyint")
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc171 using ::nearbyint _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc172 using std::nearbyint _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1384 {"llvm.nearbyint.f32", Intrinsic::nearbyint, makeDoubleDouble},
1385 {"llvm.nearbyint.f64", Intrinsic::nearbyint, makeX86FP80X86FP80},
1386 {"llvm.nearbyin80f64", Intrinsic::nearbyint, makeX86FP80X86FP80},
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp781 {Intrinsic::nearbyint, MVT::f32, 9},
782 {Intrinsic::nearbyint, MVT::f64, 9},
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1795 /// double nearbyint(double x);
1796 TLI_DEFINE_ENUM_INTERNAL(nearbyint)
1797 TLI_DEFINE_STRING_INTERNAL("nearbyint")
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp87 case Intrinsic::nearbyint: in isTriviallyVectorizable()

12