Home
last modified time | relevance | path

Searched refs:tcExtract (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp2111 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()
DAPInt.cpp2423 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1594 static void tcExtract(integerPart *, unsigned int dstCount,