Home
last modified time | relevance | path

Searched refs:Precision (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp162 static std::string toStringAPFloat(uint64_t D, int E, unsigned Precision) { in toStringAPFloat() argument
187 Float.toString(Chars, Precision, 0); in toStringAPFloat()
202 unsigned Precision) { in toString() argument
235 return toStringAPFloat(D, E, Precision); in toString()
280 (!Precision || DigitsOut <= Precision || SinceDot < 2)); in toString()
283 if (!Precision || DigitsOut <= Precision) in toString()
288 std::max(Str.size() - (DigitsOut - Precision), AfterDot + 1); in toString()
318 int Width, unsigned Precision) { in print() argument
319 return OS << toString(D, E, Width, Precision); in print()
H A DNativeFormatting.cpp165 std::optional<size_t> Precision) { in write_double() argument
166 size_t Prec = Precision.value_or(getDefaultPrecision(Style)); in write_double()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h56 unsigned Precision = 0; member
68 Precision == Other.Precision && AlternateForm == Other.AlternateForm;
83 explicit ExpressionFormat(Kind Value) : Value(Value), Precision(0){}; in ExpressionFormat()
84 explicit ExpressionFormat(Kind Value, unsigned Precision) in ExpressionFormat()
85 : Value(Value), Precision(Precision){}; in ExpressionFormat()
86 explicit ExpressionFormat(Kind Value, unsigned Precision, bool AlternateForm) in ExpressionFormat()
87 : Value(Value), Precision(Precision), AlternateForm(AlternateForm){}; in ExpressionFormat()
H A DFileCheck.cpp51 return (Twine(AlternateFormPrefix) + S + Twine('{') + Twine(Precision) + in getWildcardRegex()
58 if (Precision) in getWildcardRegex()
62 if (Precision) in getWildcardRegex()
66 if (Precision) in getWildcardRegex()
70 if (Precision) in getWildcardRegex()
111 if (Precision > AbsoluteValueStr.size()) { in getMatchingString()
112 unsigned LeadingZeros = Precision - AbsoluteValueStr.size(); in getMatchingString()
662 unsigned Precision = 0; in parseNumericSubstitutionBlock() local
682 if (FormatExpr.consumeInteger(10, Precision)) in parseNumericSubstitutionBlock()
694 ExpressionFormat(ExpressionFormat::Kind::Unsigned, Precision); in parseNumericSubstitutionBlock()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp26 std::optional<const Expr *> Precision; member
116 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier()
149 if (Data.Precision) { in computeLayout()
150 CharUnits Size = Ctx.getTypeSizeInChars((*Data.Precision)->getType()); in computeLayout()
151 Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, *Data.Precision, in computeLayout()
H A DPrintfFormatString.cpp769 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
952 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
994 Precision.toString(os); in toString()
1168 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp135 int Precision = -1; in vappend() local
138 Precision = va_arg(Args, int); in vappend()
149 CHECK(!((Precision >= 0 || LeftJustified) && *Cur != 's')); in vappend()
177 appendString(LeftJustified ? -Width : Width, Precision, in vappend()
/freebsd/contrib/ntp/html/scripts/
H A Dmisc.txt4 <li class='inline'><a href='kern.html'>Kernel Model for Precision Timekeeping</a></li>\
6 <li class='inline'><a href='kernpps.html'>PPSAPI Interface for Precision Time Signals</a></li>\
H A Dexternal.txt13 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ptp.html'>IEEE 1588 Precision Time Pro…
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h318 std::optional<size_t> Precision = parseNumericPrecision(Style);
319 if (!Precision)
320 Precision = getDefaultPrecision(S);
322 write_double(Stream, static_cast<double>(V), S, Precision);
H A DScaledNumber.h429 int Width, unsigned Precision);
431 unsigned Precision);
599 std::string toString(unsigned Precision = DefaultPrecision) {
600 return ScaledNumberBase::toString(Digits, Scale, Width, Precision);
607 unsigned Precision = DefaultPrecision) const {
608 return ScaledNumberBase::print(OS, Digits, Scale, Width, Precision);
H A DNativeFormatting.h45 std::optional<size_t> Precision = std::nullopt);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td279 : RISCVExtension<2, 2, "Single-Precision Floating-Point",
284 "'F' (Single-Precision Floating-Point)">;
287 : RISCVExtension<2, 2, "Double-Precision Floating-Point",
292 "'D' (Double-Precision Floating-Point)">;
295 : RISCVExtension<2, 2, "Quad-Precision Floating-Point", [FeatureStdExtD]>,
299 "'Q' (Quad-Precision Floating-Point)">;
302 : RISCVExtension<1, 0, "Half-Precision Floating-Point Minimal",
307 "'Zfh' (Half-Precision Floating-Point) or "
308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">;
311 : RISCVExtension<1, 0, "Half-Precision Floating-Point",
[all …]
H A DRISCVInstrInfoQ.td10 // Quad-Precision Floating-Point instruction set extension.
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td44 // Single Precision floating point
47 "'F' (Single-Precision Floating-Point)">;
50 // Double Precision floating point
53 "'D' (Double-Precision Floating-Point)",
/freebsd/sys/contrib/device-tree/Bindings/x86/
H A Dtimer.txt4 * High Precision Event Timer (HPET)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td215 // Single-Precision FP to Integer Convert
218 // Double-Precision FP to Integer Convert
221 // Integer to Single-Precision FP Convert
224 // Integer to Double-Precision FP Convert
H A DARMScheduleA8.td284 // Single-Precision FP to Integer Convert
288 // Double-Precision FP to Integer Convert
293 // Integer to Single-Precision FP Convert
297 // Integer to Double-Precision FP Convert
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h536 OptionalAmount Precision; variable
590 Precision = Amt; in setPrecision()
591 Precision.setUsesDotPrefix(); in setPrecision()
595 return Precision; in getPrecision()
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt50 Extended Double-Precision Rounding Precision
144 Extended Double-Precision Rounding Precision
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFeatures.td147 "Enable Xtensa Double Precision FP acceleration">;
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dauto311 "Latitude E6330"|"Latitude E7440"|"Latitude E7240"|"Precision Tower 5810")
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt365 - Round to Quad-Precision Integer: xsrqpi xsrqpix
372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsWebAssembly.def183 // Half-Precision (fp16)
/freebsd/crypto/openssh/
H A DOVERVIEW40 Multiple Precision Integer Library

123