Lines Matching refs:x0
87 PetscScalar sum0 = 0.0, sum1 = 0.0, sum2 = 0.0, sum3, x0, x1, x2, x3; in VecMDot_Seq() local
115 x0 = x[0]; in VecMDot_Seq()
116 sum0 += x0 * PetscConj(yy0[0]); in VecMDot_Seq()
117 sum1 += x0 * PetscConj(yy1[0]); in VecMDot_Seq()
118 sum2 += x0 * PetscConj(yy2[0]); /* fall through */ in VecMDot_Seq()
128 x0 = x[0]; in VecMDot_Seq()
134 …sum0 += x0 * PetscConj(yy0[0]) + x1 * PetscConj(yy0[1]) + x2 * PetscConj(yy0[2]) + x3 * PetscConj(… in VecMDot_Seq()
136 …sum1 += x0 * PetscConj(yy1[0]) + x1 * PetscConj(yy1[1]) + x2 * PetscConj(yy1[2]) + x3 * PetscConj(… in VecMDot_Seq()
138 …sum2 += x0 * PetscConj(yy2[0]) + x1 * PetscConj(yy2[1]) + x2 * PetscConj(yy2[2]) + x3 * PetscConj(… in VecMDot_Seq()
162 x0 = x[0]; in VecMDot_Seq()
163 sum0 += x0 * PetscConj(yy0[0]); in VecMDot_Seq()
164 sum1 += x0 * PetscConj(yy1[0]); /* fall through */ in VecMDot_Seq()
173 x0 = x[0]; in VecMDot_Seq()
179 …sum0 += x0 * PetscConj(yy0[0]) + x1 * PetscConj(yy0[1]) + x2 * PetscConj(yy0[2]) + x3 * PetscConj(… in VecMDot_Seq()
181 …sum1 += x0 * PetscConj(yy1[0]) + x1 * PetscConj(yy1[1]) + x2 * PetscConj(yy1[2]) + x3 * PetscConj(… in VecMDot_Seq()
201 x0 = x[0]; in VecMDot_Seq()
202 sum0 += x0 * PetscConj(yy0[0]); /* fall through */ in VecMDot_Seq()
252 x0 = x[0]; in VecMDot_Seq()
253 sum0 += x0 * PetscConj(yy0[0]); in VecMDot_Seq()
254 sum1 += x0 * PetscConj(yy1[0]); in VecMDot_Seq()
255 sum2 += x0 * PetscConj(yy2[0]); in VecMDot_Seq()
256 sum3 += x0 * PetscConj(yy3[0]); /* fall through */ in VecMDot_Seq()
267 x0 = x[0]; in VecMDot_Seq()
273 …sum0 += x0 * PetscConj(yy0[0]) + x1 * PetscConj(yy0[1]) + x2 * PetscConj(yy0[2]) + x3 * PetscConj(… in VecMDot_Seq()
275 …sum1 += x0 * PetscConj(yy1[0]) + x1 * PetscConj(yy1[1]) + x2 * PetscConj(yy1[2]) + x3 * PetscConj(… in VecMDot_Seq()
277 …sum2 += x0 * PetscConj(yy2[0]) + x1 * PetscConj(yy2[1]) + x2 * PetscConj(yy2[2]) + x3 * PetscConj(… in VecMDot_Seq()
279 …sum3 += x0 * PetscConj(yy3[0]) + x1 * PetscConj(yy3[1]) + x2 * PetscConj(yy3[2]) + x3 * PetscConj(… in VecMDot_Seq()
305 PetscScalar sum0 = 0., sum1 = 0., sum2 = 0., sum3, x0, x1, x2, x3; in VecMTDot_Seq() local
330 x0 = x[0]; in VecMTDot_Seq()
331 sum0 += x0 * yy0[0]; in VecMTDot_Seq()
332 sum1 += x0 * yy1[0]; in VecMTDot_Seq()
333 sum2 += x0 * yy2[0]; /* fall through */ in VecMTDot_Seq()
343 x0 = x[0]; in VecMTDot_Seq()
349 sum0 += x0 * yy0[0] + x1 * yy0[1] + x2 * yy0[2] + x3 * yy0[3]; in VecMTDot_Seq()
351 sum1 += x0 * yy1[0] + x1 * yy1[1] + x2 * yy1[2] + x3 * yy1[3]; in VecMTDot_Seq()
353 sum2 += x0 * yy2[0] + x1 * yy2[1] + x2 * yy2[2] + x3 * yy2[3]; in VecMTDot_Seq()
377 x0 = x[0]; in VecMTDot_Seq()
378 sum0 += x0 * yy0[0]; in VecMTDot_Seq()
379 sum1 += x0 * yy1[0]; /* fall through */ in VecMTDot_Seq()
388 x0 = x[0]; in VecMTDot_Seq()
394 sum0 += x0 * yy0[0] + x1 * yy0[1] + x2 * yy0[2] + x3 * yy0[3]; in VecMTDot_Seq()
396 sum1 += x0 * yy1[0] + x1 * yy1[1] + x2 * yy1[2] + x3 * yy1[3]; in VecMTDot_Seq()
416 x0 = x[0]; in VecMTDot_Seq()
417 sum0 += x0 * yy0[0]; /* fall through */ in VecMTDot_Seq()
467 x0 = x[0]; in VecMTDot_Seq()
468 sum0 += x0 * yy0[0]; in VecMTDot_Seq()
469 sum1 += x0 * yy1[0]; in VecMTDot_Seq()
470 sum2 += x0 * yy2[0]; in VecMTDot_Seq()
471 sum3 += x0 * yy3[0]; /* fall through */ in VecMTDot_Seq()
482 x0 = x[0]; in VecMTDot_Seq()
488 sum0 += x0 * yy0[0] + x1 * yy0[1] + x2 * yy0[2] + x3 * yy0[3]; in VecMTDot_Seq()
490 sum1 += x0 * yy1[0] + x1 * yy1[1] + x2 * yy1[2] + x3 * yy1[3]; in VecMTDot_Seq()
492 sum2 += x0 * yy2[0] + x1 * yy2[1] + x2 * yy2[2] + x3 * yy2[3]; in VecMTDot_Seq()
494 sum3 += x0 * yy3[0] + x1 * yy3[1] + x2 * yy3[2] + x3 * yy3[3]; in VecMTDot_Seq()