Searched defs:FormatPrecision (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 3397 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 3428 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 3473 void IEEEFloat::toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision, in toString() 4453 unsigned FormatPrecision, in toString()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APFloat.cpp | 3946 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 3977 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 4022 void IEEEFloat::toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision, in toString() 5044 unsigned FormatPrecision, in toString()
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APFloat.cpp | 3496 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 3527 int &exp, unsigned FormatPrecision) { in AdjustToPrecision() 3573 unsigned FormatPrecision, in toString()
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | widestring_unittest.cpp | 1672 TEST(WideString, FormatPrecision) { in TEST() argument
|
H A D | bytestring_unittest.cpp | 1717 TEST(ByteString, FormatPrecision) { in TEST() argument
|