/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 520 APInt::tcAssign(dst, p1, result); in powerOf5() 624 APInt::tcAssign(significandParts(), rhs.significandParts(), in copySignificand() 643 APInt::tcAssign(significand, fill->getRawData(), in makeNaN() 955 APInt::tcAssign(lhsSignificand, fullSignificand, partsCount); in multiplySignificand() 1875 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert() 2180 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
|
D | APInt.cpp | 2424 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() function in APInt 2520 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2780 tcAssign(srhs, rhs, parts); in tcDivide() 2782 tcAssign(remainder, lhs, parts); in tcDivide()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 514 APInt::tcAssign(dst, p1, result); in powerOf5() 616 APInt::tcAssign(significandParts(), rhs.significandParts(), in copySignificand() 635 APInt::tcAssign(significand, fill->getRawData(), in makeNaN() 1060 APInt::tcAssign(lhsSignificand, fullSignificand, partsCount); in multiplySignificand() 2045 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert() 2327 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
|
D | APInt.cpp | 2356 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() function in APInt 2452 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2712 tcAssign(srhs, rhs, parts); in tcDivide() 2714 tcAssign(remainder, lhs, parts); in tcDivide()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 587 APInt::tcAssign(dst, p1, result); in powerOf5() 682 APInt::tcAssign(significandParts(), rhs.significandParts(), in copySignificand() 700 APInt::tcAssign(significand, fill->getRawData(), in makeNaN() 1063 APInt::tcAssign(lhsSignificand, fullSignificand, partsCount); in multiplySignificand() 1980 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert() 2238 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
|
D | APInt.cpp | 2202 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) { in tcAssign() function in APInt 2272 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2529 tcAssign(srhs, rhs, parts); in tcDivide() 2531 tcAssign(remainder, lhs, parts); in tcDivide()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2330 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign() function in APInt 2426 tcAssign (dst, src + firstSrcPart, dstParts); in tcExtract() 2686 tcAssign(srhs, rhs, parts); in tcDivide() 2688 tcAssign(remainder, lhs, parts); in tcDivide()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1407 static void tcAssign(integerPart *, const integerPart *, unsigned int);
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1617 static void tcAssign(integerPart *, const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1595 static void tcAssign(integerPart *, const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1829 static void tcAssign(WordType *, const WordType *, unsigned);
|