Lines Matching refs:x9
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
102 x9 = pv[8]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
120 pc[8] = m9 = p1 * x9 + p5 * x10 + p9 * x11 + p13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
121 pc[9] = m10 = p2 * x9 + p6 * x10 + p10 * x11 + p14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
122 pc[10] = m11 = p3 * x9 + p7 * x10 + p11 * x11 + p15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
123 pc[11] = m12 = p4 * x9 + p8 * x10 + p12 * x11 + p16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
141 x9 = pv[8]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
160 x[8] -= m1 * x9 + m5 * x10 + m9 * x11 + m13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
161 x[9] -= m2 * x9 + m6 * x10 + m10 * x11 + m14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
162 x[10] -= m3 * x9 + m7 * x10 + m11 * x11 + m15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
163 x[11] -= m4 * x9 + m8 * x10 + m12 * x11 + m16 * x12; 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
430 x9 = pv[8]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
448 pc[8] = m9 = p1 * x9 + p5 * x10 + p9 * x11 + p13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
449 pc[9] = m10 = p2 * x9 + p6 * x10 + p10 * x11 + p14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
450 pc[10] = m11 = p3 * x9 + p7 * x10 + p11 * x11 + p15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
451 pc[11] = m12 = p4 * x9 + p8 * x10 + p12 * x11 + p16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
468 x9 = pv[8]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
487 x[8] -= m1 * x9 + m5 * x10 + m9 * x11 + m13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
488 x[9] -= m2 * x9 + m6 * x10 + m10 * x11 + m14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
489 x[10] -= m3 * x9 + m7 * x10 + m11 * x11 + m15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
490 x[11] -= m4 * x9 + m8 * x10 + m12 * x11 + m16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()