Searched refs:rint (Results 26 - 50 of 56) sorted by relevance

123

/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h245 __DEF_FUN1(float, rint)
533 __HIP_OVERLOAD1(double, rint)
708 using ::rint;
H A D__clang_hip_math.h1009 double rint(double __x) { return __ocml_rint_f64(__x); } function
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...]
/openbsd-current/sys/dev/usb/
H A Ducom.c1157 int (*rint)(int c, struct tty *tp) = LINESW(tp, l_rint);
1171 (*rint)('\n', tp);
1195 if ((*rint)(*cp++, tp) == -1) {
/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/lib/libm/
H A DMakefile151 remainder.3 rint.3 round.3 scalbn.3 sin.3 sincos.3 sinh.3 sqrt.3 \
/openbsd-current/sys/arch/sh/dev/
H A Dscif.c943 int (*rint)(int, struct tty *) = *linesw[tp->t_line].l_rint;
969 if ((*rint)(code, tp) == -1) {
/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/sys/dev/ic/
H A Dz8530tty.c1460 int (*rint)(int, struct tty *) = linesw[tp->t_line].l_rint;
1498 if ((*rint)(code, tp) == -1) {
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h888 extern double rint(double);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h888 extern double rint(double);
/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp402 return selectExtInst(ResVReg, ResType, I, CL::rint, GL::RoundEven);
407 return selectExtInst(ResVReg, ResType, I, CL::rint, GL::RoundEven);
/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 DConstantFolding.cpp1628 case Intrinsic::rint:
1690 Name == "rint" || Name == "rintf" ||
2090 if (IntrinsicID == Intrinsic::nearbyint || IntrinsicID == Intrinsic::rint) {
H A DInstructionSimplify.cpp5827 case Intrinsic::rint:
5847 case Intrinsic::rint:
/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/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp821 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1551 rint((float(Size) / CUContributionSize) * 100.0 * 100.0) / 100.0;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp403 rint(((double)BP.getNumerator() / BP.getDenominator()) *
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1824 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1883 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1768 case Intrinsic::rint:
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2050 case Intrinsic::rint:

Completed in 632 milliseconds

123