Lines Matching refs:Do
51 static constexpr bool Do(T x, U y, V* result) {
54 return CheckedAddFastOp<T, U>::Do(x, y, result);
111 static constexpr bool Do(T x, U y, V* result) {
114 return CheckedSubFastOp<T, U>::Do(x, y, result);
173 static constexpr bool Do(T x, U y, V* result) {
176 return CheckedMulFastOp<T, U>::Do(x, y, result);
190 is_valid = CheckedMulFastOp<Promotion, Promotion>::Do(x, y, &presult);
214 static constexpr bool Do(T x, U y, V* result) {
253 static constexpr bool Do(T x, U y, V* result) {
277 static constexpr bool Do(T x, U shift, V* result) {
307 static bool Do(T x, U shift, V* result) {
331 static constexpr bool Do(T x, U y, V* result) {
350 static constexpr bool Do(T x, U y, V* result) {
369 static constexpr bool Do(T x, U y, V* result) {
389 static constexpr bool Do(T x, U y, V* result) {
410 static constexpr bool Do(T x, U y, V* result) {
428 static constexpr bool Do(T x, U y, V* result) { \