Searched defs:CheckedMulFastAsmOp (Results 1 – 2 of 2) sorted by relevance
18 struct CheckedMulFastAsmOp { struct19 static const bool is_supported =34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
28 struct CheckedMulFastAsmOp { struct29 static const bool is_supported = false;31 static constexpr bool Do(T, U, V*) { in Do()