Searched defs:CheckedMulFastAsmOp (Results 1 – 3 of 3) sorted by relevance
21 struct CheckedMulFastAsmOp struct23 static const bool is_supported = FastIntegerArithmeticPromotion<T, U>::is_contained;37 __attribute__((always_inline)) static bool Do(T x, U y, V *result) in Do()
32 struct CheckedMulFastAsmOp struct34 static const bool is_supported = false;36 static constexpr bool Do(T, U, V *) in Do()
23 struct CheckedMulFastAsmOp { struct24 static const bool is_supported = false;26 static constexpr bool Do(T, U, V*) { in Do()