| /freebsd-14.2/lib/msun/src/ |
| H A D | s_nearbyint.c | 43 #define DECL(type, fn, rint) \ argument 51 ret = rint(x); \ 56 DECL(double, nearbyint, rint)
|
| H A D | s_rint.c | 35 rint(double x) in rint() function 88 __weak_reference(rint, rintl);
|
| H A D | s_llrint.c | 2 #define roundit rint
|
| H A D | s_lrint.c | 34 #define roundit rint
|
| H A D | e_scalb.c | 39 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
|
| H A D | math.h | 280 double rint(double);
|
| /freebsd-14.2/lib/msun/i387/ |
| H A D | s_rint.S | 37 ENTRY(rint) 41 END(rint)
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted_incrementals.ksh | 68 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 D | rounding_functions.h | 189 _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 D | t_fpsetround.c | 105 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 D | aw_mmc.c | 913 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.h | 155 __DEVICE__ double rint(double); 156 __DEVICE__ float rint(float); 260 using ::rint;
|
| H A D | __clang_cuda_cmath.h | 291 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, rint); 420 using ::rint;
|
| H A D | __clang_hip_cmath.h | 245 __DEF_FUN1(float, rint) 533 __HIP_OVERLOAD1(double, rint) 708 using ::rint;
|
| H A D | __clang_cuda_math.h | 191 __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 D | tgmath.h | 1124 __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 D | Makefile | 183 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 D | Symbol.map | 150 rint;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BranchProbability.cpp | 31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print()
|
| /freebsd-14.2/include/ |
| H A D | tgmath.h | 196 #define rint(x) __tg_simple(x, rint) macro
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 489 using std::__math::rint;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 93 DAG_FUNCTION(rint, 1, 1, experimental_constrained_rint, FRINT)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 175 using ::rint;
|
| /freebsd-14.2/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 145 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 D | LVSymbol.cpp | 211 ? rint((double(CoverageFactor) / CoverageParent) * 100.0 * 100.0) / in calculateCoverage()
|