#include <safe_math_clang_gcc_impl.h>
Public Member Functions | |
| template<typename V > | |
| __attribute__ ((always_inline)) static V Do(T x | |
Static Public Member Functions | |
| template<typename V > | |
| static constexpr V | Do (T, U) |
Public Attributes | |
| U | y |
Static Public Attributes | |
| static const bool | is_supported = ClampedMulFastAsmOp<T, U>::is_supported |
Definition at line 129 of file safe_math_clang_gcc_impl.h.
| base::internal::ClampedMulFastOp< T, U >::__attribute__ | ( | (always_inline) | ) |
References x, and base::internal::ClampedMulFastOp< T, U >::y.
|
inlinestaticconstexpr |
Definition at line 95 of file safe_math_shared_impl.h.
|
static |
Definition at line 130 of file safe_math_clang_gcc_impl.h.
| U base::internal::ClampedMulFastOp< T, U >::y |
Definition at line 132 of file safe_math_clang_gcc_impl.h.
Referenced by base::internal::ClampedMulFastOp< T, U >::__attribute__().