Lines Matching refs:x14

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
107 x14 = pv[13]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
125 pc[12] = m13 = p1 * x13 + p5 * x14 + p9 * x15 + p13 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
126 pc[13] = m14 = p2 * x13 + p6 * x14 + p10 * x15 + p14 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
127 pc[14] = m15 = p3 * x13 + p7 * x14 + p11 * x15 + p15 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
128 pc[15] = m16 = p4 * x13 + p8 * x14 + p12 * x15 + p16 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
146 x14 = pv[13]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
165 x[12] -= m1 * x13 + m5 * x14 + m9 * x15 + m13 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
166 x[13] -= m2 * x13 + m6 * x14 + m10 * x15 + m14 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
167 x[14] -= m3 * x13 + m7 * x14 + m11 * x15 + m15 * x16; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
168 x[15] -= m4 * x13 + m8 * x14 + m12 * x15 + m16 * x16; 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
435 x14 = pv[13]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
453 pc[12] = m13 = p1 * x13 + p5 * x14 + p9 * x15 + p13 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
454 pc[13] = m14 = p2 * x13 + p6 * x14 + p10 * x15 + p14 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
455 pc[14] = m15 = p3 * x13 + p7 * x14 + p11 * x15 + p15 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
456 pc[15] = m16 = p4 * x13 + p8 * x14 + p12 * x15 + p16 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
473 x14 = pv[13]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
492 x[12] -= m1 * x13 + m5 * x14 + m9 * x15 + m13 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
493 x[13] -= m2 * x13 + m6 * x14 + m10 * x15 + m14 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
494 x[14] -= m3 * x13 + m7 * x14 + m11 * x15 + m15 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
495 x[15] -= m4 * x13 + m8 * x14 + m12 * x15 + m16 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()