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

  /external/llvm/lib/Support/
APFloat.cpp 595 if (category == fcNormal || category == fcNaN)
602 assert(category == fcNormal || category == fcNaN);
614 category = fcNaN;
738 else if (ourCategory == fcNaN)
783 assert(category == fcNormal || category == fcNaN);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 172 fcNaN,
325 bool isNaN() const { return category == fcNaN; }

Completed in 161 milliseconds