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 710 if (category==fcZero || category==fcInfinity)
743 category = fcZero;
762 category = fcZero;
1060 /* Note that a zero result is NOT normalized to fcZero. */
1139 signficand). This routine must work for fcZero of both signs, and
1147 assert(category == fcNormal || category == fcZero);
1164 if (lost_fraction == lfExactlyHalf && category != fcZero)
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 174 fcZero
195 return APFloat(Sem, fcZero, Negative);
321 bool isZero() const { return category == fcZero; }
322 bool isNonZero() const { return category != fcZero; }
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 60 milliseconds