/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 3397 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/ |
D | APFloat.cpp | 3677 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/ |
D | APFloat.cpp | 3496 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/ |
D | APFloat.h | 430 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/ |
D | APFloat.h | 435 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/ |
D | APFloat.h | 441 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/ |
D | APFloat.h | 493 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
|
/external/fmtlib/test/ |
D | chrono-test.cc | 309 TEST(ChronoTest, FormatPrecision) { in TEST() argument
|
/external/pdfium/core/fxcrt/ |
D | bytestring_unittest.cpp | 1619 TEST(ByteString, FormatPrecision) { in TEST() argument
|
D | widestring_unittest.cpp | 1607 TEST(WideString, FormatPrecision) { in TEST() argument
|