Home
last modified time | relevance | path

Searched refs:FormatPrecision (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3397 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3401 unsigned bitsRequired = (FormatPrecision * 196 + 58) / 59; in AdjustToPrecision()
3428 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3430 if (N <= FormatPrecision) return; in AdjustToPrecision()
3433 unsigned FirstSignificant = N - FormatPrecision; in AdjustToPrecision()
3473 void IEEEFloat::toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision, in toString() argument
3493 if (FormatPrecision > 1) in toString()
3494 Str.append(FormatPrecision - 1, '0'); in toString()
3516 if (!FormatPrecision) { in toString()
3524 FormatPrecision = 2 + semantics->precision * 59 / 196; in toString()
[all …]
/external/llvm-project/llvm/lib/Support/
DAPFloat.cpp3677 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3681 unsigned bitsRequired = (FormatPrecision * 196 + 58) / 59; in AdjustToPrecision()
3708 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3710 if (N <= FormatPrecision) return; in AdjustToPrecision()
3713 unsigned FirstSignificant = N - FormatPrecision; in AdjustToPrecision()
3753 void IEEEFloat::toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision, in toString() argument
3773 if (FormatPrecision > 1) in toString()
3774 Str.append(FormatPrecision - 1, '0'); in toString()
3796 if (!FormatPrecision) { in toString()
3804 FormatPrecision = 2 + semantics->precision * 59 / 196; in toString()
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp3496 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3500 unsigned bitsRequired = (FormatPrecision * 196 + 58) / 59; in AdjustToPrecision()
3527 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() argument
3529 if (N <= FormatPrecision) return; in AdjustToPrecision()
3532 unsigned FirstSignificant = N - FormatPrecision; in AdjustToPrecision()
3573 unsigned FormatPrecision, in toString() argument
3609 if (!FormatPrecision) { in toString()
3617 FormatPrecision = 2 + semantics->precision * 59 / 196; in toString()
3660 AdjustToPrecision(significand, exp, FormatPrecision); in toString()
3689 AdjustToPrecision(buffer, exp, FormatPrecision); in toString()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h430 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
674 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision,
1187 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
1190 toString(Str, FormatPrecision, FormatMaxPadding, TruncateZero));
/external/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h435 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
685 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision,
1226 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
1229 toString(Str, FormatPrecision, FormatMaxPadding, TruncateZero));
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h441 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
1055 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
1057 return getIEEE().toString(Str, FormatPrecision, FormatMaxPadding);
/external/llvm/include/llvm/ADT/
DAPFloat.h493 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
/external/fmtlib/test/
Dchrono-test.cc309 TEST(ChronoTest, FormatPrecision) { in TEST() argument
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp1619 TEST(ByteString, FormatPrecision) { in TEST() argument
Dwidestring_unittest.cpp1607 TEST(WideString, FormatPrecision) { in TEST() argument