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

  /external/llvm/lib/Support/
APFloat.cpp 695 if (category==fcZero || category==fcInfinity)
722 category = fcZero;
737 category = fcZero;
1033 /* Note that a zero result is NOT normalized to fcZero. */
1112 signficand). This routine must work for fcZero of both signs, and
1120 assert(category == fcNormal || category == fcZero);
1134 if (lost_fraction == lfExactlyHalf && category != fcZero)
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 174 fcZero
195 return APFloat(Sem, fcZero, Negative);
322 bool isZero() const { return category == fcZero; }
323 bool isNonZero() const { return category != fcZero; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 76 milliseconds