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

  /external/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 601 if (isFiniteNonZero() || category == fcNaN)
608 assert(isFiniteNonZero() || category == fcNaN);
620 category = fcNaN;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 178 fcNaN,
387 bool isNaN() const { return category == fcNaN; }
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 211 milliseconds