Lines Matching refs:p7
21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
70 p7 = pc[6]; 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()
85 pc[0] = m1 = p1 * x1 + p4 * x2 + p7 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
89 pc[3] = m4 = p1 * x4 + p4 * x5 + p7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
93 pc[6] = m7 = p1 * x7 + p4 * x8 + p7 * 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
327 p7 = pc[6]; 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()
342 pc[0] = m1 = p1 * x1 + p4 * x2 + p7 * x3; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
346 pc[3] = m4 = p1 * x4 + p4 * x5 + p7 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
350 pc[6] = m7 = p1 * x7 + p4 * x8 + p7 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()