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 615 if (category == fcNormal || category == fcNaN)
622 assert(category == fcNormal || category == fcNaN);
713 else if (category==fcNormal && exponent!=rhs.exponent)
762 if (category == fcNormal)
811 assert(category == fcNormal || category == fcNaN);
822 category = fcNormal;
826 /* Increment an fcNormal floating point number's significand. */
1095 assert(category == fcNormal);
1096 assert(rhs.category == fcNormal);
1129 category = fcNormal;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 173 fcNormal,
323 bool isNormal() const { return category == fcNormal; }

Completed in 33 milliseconds