HomeSort by relevance Sort by last modified time
    Searched refs:fcNormal (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);
697 else if (category==fcNormal && exponent!=rhs.exponent)
736 if (category == fcNormal)
783 assert(category == fcNormal || category == fcNaN);
794 category = fcNormal;
798 /* Increment an fcNormal floating point number's significand. */
1067 assert(category == fcNormal);
1068 assert(rhs.category == fcNormal);
1101 category = fcNormal;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 173 fcNormal,
324 bool isNormal() const { return category == fcNormal; }

Completed in 907 milliseconds