| /freebsd-12-stable/lib/msun/src/ |
| D | s_nearbyint.c | 46 #define DECL(type, fn, rint) \ argument 54 ret = rint(x); \ 59 DECL(double, nearbyint, rint)
|
| D | s_rint.c | 38 rint(double x) in rint() function 91 __weak_reference(rint, rintl);
|
| D | s_llrint.c | 5 #define roundit rint
|
| D | s_lrint.c | 36 #define roundit rint
|
| D | e_scalb.c | 42 if (rint(fn)!=fn) return (fn-fn)/(fn-fn); in scalb()
|
| D | math.h | 282 double rint(double);
|
| /freebsd-12-stable/lib/msun/i387/ |
| D | s_rint.S | 39 ENTRY(rint) 43 END(rint)
|
| /freebsd-12-stable/sys/mips/ingenic/ |
| D | jz4780_mmc.c | 582 uint32_t rint; in jz4780_mmc_intr() local 586 rint = JZ_MMC_READ_4(sc, JZ_MSC_IFLG); in jz4780_mmc_intr() 589 rint, JZ_MMC_READ_4(sc, JZ_MSC_STAT)); in jz4780_mmc_intr() 602 rint); in jz4780_mmc_intr() 605 if (rint & JZ_MSC_INT_ERR_BITS) { in jz4780_mmc_intr() 608 rint, JZ_MMC_READ_4(sc, JZ_MSC_STAT)); in jz4780_mmc_intr() 610 if (rint & (JZ_INT_TIMEOUT_RES | JZ_INT_TIMEOUT_READ)) in jz4780_mmc_intr() 619 if (rint & JZ_INT_END_CMD_RES) { in jz4780_mmc_intr() 625 if (sc->sc_dma_inuse == 1 && (rint & JZ_INT_DMAEND)) in jz4780_mmc_intr() 628 (rint & (JZ_INT_TXFIFO_WR_REQ | JZ_INT_RXFIFO_RD_REQ))) in jz4780_mmc_intr() [all …]
|
| /freebsd-12-stable/lib/msun/ |
| D | Makefile | 169 nextafter.3 remainder.3 rint.3 \ 245 MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \ 246 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
|
| D | Symbol.map | 151 rint;
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/ |
| 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-12-stable/sys/arm/allwinner/ |
| D | aw_mmc.c | 1021 uint32_t idst, imask, rint; local 1025 rint = AW_MMC_READ_4(sc, AW_MMC_RISR); 1028 if (idst == 0 && imask == 0 && rint == 0) { 1034 idst, imask, rint); 1043 rint); 1044 aw_mmc_print_error(rint); 1047 if (rint & AW_MMC_INT_ERR_BIT) { 1049 device_printf(sc->aw_dev, "error rint: 0x%08X\n", rint); 1050 aw_mmc_print_error(rint); 1051 if (rint & AW_MMC_INT_RESP_TIMEOUT) [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 155 __DEVICE__ double rint(double); 156 __DEVICE__ float rint(float); 260 using ::rint;
|
| D | __clang_cuda_cmath.h | 291 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, rint); 420 using ::rint;
|
| D | __clang_hip_cmath.h | 245 __DEF_FUN1(float, rint) 533 __HIP_OVERLOAD1(double, rint) 708 using ::rint;
|
| 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
|
| 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-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | BranchProbability.cpp | 31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print()
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 130 #undef rint 279 using ::rint; 837 rint(float __x) 841 rint(long double __x) 846 rint(_Tp __x) 849 return rint(__type(__x));
|
| D | math.h | 85 using std::tr1::rint;
|
| /freebsd-12-stable/include/ |
| D | tgmath.h | 198 #define rint(x) __tg_simple(x, rint) macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ConstrainedOps.def | 92 DAG_FUNCTION(rint, 1, 1, experimental_constrained_rint, FRINT)
|
| /freebsd-12-stable/tools/regression/include/tgmath/ |
| D | tgmath.c | 147 TGMACRO_REAL(rint) 580 PASS_REAL_ARG_REAL_RET(rint)); in main()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | MVELaneInterleavingPass.cpp | 217 case Intrinsic::rint: in tryInterleave()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | math.h | 1624 inline _LIBCPP_INLINE_VISIBILITY float rint(float __lcpp_x) _NOEXCEPT in rint() function 1632 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __lcpp_x) _NOEXCEPT in rint() function 1644 rint(_A1 __lcpp_x) _NOEXCEPT in rint() function 1649 return ::rint((double)__lcpp_x); in rint()
|