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

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp762 if (category==fcZero || category==fcInfinity)
1175 category = fcInfinity;
1311 category = fcInfinity;
1347 case PackCategoriesIntoKey(fcNaN, fcInfinity):
1350 case PackCategoriesIntoKey(fcInfinity, fcNormal):
1351 case PackCategoriesIntoKey(fcInfinity, fcZero):
1356 case PackCategoriesIntoKey(fcInfinity, fcNaN):
1362 case PackCategoriesIntoKey(fcNormal, fcInfinity):
1363 case PackCategoriesIntoKey(fcZero, fcInfinity):
1364 category = fcInfinity;
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h177 fcInfinity, enumerator in enum:llvm::APFloat::fltCategory
383 bool isInfinity() const { return category == fcInfinity; }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp6060 case APFloat::fcInfinity: Arg = 1; break;

Completed in 72 milliseconds