Lines Matching refs:p5
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
79 p5 = pc[4]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 …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_4_inplace()
110 pc[0] = m1 = p1 * x1 + p5 * x2 + p9 * x3 + p13 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
115 pc[4] = m5 = p1 * x5 + p5 * x6 + p9 * x7 + p13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
120 pc[8] = m9 = p1 * x9 + p5 * x10 + p9 * x11 + p13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
125 pc[12] = m13 = p1 * x13 + p5 * x14 + p9 * x15 + p13 * 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
407 p5 = pc[4]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 …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_4_NaturalOrdering_inplace()
438 pc[0] = m1 = p1 * x1 + p5 * x2 + p9 * x3 + p13 * x4; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
443 pc[4] = m5 = p1 * x5 + p5 * x6 + p9 * x7 + p13 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
448 pc[8] = m9 = p1 * x9 + p5 * x10 + p9 * x11 + p13 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
453 pc[12] = m13 = p1 * x13 + p5 * x14 + p9 * x15 + p13 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()