Searched defs:CheckedMulFastOp (Results 1 – 4 of 4) sorted by relevance
58 struct CheckedMulFastOp { struct59 static const bool is_supported = false;61 static constexpr bool Do(T, U, V*) { in Do()
83 struct CheckedMulFastOp { struct89 static const bool is_supported =98 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
69 struct CheckedMulFastOp struct71 static const bool is_supported = false;73 static constexpr bool Do(T, U, V *) in Do()
104 struct CheckedMulFastOp struct111 static const bool is_supported = (IsTypeInRangeForNumericType<intptr_t, T>::value &&119 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()