Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp633 APInt::tcSet(significand, 0, numParts); in makeNaN()
890 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2043 APInt::tcSet(newParts, 0, newPartCount); in convert()
2118 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
2130 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
3434 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
3851 APInt::tcSet(significandParts(), 0, partCount()); in next()
3859 APInt::tcSet(significandParts(), 0, partCount()); in next()
3913 APInt::tcSet(Parts, 0, partCount()); in next()
3938 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
DAPInt.cpp2343 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt
2647 tcSet(dst, 0, parts); in tcMultiply()
2673 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2715 tcSet(lhs, 0, parts); in tcDivide()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp698 APInt::tcSet(significand, 0, numParts); in makeNaN()
898 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
1978 APInt::tcSet(newParts, 0, newPartCount); in convert()
2051 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2063 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
3283 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
3688 APInt::tcSet(significandParts(), 0, partCount()); in next()
3696 APInt::tcSet(significandParts(), 0, partCount()); in next()
3750 APInt::tcSet(Parts, 0, partCount()); in next()
3774 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
DAPInt.cpp2193 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2480 tcSet(dst, 0, parts); in tcMultiply()
2500 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2532 tcSet(lhs, 0, parts); in tcDivide()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp641 APInt::tcSet(significand, 0, numParts); in makeNaN()
822 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
1873 APInt::tcSet(newParts, 0, newPartCount); in convert()
1969 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
1981 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
DAPInt.cpp2411 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt
2715 tcSet(dst, 0, parts); in tcMultiply()
2741 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2783 tcSet(lhs, 0, parts); in tcDivide()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2317 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet() function in APInt
2621 tcSet(dst, 0, parts); in tcMultiply()
2647 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2689 tcSet(lhs, 0, parts); in tcDivide()
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java1875 Set<TelephoneCodeInfo> tcSet = territoryToTelephoneCodeInfo.get(terr);
1876 if (tcSet == null) {
1877 tcSet = new LinkedHashSet<TelephoneCodeInfo>();
1878 territoryToTelephoneCodeInfo.put(terr, tcSet);
1880 tcSet.add(tcInfo);
/external/llvm/include/llvm/ADT/
DAPInt.h1614 static void tcSet(integerPart *, integerPart, unsigned int);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1404 static void tcSet(integerPart *, integerPart, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1592 static void tcSet(integerPart *, integerPart, unsigned int);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1826 static void tcSet(WordType *, WordType, unsigned);