Searched refs:tcSet (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 750 APInt::tcSet(significand, 0, numParts); in makeNaN() 950 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand() 2034 APInt::tcSet(newParts, 0, newPartCount); in convert() 2107 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger() 2119 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger() 3360 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest() 3765 APInt::tcSet(significandParts(), 0, partCount()); in next() 3773 APInt::tcSet(significandParts(), 0, partCount()); in next() 3827 APInt::tcSet(Parts, 0, partCount()); in next() 3851 APInt::tcSet(significandParts(), 0, partCount()); in makeInf() [all …]
|
D | APInt.cpp | 2347 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt 2634 tcSet(dst, 0, parts); in tcMultiply() 2654 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2686 tcSet(lhs, 0, parts); in tcDivide()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2302 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt 2606 tcSet(dst, 0, parts); in tcMultiply() 2632 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2674 tcSet(lhs, 0, parts); in tcDivide()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1592 static void tcSet(integerPart *, integerPart, unsigned int);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1890 static void tcSet(WordType *, WordType, unsigned);
|