Lines Matching refs:p5
21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
68 p5 = pc[4]; 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()
86 pc[1] = m2 = p2 * x1 + p5 * x2 + p8 * x3; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
90 pc[4] = m5 = p2 * x4 + p5 * x5 + p8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
94 pc[7] = m8 = p2 * x7 + p5 * x8 + p8 * 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
325 p5 = pc[4]; 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()
343 pc[1] = m2 = p2 * x1 + p5 * x2 + p8 * x3; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
347 pc[4] = m5 = p2 * x4 + p5 * x5 + p8 * x6; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
351 pc[7] = m8 = p2 * x7 + p5 * x8 + p8 * x9; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()