Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp628 APInt::tcSet(significand, 0, numParts); in makeNaN()
867 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2008 APInt::tcSet(newParts, 0, newPartCount); in convert()
2083 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
2095 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
3393 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
3810 APInt::tcSet(significandParts(), 0, partCount()); in next()
3818 APInt::tcSet(significandParts(), 0, partCount()); in next()
3872 APInt::tcSet(Parts, 0, partCount()); in next()
3897 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
DAPInt.cpp2323 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt
2627 tcSet(dst, 0, parts); in tcMultiply()
2653 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2695 tcSet(lhs, 0, parts); in tcDivide()
/external/llvm/include/llvm/ADT/
DAPInt.h1579 static void tcSet(integerPart *, integerPart, unsigned int);