Searched refs:roundSignificandWithExponent (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 406 opStatus roundSignificandWithExponent(const integerPart *, unsigned int,
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 598 opStatus roundSignificandWithExponent(const integerPart *, unsigned int, int,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 2301 APFloat::roundSignificandWithExponent(const integerPart *decSigParts, in roundSignificandWithExponent() function in APFloat 2486 fs = roundSignificandWithExponent(decSignificand, partCount, in convertFromDecimalString()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2438 APFloat::roundSignificandWithExponent(const integerPart *decSigParts, in roundSignificandWithExponent() function in APFloat 2631 fs = roundSignificandWithExponent(decSignificand, partCount, in convertFromDecimalString()
|