reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
928 const U UX = X < 0 ? (0 - static_cast<U>(X)) : static_cast<U>(X); 928 const U UX = X < 0 ? (0 - static_cast<U>(X)) : static_cast<U>(X); 928 const U UX = X < 0 ? (0 - static_cast<U>(X)) : static_cast<U>(X); 933 const bool IsNegative = (X < 0) ^ (Y < 0);