Home
last modified time | relevance | path

Searched refs:tcDecrement (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/ADT/
DAPIntTest.cpp839 TEST(APIntTest, tcDecrement) { in TEST() argument
845 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
853 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
864 APInt::tcDecrement(test, 4); in TEST()
872 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
881 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
890 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
899 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1465 TEST(APIntTest, tcDecrement) { in TEST() argument
1471 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST()
1479 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST()
1490 APInt::tcDecrement(test, 4); in TEST()
1498 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1507 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1516 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1525 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
/external/llvm/include/llvm/ADT/
DAPInt.h1719 static integerPart tcDecrement(integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1697 static integerPart tcDecrement(integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1934 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
/external/llvm/lib/Support/
DAPInt.cpp2882 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
DAPFloat.cpp3891 APInt::tcDecrement(Parts, partCount()); in next()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2856 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp185 tcDecrement(U.pVal, getNumWords()); in operator --()
DAPFloat.cpp3728 APInt::tcDecrement(Parts, partCount()); in next()