Lines Matching refs:x6
21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
81 x6 = pv[5]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
89 pc[3] = m4 = p1 * x4 + p4 * x5 + p7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
90 pc[4] = m5 = p2 * x4 + p5 * x5 + p8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
91 pc[5] = m6 = p3 * x4 + p6 * x5 + p9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
104 x6 = pv[5]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
113 x[3] -= m1 * x4 + m4 * x5 + m7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
114 x[4] -= m2 * x4 + m5 * x5 + m8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
115 x[5] -= m3 * x4 + m6 * x5 + m9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
281 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
338 x6 = pv[5]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
346 pc[3] = m4 = p1 * x4 + p4 * x5 + p7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
347 pc[4] = m5 = p2 * x4 + p5 * x5 + p8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
348 pc[5] = m6 = p3 * x4 + p6 * x5 + p9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
362 x6 = pv[5]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
371 x[3] -= m1 * x4 + m4 * x5 + m7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
372 x[4] -= m2 * x4 + m5 * x5 + m8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
373 x[5] -= m3 * x4 + m6 * x5 + m9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()