Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Support/
H A DScaledNumber.cpp163 static std::string toStringAPFloat(uint64_t D, int E, unsigned Precision) { in toStringAPFloat() argument
188 Float.toString(Chars, Precision, 0); in toStringAPFloat()
203 unsigned Precision) { in toString() argument
236 return toStringAPFloat(D, E, Precision); in toString()
279 (!Precision || DigitsOut <= Precision || SinceDot < 2)); in toString()
282 if (!Precision || DigitsOut <= Precision) in toString()
287 std::max(Str.size() - (DigitsOut - Precision), AfterDot + 1); in toString()
317 int Width, unsigned Precision) { in print() argument
318 return OS << toString(D, E, Width, Precision); in print()
H A DNativeFormatting.cpp165 Optional<size_t> Precision) { in write_double() argument
166 size_t Prec = Precision.getValueOr(getDefaultPrecision(Style)); in write_double()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOSLog.cpp26 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.cpp665 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
829 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType()
873 Precision.toString(os); in toString()
1031 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
/freebsd-12.1/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-12.1/contrib/llvm/include/llvm/Support/
H A DFormatProviders.h316 Optional<size_t> Precision = parseNumericPrecision(Style);
317 if (!Precision.hasValue())
318 Precision = getDefaultPrecision(S);
320 write_double(Stream, static_cast<double>(V), S, Precision);
H A DScaledNumber.h426 unsigned Precision);
428 unsigned Precision);
596 std::string toString(unsigned Precision = DefaultPrecision) {
597 return ScaledNumberBase::toString(Digits, Scale, Width, Precision);
604 unsigned Precision = DefaultPrecision) const {
605 return ScaledNumberBase::print(OS, Digits, Scale, Width, Precision);
H A DNativeFormatting.h45 Optional<size_t> Precision = None);
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCV.td30 "'F' (Single-Precision Floating-Point)">;
36 "'D' (Double-Precision Floating-Point)",
H A DRISCVInstrInfoD.td11 // Double-Precision Floating-Point instruction set extension.
H A DRISCVInstrInfoF.td11 // Single-Precision Floating-Point instruction set extension.
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMScheduleV6.td216 // Single-Precision FP to Integer Convert
219 // Double-Precision FP to Integer Convert
222 // Integer to Single-Precision FP Convert
225 // Integer to Double-Precision FP Convert
H A DARMScheduleA8.td285 // Single-Precision FP to Integer Convert
289 // Double-Precision FP to Integer Convert
294 // Integer to Single-Precision FP Convert
298 // Integer to Double-Precision FP Convert
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h496 OptionalAmount Precision; variable
550 Precision = Amt; in setPrecision()
551 Precision.setUsesDotPrefix(); in setPrecision()
555 return Precision; in getPrecision()
/freebsd-12.1/lib/libc/softfloat/
H A Dsoftfloat.txt51 Extended Double-Precision Rounding Precision
145 Extended Double-Precision Rounding Precision
/freebsd-12.1/usr.sbin/bsdinstall/scripts/
H A Dauto198 "Latitude E6330"|"Latitude E7440"|"Latitude E7240"|"Precision Tower 5810")
/freebsd-12.1/tools/test/testfloat/
H A DsystemBugs.txt24 HP Precision Architecture processors, with HP-UX prior to version 10.10
296 HP Precision Architecture processors, with HP-UX prior to version 10.10
/freebsd-12.1/contrib/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
H A DPPCScheduleP9.td107 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td398 // Vector Conversions Between Half-Precision and Single-Precision.
H A DIntrinsicsARM.td571 // Vector Conversions Between Half-Precision and Single-Precision.
/freebsd-12.1/crypto/openssh/
H A DOVERVIEW39 Multiple Precision Integer Library
/freebsd-12.1/share/misc/
H A Dpci_vendors1828 1028 04a3 Precision M4600
5704 1028 00d8 Precision 530
5897 1028 013f Precision M60
8244 1028 00d8 Precision 530
17769 1028 01c1 Precision 490
17967 1028 0187 Precision M70
17968 1028 01a8 Precision 380
17981 1028 01de Precision 390
23808 1028 0169 Precision 470
25559 1028 00d8 Precision 530
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc413 // Precision

12