Lines Matching refs:x7

21   MatScalar       p5, p6, p7, p8, p9, x5, x6, x7, x8, x9;  in MatILUFactorNumeric_SeqBAIJ_3_inplace()  local
82 x7 = pv[6]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
93 pc[6] = m7 = p1 * x7 + p4 * x8 + p7 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
94 pc[7] = m8 = p2 * x7 + p5 * x8 + p8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
95 pc[8] = m9 = p3 * x7 + p6 * x8 + p9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
105 x7 = pv[6]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
117 x[6] -= m1 * x7 + m4 * x8 + m7 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
118 x[7] -= m2 * x7 + m5 * x8 + m8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
119 x[8] -= m3 * x7 + m6 * x8 + m9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
281 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
339 x7 = pv[6]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
350 pc[6] = m7 = p1 * x7 + p4 * x8 + p7 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
351 pc[7] = m8 = p2 * x7 + p5 * x8 + p8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
352 pc[8] = m9 = p3 * x7 + p6 * x8 + p9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
363 x7 = pv[6]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
375 x[6] -= m1 * x7 + m4 * x8 + m7 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
376 x[7] -= m2 * x7 + m5 * x8 + m8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
377 x[8] -= m3 * x7 + m6 * x8 + m9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()