/llvm-project/libcxx/benchmarks/ |
H A D | formatter_float.bench.cpp |
|
/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 162 static std::string toStringAPFloat(uint64_t D, int E, unsigned Precision) { in toStringAPFloat() 202 unsigned Precision) { in toString() 316 int Width, unsigned Precision) { in print()
|
H A D | NativeFormatting.cpp | 166 size_t Prec = Precision.value_or(getDefaultPrecision(Style)); in write_double() argument
|
/llvm-project/llvm/docs/ |
H A D | MemorySSA.rst | 426 Precision subsection
|
/llvm-project/llvm/unittests/Support/ |
H A D | NativeFormatTests.cpp | 37 format_number(double D,FloatStyle Style,std::optional<size_t> Precision=std::nullopt) format_number() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_printf_test.cpp | 142 TEST(Printf, Precision) { in TEST() argument
|
/llvm-project/clang/lib/AST/ |
H A D | OSLog.cpp | 27 std::optional<const Expr *> Precision; global() member
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | strings_test.cpp | 56 TEST(ScudoStringsTest, Precision) { in TEST() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 135 int Precision = -1; in vappend() local
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 55 unsigned Precision = 0; member [all...] |
H A D | FileCheck.cpp | 625 unsigned Precision = 0; in parseNumericSubstitutionBlock() local [all...] |
/llvm-project/llvm/unittests/FileCheck/ |
H A D | FileCheckTest.cpp | 95 unsigned Precision; member
|
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 535 OptionalAmount Precision; variable
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 1405 const double Precision = 0.01; in TEST() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2432 const int Precision = APFloat::semanticsPrecision(FltSem); expandLdexp() local 2530 const unsigned Precision = APFloat::semanticsPrecision(FltSem); expandFrexp() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 1127 const unsigned Precision = 53; TEST() local 6933 int Precision = APFloat::semanticsPrecision(Semantics); TEST() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 933 const size_t Precision = computePrecision(FS); HandlePrintfSpecifier() local 1075 size_t Precision = 0; computePrecision() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3063 unsigned Precision = APFloat::semanticsPrecision(FltSem); lowerVectorFTRUNC_FCEIL_FFLOOR_FROUND() local 3173 unsigned Precision = APFloat::semanticsPrecision(FltSem); lowerVectorStrictFTRUNC_FCEIL_FFLOOR_FROUND() local 3253 unsigned Precision = APFloat::semanticsPrecision(FltSem); lowerFTRUNC_FCEIL_FFLOOR_FROUND() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5318 unsigned Precision = APFloat::semanticsPrecision(Flt); computeKnownFPClass() local
|