Lines Matching refs:x5

21   MatScalar       p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16;  in MatILUFactorNumeric_SeqBAIJ_4_inplace()  local
98 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
115 pc[4] = m5 = p1 * x5 + p5 * x6 + p9 * x7 + p13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
116 pc[5] = m6 = p2 * x5 + p6 * x6 + p10 * x7 + p14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
117 pc[6] = m7 = p3 * x5 + p7 * x6 + p11 * x7 + p15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
118 pc[7] = m8 = p4 * x5 + p8 * x6 + p12 * x7 + p16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
137 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
155 x[4] -= m1 * x5 + m5 * x6 + m9 * x7 + m13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
156 x[5] -= m2 * x5 + m6 * x6 + m10 * x7 + m14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
157 x[6] -= m3 * x5 + m7 * x6 + m11 * x7 + m15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
158 x[7] -= m4 * x5 + m8 * x6 + m12 * x7 + m16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
352 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
426 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
443 pc[4] = m5 = p1 * x5 + p5 * x6 + p9 * x7 + p13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
444 pc[5] = m6 = p2 * x5 + p6 * x6 + p10 * x7 + p14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
445 pc[6] = m7 = p3 * x5 + p7 * x6 + p11 * x7 + p15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
446 pc[7] = m8 = p4 * x5 + p8 * x6 + p12 * x7 + p16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
464 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
482 x[4] -= m1 * x5 + m5 * x6 + m9 * x7 + m13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
483 x[5] -= m2 * x5 + m6 * x6 + m10 * x7 + m14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
484 x[6] -= m3 * x5 + m7 * x6 + m11 * x7 + m15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
485 x[7] -= m4 * x5 + m8 * x6 + m12 * x7 + m16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()