/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 1997 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger() 2000 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger() 2134 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts() 2138 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts() 2369 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
|
D | APInt.cpp | 2511 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2146 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger() 2149 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger() 2282 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts() 2286 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts() 2506 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
|
D | APInt.cpp | 2443 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 2079 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger() 2082 APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision, in convertToSignExtendedInteger() 2198 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts() 2202 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts() 2416 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
|
D | APInt.cpp | 2266 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1629 static void tcExtract(integerPart *, unsigned int dstCount,
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1419 static void tcExtract(integerPart *, unsigned int dstCount,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1607 static void tcExtract(integerPart *, unsigned int dstCount,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1841 static void tcExtract(WordType *, unsigned dstCount,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2417 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
|