Lines Matching refs:p12

22   MatScalar       p10, p11, p12, p13, p14, p15, p16, m10, m11, m12;  in MatILUFactorNumeric_SeqBAIJ_4_inplace()  local
86 p12 = pc[11]; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
91 … 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_inplace()
113 pc[3] = m4 = p4 * x1 + p8 * x2 + p12 * x3 + p16 * x4; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
118 pc[7] = m8 = p4 * x5 + p8 * x6 + p12 * x7 + p16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
123 pc[11] = m12 = p4 * x9 + p8 * x10 + p12 * x11 + p16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_inplace()
128 pc[15] = m16 = p4 * x13 + p8 * x14 + p12 * x15 + p16 * 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
414 p12 = pc[11]; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
419 … 0.0 || p7 != 0.0 || p8 != 0.0 || p9 != 0.0 || p10 != 0.0 || p11 != 0.0 || p12 != 0.0 || p13 != 0.… in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
441 pc[3] = m4 = p4 * x1 + p8 * x2 + p12 * x3 + p16 * x4; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
446 pc[7] = m8 = p4 * x5 + p8 * x6 + p12 * x7 + p16 * x8; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
451 pc[11] = m12 = p4 * x9 + p8 * x10 + p12 * x11 + p16 * x12; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()
456 pc[15] = m16 = p4 * x13 + p8 * x14 + p12 * x15 + p16 * x16; in MatILUFactorNumeric_SeqBAIJ_4_NaturalOrdering_inplace()