Searched refs:tcExtractBit (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 | 485 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation() 814 (APInt::tcExtractBit(significandParts(), in isDenormal() 1314 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero() 2288 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger() 2315 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger() 2476 assert(APInt::tcExtractBit in roundSignificandWithExponent() 3724 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
|
D | APInt.cpp | 2371 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1601 static int tcExtractBit(const integerPart *, unsigned int bit);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1899 static int tcExtractBit(const WordType *, unsigned bit);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2338 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
|