Lines Matching refs:p9
21 MatScalar p5, p6, p7, p8, p9, x5, x6, x7, x8, x9; in MatILUFactorNumeric_SeqBAIJ_3_inplace() local
72 p9 = pc[8]; in MatILUFactorNumeric_SeqBAIJ_3_inplace()
73 …= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0) { 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
329 p9 = pc[8]; in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
330 …= 0.0 || p3 != 0.0 || p4 != 0.0 || p5 != 0.0 || p6 != 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0) { 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()