Home
last modified time | relevance | path

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/
DAPFloat.cpp485 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()
DAPInt.cpp2371 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/
DAPInt.h1601 static int tcExtractBit(const integerPart *, unsigned int bit);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1899 static int tcExtractBit(const WordType *, unsigned bit);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2338 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt