Lines Matching defs:getCategory
1033 return getCategory() == fcNormal && exponent == semantics->minExponent &&
4976 if (LHS.getCategory() == fcNaN) {
4980 if (RHS.getCategory() == fcNaN) {
4984 if (LHS.getCategory() == fcZero) {
4988 if (RHS.getCategory() == fcZero) {
4992 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity &&
4997 if (LHS.getCategory() == fcInfinity) {
5001 if (RHS.getCategory() == fcInfinity) {
5005 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal);
5050 if (LHS.getCategory() == fcNaN) {
5054 if (RHS.getCategory() == fcNaN) {
5058 if ((LHS.getCategory() == fcZero && RHS.getCategory() == fcInfinity) ||
5059 (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcZero)) {
5063 if (LHS.getCategory() == fcZero || LHS.getCategory() == fcInfinity) {
5067 if (RHS.getCategory() == fcZero || RHS.getCategory() == fcInfinity) {
5071 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal &&
5191 APFloat::fltCategory DoubleAPFloat::getCategory() const {
5192 return Floats[0].getCategory();
5330 return getCategory() == fcNormal &&
5337 if (getCategory() != fcNormal)
5345 if (getCategory() != fcNormal)
5354 if (getCategory() != fcNormal)
5408 if (Arg.getCategory() == APFloat::fcNormal)