Lines Matching refs:mul3
1207 …MatScalar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, … in MatLUFactorNumeric_SeqAIJ_Inode() local
1547 mul3 = *pc3 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1550 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1559 rtmp3[col] -= mul3 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1600 mul3 = (*pc3) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1601 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1607 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1643 mul3 = (*pc3) * (*pc2); in MatLUFactorNumeric_SeqAIJ_Inode()
1644 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1649 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1739 mul3 = *pc3 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1743 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1753 rtmp3[col] -= mul3 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1796 mul3 = (*pc3) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1797 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1805 rtmp3[col] -= mul3 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1843 mul3 = (*pc3) * (*pc2); in MatLUFactorNumeric_SeqAIJ_Inode()
1844 *pc3 = mul3; in MatLUFactorNumeric_SeqAIJ_Inode()
1851 rtmp3[col] -= mul3 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()