Searched refs:tcAssign (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 | 639 APInt::tcAssign(dst, p1, result); in powerOf5() 734 APInt::tcAssign(significandParts(), rhs.significandParts(), in copySignificand() 752 APInt::tcAssign(significand, fill->getRawData(), in makeNaN() 1118 APInt::tcAssign(lhsSignificand, fullSignificand, partsCount); in multiplySignificand() 2036 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert() 2294 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
|
D | APInt.cpp | 2356 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) { in tcAssign() function in APInt 2426 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2683 tcAssign(srhs, rhs, parts); in tcDivide() 2685 tcAssign(remainder, lhs, parts); in tcDivide()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2315 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() function in APInt 2411 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2671 tcAssign(srhs, rhs, parts); in tcDivide() 2673 tcAssign(remainder, lhs, parts); in tcDivide()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1595 static void tcAssign(integerPart *, const integerPart *, unsigned int);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1893 static void tcAssign(WordType *, const WordType *, unsigned);
|