reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1300 if ((Props1 & P::NaN) && (Props2 & P::NaN)) 1302 if (!(Props1 & P::Finite) || !(Props2 & P::Finite)) 1305 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); 1306 bool NonZero1 = (Props1 & P::NonZero), NonZero2 = (Props2 & P::NonZero); 1332 bool Poz1 = (Props1 & P::PosOrZero), Poz2 = (Props2 & P::PosOrZero); 1333 bool Nez1 = (Props1 & P::NegOrZero), Nez2 = (Props2 & P::NegOrZero);