Lines Matching refs:p14

22   MatScalar       p10, p11, p12, p13, p14, p15, p16, m10, m11, m12;  in MatILUFactorNumeric_SeqBAIJ_4_inplace()  local
88 p14 = pc[13]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 ….0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.0 || p15 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_inplace()
111 pc[1] = m2 = p2 * x1 + p6 * x2 + p10 * x3 + p14 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
116 pc[5] = m6 = p2 * x5 + p6 * x6 + p10 * x7 + p14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
121 pc[9] = m10 = p2 * x9 + p6 * x10 + p10 * x11 + p14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
126 pc[13] = m14 = p2 * x13 + p6 * x14 + p10 * x15 + p14 * 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
416 p14 = pc[13]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 ….0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.0 || p15 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
439 pc[1] = m2 = p2 * x1 + p6 * x2 + p10 * x3 + p14 * x4; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
444 pc[5] = m6 = p2 * x5 + p6 * x6 + p10 * x7 + p14 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
449 pc[9] = m10 = p2 * x9 + p6 * x10 + p10 * x11 + p14 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
454 pc[13] = m14 = p2 * x13 + p6 * x14 + p10 * x15 + p14 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()