HomeSort by: relevance | last modified time | path
    Searched refs:fcNaN (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 747 if (isFiniteNonZero() || category == fcNaN)
752 assert(isFiniteNonZero() || category == fcNaN);
763 category = fcNaN;
1467 case PackCategoriesIntoKey(fcZero, fcNaN):
1468 case PackCategoriesIntoKey(fcNormal, fcNaN):
1469 case PackCategoriesIntoKey(fcInfinity, fcNaN):
1472 case PackCategoriesIntoKey(fcNaN, fcZero):
1473 case PackCategoriesIntoKey(fcNaN, fcNormal):
1474 case PackCategoriesIntoKey(fcNaN, fcInfinity):
1475 case PackCategoriesIntoKey(fcNaN, fcNaN)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 218 fcNaN,
365 bool isNaN() const { return category == fcNaN; }
1215 bool isNaN() const { return getCategory() == fcNaN; }
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h 179 case llvm::APFloat::fcNaN:
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 11710 case APFloat::fcNaN: Arg = 0; break;

Completed in 36 milliseconds