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 614 if (category == fcNormal || category == fcNaN)
621 assert(category == fcNormal || category == fcNaN);
712 else if (category==fcNormal && exponent!=rhs.exponent)
761 if (category == fcNormal)
810 assert(category == fcNormal || category == fcNaN);
821 category = fcNormal;
825 /* Increment an fcNormal floating point number's significand. */
1094 assert(category == fcNormal);
1095 assert(rhs.category == fcNormal);
1128 category = fcNormal;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 173 fcNormal,

Completed in 925 milliseconds