reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
850 typename std::enable_if<std::is_unsigned<T>::value, T>::type 851 SaturatingMultiplyAdd(T X, T Y, T A, bool *ResultOverflowed = nullptr) { 851 SaturatingMultiplyAdd(T X, T Y, T A, bool *ResultOverflowed = nullptr) { 851 SaturatingMultiplyAdd(T X, T Y, T A, bool *ResultOverflowed = nullptr) { 855 T Product = SaturatingMultiply(X, Y, &Overflowed);