| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScaledNumber.cpp | 162 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 D | NativeFormatting.cpp | 165 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 D | FileCheckImpl.h | 56 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 D | FileCheck.cpp | 51 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 D | OSLog.cpp | 26 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 D | PrintfFormatString.cpp | 769 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 D | string_utils.cpp | 135 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 D | misc.txt | 4 <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 D | external.txt | 13 <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 D | FormatProviders.h | 318 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 D | ScaledNumber.h | 429 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 D | NativeFormatting.h | 45 std::optional<size_t> Precision = std::nullopt);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFeatures.td | 279 : 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 D | RISCVInstrInfoQ.td | 10 // Quad-Precision Floating-Point instruction set extension.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArch.td | 44 // 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 D | timer.txt | 4 * High Precision Event Timer (HPET)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleV6.td | 215 // 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 D | ARMScheduleA8.td | 284 // 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 D | FormatString.h | 536 OptionalAmount Precision; variable 590 Precision = Amt; in setPrecision() 591 Precision.setUsesDotPrefix(); in setPrecision() 595 return Precision; in getPrecision()
|
| /freebsd/lib/libc/softfloat/ |
| H A D | softfloat.txt | 50 Extended Double-Precision Rounding Precision 144 Extended Double-Precision Rounding Precision
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaFeatures.td | 147 "Enable Xtensa Double Precision FP acceleration">;
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | auto | 311 "Latitude E6330"|"Latitude E7440"|"Latitude E7240"|"Precision Tower 5810")
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 365 - 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 D | BuiltinsWebAssembly.def | 183 // Half-Precision (fp16)
|
| /freebsd/crypto/openssh/ |
| H A D | OVERVIEW | 40 Multiple Precision Integer Library
|