Searched refs:fcInfinity (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAPFloat.cpp713 if (category==fcZero || category==fcInfinity)
1126 category = fcInfinity;
1262 category = fcInfinity;
1298 case convolve(fcNaN, fcInfinity):
1301 case convolve(fcInfinity, fcNormal):
1302 case convolve(fcInfinity, fcZero):
1307 case convolve(fcInfinity, fcNaN):
1312 case convolve(fcNormal, fcInfinity):
1313 case convolve(fcZero, fcInfinity):
1314 category = fcInfinity;
[all...]
/external/llvm/include/llvm/ADT/
H A DAPFloat.h171 fcInfinity, enumerator in enum:llvm::APFloat::fltCategory
198 return APFloat(Sem, fcInfinity, Negative);
326 bool isInfinity() const { return category == fcInfinity; }

Completed in 22 milliseconds