Lines Matching refs:p13

22   MatScalar       p10, p11, p12, p13, p14, p15, p16, m10, m11, m12;  in MatILUFactorNumeric_SeqBAIJ_4_inplace()  local
87 p13 = pc[12]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 …0.0 || p8 != 0.0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.… 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()
353 MatScalar p10, p11, p12, p13, p14, p15, p16, m10, m11, m12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace() local
415 p13 = pc[12]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 …0.0 || p8 != 0.0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.… 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()