Lines Matching refs:p6
21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
69 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
73 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_3_inplace()
87 pc[2] = m3 = p3 * x1 + p6 * x2 + p9 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
91 pc[5] = m6 = p3 * x4 + p6 * x5 + p9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
95 pc[8] = m9 = p3 * x7 + p6 * x8 + p9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
281 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace() local
326 p6 = pc[5]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
330 …if (p1 != 0.0 || p2 != 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 … in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
344 pc[2] = m3 = p3 * x1 + p6 * x2 + p9 * x3; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
348 pc[5] = m6 = p3 * x4 + p6 * x5 + p9 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
352 pc[8] = m9 = p3 * x7 + p6 * x8 + p9 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()