Searched refs:tcExtract (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | APFloat.cpp | 2111 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger() 2114 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger() 2247 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts() 2251 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts() 2471 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
|
D | APInt.cpp | 2423 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1594 static void tcExtract(integerPart *, unsigned int dstCount,
|