HomeSort by relevance Sort by last modified time
    Searched refs:fcZero (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 776 if (category==fcZero || category==fcInfinity)
804 category = fcZero;
1130 /* Note that a zero result is NOT normalized to fcZero. */
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 180 fcZero
377 bool isZero() const { return category == fcZero; }
399 bool isNonZero() const { return category != fcZero; }
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 52 milliseconds