Lines Matching refs:x4
21 MatScalar p1, p2, p3, p4, m1, m2, m3, m4, m5, m6, m7, m8, m9, x1, x2, x3, x4; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
128 x4 = pv[3]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
150 pc[0] = m1 = p1 * x1 + p6 * x2 + p11 * x3 + p16 * x4 + p21 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
151 pc[1] = m2 = p2 * x1 + p7 * x2 + p12 * x3 + p17 * x4 + p22 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
152 pc[2] = m3 = p3 * x1 + p8 * x2 + p13 * x3 + p18 * x4 + p23 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
153 pc[3] = m4 = p4 * x1 + p9 * x2 + p14 * x3 + p19 * x4 + p24 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
154 pc[4] = m5 = p5 * x1 + p10 * x2 + p15 * x3 + p20 * x4 + p25 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
186 x4 = pv[3]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
209 x[0] -= m1 * x1 + m6 * x2 + m11 * x3 + m16 * x4 + m21 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
210 x[1] -= m2 * x1 + m7 * x2 + m12 * x3 + m17 * x4 + m22 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
211 x[2] -= m3 * x1 + m8 * x2 + m13 * x3 + m18 * x4 + m23 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
212 x[3] -= m4 * x1 + m9 * x2 + m14 * x3 + m19 * x4 + m24 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
213 x[4] -= m5 * x1 + m10 * x2 + m15 * x3 + m20 * x4 + m25 * x5; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
422 MatScalar x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace() local
511 x4 = pv[3]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
533 pc[0] = m1 = p1 * x1 + p6 * x2 + p11 * x3 + p16 * x4 + p21 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
534 pc[1] = m2 = p2 * x1 + p7 * x2 + p12 * x3 + p17 * x4 + p22 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
535 pc[2] = m3 = p3 * x1 + p8 * x2 + p13 * x3 + p18 * x4 + p23 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
536 pc[3] = m4 = p4 * x1 + p9 * x2 + p14 * x3 + p19 * x4 + p24 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
537 pc[4] = m5 = p5 * x1 + p10 * x2 + p15 * x3 + p20 * x4 + p25 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
569 x4 = pv[3]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
592 x[0] -= m1 * x1 + m6 * x2 + m11 * x3 + m16 * x4 + m21 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
593 x[1] -= m2 * x1 + m7 * x2 + m12 * x3 + m17 * x4 + m22 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
594 x[2] -= m3 * x1 + m8 * x2 + m13 * x3 + m18 * x4 + m23 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
595 x[3] -= m4 * x1 + m9 * x2 + m14 * x3 + m19 * x4 + m24 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
596 x[4] -= m5 * x1 + m10 * x2 + m15 * x3 + m20 * x4 + m25 * x5; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()