Lines Matching refs:mul2
1207 …MatScalar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, … in MatLUFactorNumeric_SeqAIJ_Inode() local
1408 mul2 = *pc2 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1410 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode()
1418 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1546 mul2 = *pc2 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1549 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode()
1558 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1598 mul2 = (*pc2) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1599 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode()
1606 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1738 mul2 = *pc2 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1742 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode()
1752 rtmp2[col] -= mul2 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1794 mul2 = (*pc2) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1795 *pc2 = mul2; in MatLUFactorNumeric_SeqAIJ_Inode()
1804 rtmp2[col] -= mul2 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()