Lines Matching refs:p15

22   MatScalar       p10, p11, p12, p13, p14, p15, p16, m10, m11, m12;  in MatILUFactorNumeric_SeqBAIJ_4_inplace()  local
89 p15 = pc[14]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 …0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.0 || p15 != 0.0 || p16 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_inplace()
112 pc[2] = m3 = p3 * x1 + p7 * x2 + p11 * x3 + p15 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
117 pc[6] = m7 = p3 * x5 + p7 * x6 + p11 * x7 + p15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
122 pc[10] = m11 = p3 * x9 + p7 * x10 + p11 * x11 + p15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
127 pc[14] = m15 = p3 * x13 + p7 * x14 + p11 * x15 + p15 * 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
417 p15 = pc[14]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 …0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.0 || p14 != 0.0 || p15 != 0.0 || p16 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
440 pc[2] = m3 = p3 * x1 + p7 * x2 + p11 * x3 + p15 * x4; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
445 pc[6] = m7 = p3 * x5 + p7 * x6 + p11 * x7 + p15 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
450 pc[10] = m11 = p3 * x9 + p7 * x10 + p11 * x11 + p15 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
455 pc[14] = m15 = p3 * x13 + p7 * x14 + p11 * x15 + p15 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()