Lines Matching refs:x5
18 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16; in MatILUFactorNumeric_SeqBAIJ_7_inplace() local
171 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
216 pc[0] = m1 = p1 * x1 + p8 * x2 + p15 * x3 + p22 * x4 + p29 * x5 + p36 * x6 + p43 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
217 pc[1] = m2 = p2 * x1 + p9 * x2 + p16 * x3 + p23 * x4 + p30 * x5 + p37 * x6 + p44 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
218 pc[2] = m3 = p3 * x1 + p10 * x2 + p17 * x3 + p24 * x4 + p31 * x5 + p38 * x6 + p45 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
219 pc[3] = m4 = p4 * x1 + p11 * x2 + p18 * x3 + p25 * x4 + p32 * x5 + p39 * x6 + p46 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
220 pc[4] = m5 = p5 * x1 + p12 * x2 + p19 * x3 + p26 * x4 + p33 * x5 + p40 * x6 + p47 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
221 pc[5] = m6 = p6 * x1 + p13 * x2 + p20 * x3 + p27 * x4 + p34 * x5 + p41 * x6 + p48 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
222 pc[6] = m7 = p7 * x1 + p14 * x2 + p21 * x3 + p28 * x4 + p35 * x5 + p42 * x6 + p49 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
279 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
325 x[0] -= m1 * x1 + m8 * x2 + m15 * x3 + m22 * x4 + m29 * x5 + m36 * x6 + m43 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
326 x[1] -= m2 * x1 + m9 * x2 + m16 * x3 + m23 * x4 + m30 * x5 + m37 * x6 + m44 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
327 x[2] -= m3 * x1 + m10 * x2 + m17 * x3 + m24 * x4 + m31 * x5 + m38 * x6 + m45 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
328 x[3] -= m4 * x1 + m11 * x2 + m18 * x3 + m25 * x4 + m32 * x5 + m39 * x6 + m46 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
329 x[4] -= m5 * x1 + m12 * x2 + m19 * x3 + m26 * x4 + m33 * x5 + m40 * x6 + m47 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
330 x[5] -= m6 * x1 + m13 * x2 + m20 * x3 + m27 * x4 + m34 * x5 + m41 * x6 + m48 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
331 x[6] -= m7 * x1 + m14 * x2 + m21 * x3 + m28 * x4 + m35 * x5 + m42 * x6 + m49 * x7; in MatILUFactorNumeric_SeqBAIJ_7_inplace()
574 MatScalar x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace() local
725 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
770 pc[0] = m1 = p1 * x1 + p8 * x2 + p15 * x3 + p22 * x4 + p29 * x5 + p36 * x6 + p43 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
771 pc[1] = m2 = p2 * x1 + p9 * x2 + p16 * x3 + p23 * x4 + p30 * x5 + p37 * x6 + p44 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
772 pc[2] = m3 = p3 * x1 + p10 * x2 + p17 * x3 + p24 * x4 + p31 * x5 + p38 * x6 + p45 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
773 pc[3] = m4 = p4 * x1 + p11 * x2 + p18 * x3 + p25 * x4 + p32 * x5 + p39 * x6 + p46 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
774 pc[4] = m5 = p5 * x1 + p12 * x2 + p19 * x3 + p26 * x4 + p33 * x5 + p40 * x6 + p47 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
775 pc[5] = m6 = p6 * x1 + p13 * x2 + p20 * x3 + p27 * x4 + p34 * x5 + p41 * x6 + p48 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
776 pc[6] = m7 = p7 * x1 + p14 * x2 + p21 * x3 + p28 * x4 + p35 * x5 + p42 * x6 + p49 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
833 x5 = pv[4]; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
879 x[0] -= m1 * x1 + m8 * x2 + m15 * x3 + m22 * x4 + m29 * x5 + m36 * x6 + m43 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
880 x[1] -= m2 * x1 + m9 * x2 + m16 * x3 + m23 * x4 + m30 * x5 + m37 * x6 + m44 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
881 x[2] -= m3 * x1 + m10 * x2 + m17 * x3 + m24 * x4 + m31 * x5 + m38 * x6 + m45 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
882 x[3] -= m4 * x1 + m11 * x2 + m18 * x3 + m25 * x4 + m32 * x5 + m39 * x6 + m46 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
883 x[4] -= m5 * x1 + m12 * x2 + m19 * x3 + m26 * x4 + m33 * x5 + m40 * x6 + m47 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
884 x[5] -= m6 * x1 + m13 * x2 + m20 * x3 + m27 * x4 + m34 * x5 + m41 * x6 + m48 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()
885 x[6] -= m7 * x1 + m14 * x2 + m21 * x3 + m28 * x4 + m35 * x5 + m42 * x6 + m49 * x7; in MatILUFactorNumeric_SeqBAIJ_7_NaturalOrdering_inplace()