Searched refs:rint (Results 1 - 25 of 56) sorted by last modified time

123

/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t166 nearbyint nextafter nexttoward remainder remquo rint round scalbn
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm432 remainder remquo rint round scalbn signbit tgamma trunc y0 y1 yn
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs207 remquo rint round scalbn signbit tgamma trunc
220 * For floating-point round mode (which matters for e.g. lrint and rint)
365 # define c99_rint rint
1093 not_here("rint");
1098 /* XXX nearbyint() and rint() are not really identical -- but the difference
1100 * exceptions, while rint() is defined to MAYBE raise them. At the moment
2110 rint = 22
2262 not_here("rint");
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH3262 * This symbol, if defined, indicates that the rint routine is
H A DConfigure17844 : see if rint exists
17845 set rint d_rint
/openbsd-current/sys/dev/fdt/
H A Dsximmc.c484 uint32_t idst, rint, mint; local
487 rint = MMC_READ(sc, SXIMMC_RINT);
489 if (!idst && !rint && !mint)
493 MMC_WRITE(sc, SXIMMC_RINT, rint);
497 printf("%s: mmc intr idst=%08X rint=%08X mint=%08X\n",
498 sc->sc_dev.dv_xname, idst, rint, mint);
506 if (rint) {
507 sc->sc_intr_rint |= rint;
510 if (rint & SXIMMC_INT_SDIO_INT) {
564 error = tsleep_nsec(&sc->sc_intr_rint, PWAIT, "rint",
[all...]
/openbsd-current/lib/libm/
H A DMakefile151 remainder.3 rint.3 round.3 scalbn.3 sin.3 sincos.3 sinh.3 sqrt.3 \
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h268 floating_point rint (arithmetic x);
1569 // rint
1571 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float rint(float __x) _NOEXCEPT
1577 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double rint(double __x) _NOEXCEPT {
1581 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double rint(long double __x) _NOEXCEPT
1589 rint(_A1 __x) _NOEXCEPT
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3514 return replaceUnaryCall(CI, Builder, Intrinsic::rint);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1908 case Intrinsic::rint:
H A DInstCombineCalls.cpp2050 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp821 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DMVELaneInterleavingPass.cpp217 case Intrinsic::rint:
H A DARMTargetTransformInfo.cpp1883 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6341 case Intrinsic::rint:
6356 case Intrinsic::rint: Opcode = ISD::FRINT; break;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1768 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp403 rint(((double)BP.getNumerator() / BP.getDenominator()) *
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp83 case Intrinsic::rint:
H A DValueTracking.cpp3488 return Intrinsic::rint;
3668 case Intrinsic::rint:
3831 case Intrinsic::rint:
3960 case Intrinsic::rint:
5304 case Intrinsic::rint:
H A DInstructionSimplify.cpp5827 case Intrinsic::rint:
5847 case Intrinsic::rint:
H A DConstantFolding.cpp1628 case Intrinsic::rint:
1690 Name == "rint" || Name == "rintf" ||
2090 if (IntrinsicID == Intrinsic::nearbyint || IntrinsicID == Intrinsic::rint) {
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1824 case Intrinsic::rint:
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h8227 float __ovld __cnfn rint(float);
8228 float2 __ovld __cnfn rint(float2);
8229 float3 __ovld __cnfn rint(float3);
8230 float4 __ovld __cnfn rint(float4);
8231 float8 __ovld __cnfn rint(float8);
8232 float16 __ovld __cnfn rint(float16);
8234 double __ovld __cnfn rint(double);
8235 double2 __ovld __cnfn rint(double2);
8236 double3 __ovld __cnfn rint(double3);
8237 double4 __ovld __cnfn rint(double
[all...]
H A D__clang_hip_math.h1009 double rint(double __x) { return __ocml_rint_f64(__x); } function
H A D__clang_cuda_math.h191 __DEVICE__ long lrint(double __a) { return (long)rint(__a); }
255 __DEVICE__ double rint(double __a) { return __builtin_rint(__a); } function

Completed in 433 milliseconds

123