Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1997 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()
DAPInt.cpp2511 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt
/external/llvm/lib/Support/
DAPFloat.cpp2146 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()
DAPInt.cpp2443 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/
DAPFloat.cpp2079 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()
DAPInt.cpp2266 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1629 static void tcExtract(integerPart *, unsigned int dstCount,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1419 static void tcExtract(integerPart *, unsigned int dstCount,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1607 static void tcExtract(integerPart *, unsigned int dstCount,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1841 static void tcExtract(WordType *, unsigned dstCount,
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2417 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract() function in APInt