Lines Matching refs:x13
22 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_5_inplace() local
137 x13 = pv[12]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
162 pc[10] = m11 = p1 * x11 + p6 * x12 + p11 * x13 + p16 * x14 + p21 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
163 pc[11] = m12 = p2 * x11 + p7 * x12 + p12 * x13 + p17 * x14 + p22 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
164 pc[12] = m13 = p3 * x11 + p8 * x12 + p13 * x13 + p18 * x14 + p23 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
165 pc[13] = m14 = p4 * x11 + p9 * x12 + p14 * x13 + p19 * x14 + p24 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
166 pc[14] = m15 = p5 * x11 + p10 * x12 + p15 * x13 + p20 * x14 + p25 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
195 x13 = pv[12]; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
221 x[10] -= m1 * x11 + m6 * x12 + m11 * x13 + m16 * x14 + m21 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
222 x[11] -= m2 * x11 + m7 * x12 + m12 * x13 + m17 * x14 + m22 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
223 x[12] -= m3 * x11 + m8 * x12 + m13 * x13 + m18 * x14 + m23 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
224 x[13] -= m4 * x11 + m9 * x12 + m14 * x13 + m19 * x14 + m24 * x15; in MatILUFactorNumeric_SeqBAIJ_5_inplace()
225 x[14] -= m5 * x11 + m10 * x12 + m15 * x13 + m20 * x14 + m25 * x15; 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
520 x13 = pv[12]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
545 pc[10] = m11 = p1 * x11 + p6 * x12 + p11 * x13 + p16 * x14 + p21 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
546 pc[11] = m12 = p2 * x11 + p7 * x12 + p12 * x13 + p17 * x14 + p22 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
547 pc[12] = m13 = p3 * x11 + p8 * x12 + p13 * x13 + p18 * x14 + p23 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
548 pc[13] = m14 = p4 * x11 + p9 * x12 + p14 * x13 + p19 * x14 + p24 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
549 pc[14] = m15 = p5 * x11 + p10 * x12 + p15 * x13 + p20 * x14 + p25 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
578 x13 = pv[12]; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
604 x[10] -= m1 * x11 + m6 * x12 + m11 * x13 + m16 * x14 + m21 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
605 x[11] -= m2 * x11 + m7 * x12 + m12 * x13 + m17 * x14 + m22 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
606 x[12] -= m3 * x11 + m8 * x12 + m13 * x13 + m18 * x14 + m23 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
607 x[13] -= m4 * x11 + m9 * x12 + m14 * x13 + m19 * x14 + m24 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()
608 x[14] -= m5 * x11 + m10 * x12 + m15 * x13 + m20 * x14 + m25 * x15; in MatILUFactorNumeric_SeqBAIJ_5_NaturalOrdering_inplace()