Searched refs:tcDecrement (Results 1 – 10 of 10) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 839 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/ |
D | APIntTest.cpp | 1465 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/ |
D | APInt.h | 1719 static integerPart tcDecrement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1697 static integerPart tcDecrement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1934 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2882 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
|
D | APFloat.cpp | 3891 APInt::tcDecrement(Parts, partCount()); in next()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 185 tcDecrement(U.pVal, getNumWords()); in operator --()
|
D | APFloat.cpp | 3728 APInt::tcDecrement(Parts, partCount()); in next()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2856 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
|