Lines Matching refs:op
2320 Op op;
2322 vresult[i] = op(lvec[i]);
2360 Op op;
2368 vresult[0] = op(lvec[0], rvec[0]);
2373 vresult[i] = op(lvec[0], rvec[i]);
2378 vresult[i] = op(lvec[i], rvec[0]);
2383 vresult[i] = op(lvec[i], rvec[i]);
2398 Op op;
2410 return op(lsum, rsum);
2462 Op op;
2464 vresult[0] = op(vresult[0], lvec[i]);
2478 Op op;
2480 result = op(result, lvec[i]);