Searched refs:nearbyint (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/lib/msun/src/
H A Ds_nearbyint.c59 DECL(double, nearbyint, rint)
H A Dmath.h316 double nearbyint(double);
/freebsd-13-stable/lib/msun/tests/
H A Dnearbyint_test.c28 * Tests for nearbyint{,f,l}()
50 static double (*libnearbyint)(double) = nearbyint;
54 #define nearbyint libnearbyint macro
101 CHECK_FPEQUAL(out, nearbyint(in));
108 CHECK_FPEQUAL(out, nearbyint(in));
155 ATF_TC_WITHOUT_HEAD(nearbyint); variable
156 ATF_TC_BODY(nearbyint, tc)
168 ATF_TP_ADD_TC(tp, nearbyint);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h143 __DEVICE__ double nearbyint(double);
144 __DEVICE__ float nearbyint(float);
252 using ::nearbyint;
H A D__clang_cuda_cmath.h245 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, nearbyint);
373 using ::nearbyint;
H A Dtgmath.h1023 // nearbyint
1031 __tg_nearbyint(double __x) {return nearbyint(__x);}
1037 #undef nearbyint macro
1038 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h198 __DEVICE__ double nearbyint(double __a) { return __nv_nearbyint(__a); } function
H A D__clang_hip_math.h730 inline double nearbyint(double __x) { return __ocml_nearbyint_f64(__x); } function
1117 __DEF_FUN1(double, nearbyint);
/freebsd-13-stable/include/
H A Dtgmath.h192 #define nearbyint(x) __tg_simple(x, nearbyint) macro
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c99 atf_tc_set_md_var(tc, "descr","Checking IEEE 754 rounding modes using nearbyint");
109 received = nearbyint(values[i].input);
112 "nearbyint rounding wrong, difference too large\n"
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c138 TGMACRO_REAL(nearbyint)
561 PRINT("nearbyint",
562 PASS_REAL_ARG_REAL_RET(nearbyint));
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h248 floating_point nearbyint (arithmetic x);
1366 // nearbyint
1368 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return ::nearbyintf(__lcpp_x);}
1369 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
1374 nearbyint(_A1 __lcpp_x) _NOEXCEPT {return ::nearbyint((double)__lcpp_x);}
/freebsd-13-stable/lib/msun/
H A DMakefile240 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp333 case Intrinsic::nearbyint: Opcode = ISD::FNEARBYINT; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp79 case Intrinsic::nearbyint:
H A DConstantFolding.cpp1528 case Intrinsic::nearbyint:
1576 return Name == "nearbyint" || Name == "nearbyintf";
1857 if (IntrinsicID == Intrinsic::nearbyint || IntrinsicID == Intrinsic::rint) {
1905 // Rounding operations (floor, trunc, ceil, round and nearbyint) do not
H A DInstructionSimplify.cpp5098 case Intrinsic::nearbyint:
5217 case Intrinsic::nearbyint:
H A DValueTracking.cpp3210 return Intrinsic::nearbyint;
3573 case Intrinsic::nearbyint:
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1350 case Intrinsic::nearbyint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1170 case Intrinsic::nearbyint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1757 case Intrinsic::nearbyint:
H A DInstCombineCalls.cpp2435 case Intrinsic::nearbyint:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2937 return replaceUnaryCall(CI, Builder, Intrinsic::nearbyint);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1263 case Intrinsic::nearbyint:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1830 Intrinsic::nearbyint,
6019 : Intrinsic::nearbyint;
10049 : Intrinsic::nearbyint;
14335 : Intrinsic::nearbyint;
15115 case 0: ID = Intrinsic::nearbyint;

Completed in 616 milliseconds

12