reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3392 N_SUBNORMAL | N_ZERO | P_ZERO | P_SUBNORMAL | P_NORMAL | P_INFINITY; 3422 if (Mask == (N_ZERO | P_ZERO)) { 3464 ((Mask & N_ZERO) && Val.isZero() && Val.isNegative()) ||