Lines Matching defs:getCategory
1018 return getCategory() == fcNormal && exponent == semantics->minExponent &&
4830 if (LHS.getCategory() == fcNaN) {
4834 if (RHS.getCategory() == fcNaN) {
4838 if (LHS.getCategory() == fcZero) {
4842 if (RHS.getCategory() == fcZero) {
4846 if (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcInfinity &&
4851 if (LHS.getCategory() == fcInfinity) {
4855 if (RHS.getCategory() == fcInfinity) {
4859 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal);
4904 if (LHS.getCategory() == fcNaN) {
4908 if (RHS.getCategory() == fcNaN) {
4912 if ((LHS.getCategory() == fcZero && RHS.getCategory() == fcInfinity) ||
4913 (LHS.getCategory() == fcInfinity && RHS.getCategory() == fcZero)) {
4917 if (LHS.getCategory() == fcZero || LHS.getCategory() == fcInfinity) {
4921 if (RHS.getCategory() == fcZero || RHS.getCategory() == fcInfinity) {
4925 assert(LHS.getCategory() == fcNormal && RHS.getCategory() == fcNormal &&
5045 APFloat::fltCategory DoubleAPFloat::getCategory() const {
5046 return Floats[0].getCategory();
5184 return getCategory() == fcNormal &&
5191 if (getCategory() != fcNormal)
5199 if (getCategory() != fcNormal)
5208 if (getCategory() != fcNormal)
5262 if (Arg.getCategory() == APFloat::fcNormal)