/freebsd/lib/msun/tests/ |
H A D | nearbyint_test.c | 47 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 D | rounding_functions.h | 129 _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.h | 143 __DEVICE__ double nearbyint(double); 144 __DEVICE__ float nearbyint(float); 255 using ::nearbyint;
|
H A D | __clang_cuda_cmath.h | 287 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, nearbyint); 415 using ::nearbyint;
|
H A D | __clang_hip_cmath.h | 241 __DEF_FUN1(float, nearbyint) 529 __HIP_OVERLOAD1(double, nearbyint) 702 using ::nearbyint;
|
H A D | tgmath.h | 1031 __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 D | s_nearbyint.c | 56 DECL(double, nearbyint, rint)
|
H A D | math.h | 315 double nearbyint(double);
|
/freebsd/include/ |
H A D | tgmath.h | 190 #define nearbyint(x) __tg_simple(x, nearbyint) macro
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 140 nearbyint;
|
H A D | Makefile | 259 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 109 received = nearbyint(values[i].input); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 483 using std::__math::nearbyint;
|
H A D | cmath | 263 floating_point nearbyint (arithmetic x); 473 using ::nearbyint _LIBCPP_USING_IF_EXISTS;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 136 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 D | ConstrainedOps.def | 93 DAG_FUNCTION(nearbyint, 1, 1, experimental_constrained_nearbyint, FNEARBYINT)
|
H A D | VPIntrinsics.def | 467 // llvm.vp.nearbyint(x,mask,vlen) 469 VP_PROPERTY_FUNCTIONAL_INTRINSIC(nearbyint)
|
H A D | RuntimeLibcalls.def | 268 HANDLE_LIBCALL(NEARBYINT_F64, "nearbyint")
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 171 using ::nearbyint _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 172 using std::nearbyint _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1384 {"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 D | RISCVTargetTransformInfo.cpp | 781 {Intrinsic::nearbyint, MVT::f32, 9}, 782 {Intrinsic::nearbyint, MVT::f64, 9},
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1795 /// 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 D | VectorUtils.cpp | 87 case Intrinsic::nearbyint: in isTriviallyVectorizable()
|