Searched defs:fcZero (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPFloat.h174 fcZero enumerator in enum:llvm::APFloat::fltCategory
195 return APFloat(Sem, fcZero, Negative);
321 bool isZero() const { return category == fcZero; }
322 bool isNonZero() const { return category != fcZero; }
/external/llvm/include/llvm/ADT/
H A DAPFloat.h185 fcZero enumerator in enum:llvm::APFloat::fltCategory
419 bool isZero() const { return category == fcZero; }
441 bool isNonZero() const { return category != fcZero; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h186 fcZero enumerator in enum:llvm::APFloatBase::fltCategory
367 bool isZero() const { return category == fcZero; }
389 bool isNonZero() const { return category != fcZero; }
1031 bool isZero() const { return getCategory() == fcZero; }

Completed in 126 milliseconds