Home
last modified time | relevance | path

Searched refs:tcIsZero (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp664 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1037 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1084 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2434 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
/external/llvm/lib/Support/
DAPFloat.cpp656 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1142 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1189 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2366 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1410 static bool tcIsZero(const integerPart *, unsigned int);
/external/llvm/include/llvm/ADT/
DAPInt.h1620 static bool tcIsZero(const integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1598 static bool tcIsZero(const integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1832 static bool tcIsZero(const WordType *, unsigned);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp721 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1143 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1182 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2208 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2340 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt