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 615 if (category == fcNormal || category == fcNaN)
622 assert(category == fcNormal || category == fcNaN);
634 category = fcNaN;
764 else if (ourCategory == fcNaN)
811 assert(category == fcNormal || category == fcNaN);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 172 fcNaN,
324 bool isNaN() const { return category == fcNaN; }

Completed in 88 milliseconds