Home
last modified time | relevance | path

Searched refs:rint (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-14.2/lib/msun/src/
H A Ds_nearbyint.c43 #define DECL(type, fn, rint) \ argument
51 ret = rint(x); \
56 DECL(double, nearbyint, rint)
H A Ds_rint.c35 rint(double x) in rint() function
88 __weak_reference(rint, rintl);
H A Ds_llrint.c2 #define roundit rint
H A Ds_lrint.c34 #define roundit rint
H A De_scalb.c39 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
H A Dmath.h280 double rint(double);
/freebsd-14.2/lib/msun/i387/
H A Ds_rint.S37 ENTRY(rint)
41 END(rint)
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_incrementals.ksh68 compare_files $POOL/int $POOL2/rint "f1" "$RANGE0"
69 compare_files $POOL/int $POOL2/rint "f2" "$RANGE15"
70 compare_files $POOL/int $POOL2/rint "d1/f1" "$RANGE16"
71 log_must mount_redacted -f $POOL2/rint
150 compare_files $sendfs $POOL2/rint "f2" "$RANGE12"
/freebsd-14.2/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h189 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float rint(float __x) _NOEXCEPT { return __built… in rint() function
192 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double rint(double __x) _NOEXCEPT { in rint() function
196 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double rint(long double __x) _NOEXCEPT { in rint() function
201 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI double rint(_A1 __x) _NOEXCEPT { in rint() function
/freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c105 int g = (int)rint(d); in test()
114 tst[i].n, (int)rint(d), tst[i].v[r]); in test()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_mmc.c913 uint32_t idst, imask, rint; local
917 rint = AW_MMC_READ_4(sc, AW_MMC_RISR);
920 if (idst == 0 && imask == 0 && rint == 0) {
926 idst, imask, rint);
935 rint);
936 aw_mmc_print_error(rint);
939 if (rint & AW_MMC_INT_ERR_BIT) {
942 aw_mmc_print_error(rint);
944 if (rint & AW_MMC_INT_RESP_TIMEOUT)
959 sc->aw_intr |= rint;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h155 __DEVICE__ double rint(double);
156 __DEVICE__ float rint(float);
260 using ::rint;
H A D__clang_cuda_cmath.h291 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, rint);
420 using ::rint;
H A D__clang_hip_cmath.h245 __DEF_FUN1(float, rint)
533 __HIP_OVERLOAD1(double, rint)
708 using ::rint;
H A D__clang_cuda_math.h191 __DEVICE__ long lrint(double __a) { return (long)rint(__a); } in lrint()
255 __DEVICE__ double rint(double __a) { return __builtin_rint(__a); } in rint() function
H A Dtgmath.h1124 __tg_rint(double __x) {return rint(__x);} in __tg_rint()
1130 #undef rint
1131 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x)) macro
/freebsd-14.2/lib/msun/
H A DMakefile183 nextafter.3 remainder.3 rint.3 \
260 MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
261 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
H A DSymbol.map150 rint;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print()
/freebsd-14.2/include/
H A Dtgmath.h196 #define rint(x) __tg_simple(x, rint) macro
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmath.h489 using std::__math::rint;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def93 DAG_FUNCTION(rint, 1, 1, experimental_constrained_rint, FRINT)
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc175 using ::rint;
/freebsd-14.2/tools/regression/include/tgmath/
H A Dtgmath.c145 TGMACRO_REAL(rint)
578 PASS_REAL_ARG_REAL_RET(rint)); in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp211 ? rint((double(CoverageFactor) / CoverageParent) * 100.0 * 100.0) / in calculateCoverage()

123