Searched refs:CheckedMulFastOp (Results 1 – 3 of 3) sorted by relevance
175 if (CheckedMulFastOp<T, U>::is_supported)176 return CheckedMulFastOp<T, U>::Do(x, y, result);188 if (CheckedMulFastOp<Promotion, Promotion>::is_supported) {190 is_valid = CheckedMulFastOp<Promotion, Promotion>::Do(x, y, &presult);
88 struct CheckedMulFastOp { struct
59 struct CheckedMulFastOp { struct