Searched refs:tcSetBit (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 774 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN() 777 APInt::tcSetBit(significand, QNaNBit); in makeNaN() 784 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN() 1189 APInt::tcSetBit(lhsSignificand, bit - 1); in divideSignificand() 2065 APInt::tcSetBit(significandParts(), semantics->precision - 1); in convert() 3811 APInt::tcSetBit(Parts, semantics->precision - 1); in next() 3828 APInt::tcSetBit(Parts, semantics->precision - 1); in next() 3863 APInt::tcSetBit(significandParts(), semantics->precision - 2); in makeQuiet()
|
D | APInt.cpp | 2376 void APInt::tcSetBit(WordType *parts, unsigned bit) { in tcSetBit() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1612 static void tcSetBit(integerPart *, unsigned int bit);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1910 static void tcSetBit(WordType *, unsigned bit);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2346 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() function in APInt
|