Searched refs:tcSetLeastSignificantBits (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1700 static void tcSetLeastSignificantBits(integerPart *, unsigned int,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 2003 static void tcSetLeastSignificantBits(WordType *, unsigned, unsigned bits);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 1284 APInt::tcSetLeastSignificantBits(significandParts(), partCount(), in handleOverflow() 2225 APInt::tcSetLeastSignificantBits(parts.data(), dstPartsCount, bits); in convertToInteger()
|
D | APInt.cpp | 2802 void APInt::tcSetLeastSignificantBits(WordType *dst, unsigned parts, in tcSetLeastSignificantBits() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2856 APInt::tcSetLeastSignificantBits(integerPart *dst, unsigned int parts, in tcSetLeastSignificantBits() function in APInt
|