Searched refs:tcDecrement (Results 1 – 13 of 13) 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/llvm-project/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1557 TEST(APIntTest, tcDecrement) { in TEST() argument 1563 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST() 1571 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST() 1582 APInt::tcDecrement(test, 4); in TEST() 1590 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST() 1599 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST() 1608 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST() 1617 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/llvm-project/llvm/include/llvm/ADT/ |
D | APInt.h | 2009 static WordType tcDecrement(WordType *dst, unsigned parts) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1998 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2856 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
|
/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/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 186 tcDecrement(U.pVal, getNumWords()); in operator --()
|
D | APFloat.cpp | 4085 APInt::tcDecrement(Parts, partCount()); in next()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 186 tcDecrement(U.pVal, getNumWords()); in operator --()
|
D | APFloat.cpp | 3805 APInt::tcDecrement(Parts, partCount()); in next()
|