Lines Matching refs:mul4
1207 …MatScalar *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, … in MatLUFactorNumeric_SeqAIJ_Inode() local
1740 mul4 = *pc4 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1744 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1754 rtmp4[col] -= mul4 * pv[j]; in MatLUFactorNumeric_SeqAIJ_Inode()
1798 mul4 = (*pc4) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1799 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1806 rtmp4[col] -= mul4 * rtmp1[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1845 mul4 = (*pc4) * (*pc2); in MatLUFactorNumeric_SeqAIJ_Inode()
1846 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1852 rtmp4[col] -= mul4 * rtmp2[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1888 mul4 = (*pc4) * (*pc3); in MatLUFactorNumeric_SeqAIJ_Inode()
1889 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1894 rtmp4[col] -= mul4 * rtmp3[col]; in MatLUFactorNumeric_SeqAIJ_Inode()