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

  /external/llvm/lib/Support/
APFloat.cpp 710 if (category==fcZero || category==fcInfinity)
1123 category = fcInfinity;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 171 fcInfinity,
198 return APFloat(Sem, fcInfinity, Negative);
324 bool isInfinity() const { return category == fcInfinity; }

Completed in 61 milliseconds