Lines Matching refs:pc4

1207 …MatScalar       *pc, *pc1, *pc2, *pc3, *pc4, mul1, mul2, mul3, mul4, *pv, *rtmp1, *rtmp2, *rtmp3, …  in MatLUFactorNumeric_SeqAIJ_Inode()  local
1734 pc4 = rtmp4 + row; in MatLUFactorNumeric_SeqAIJ_Inode()
1735 if (*pc1 != 0.0 || *pc2 != 0.0 || *pc3 != 0.0 || *pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode()
1740 mul4 = *pc4 * (*pv); in MatLUFactorNumeric_SeqAIJ_Inode()
1744 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1792 pc4 = rtmp4 + i; in MatLUFactorNumeric_SeqAIJ_Inode()
1793 if (*pc2 != 0.0 || *pc3 != 0.0 || *pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode()
1798 mul4 = (*pc4) * (*pc1); in MatLUFactorNumeric_SeqAIJ_Inode()
1799 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1841 pc4 = rtmp4 + i + 1; in MatLUFactorNumeric_SeqAIJ_Inode()
1842 if (*pc3 != 0.0 || *pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode()
1845 mul4 = (*pc4) * (*pc2); in MatLUFactorNumeric_SeqAIJ_Inode()
1846 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1886 pc4 = rtmp4 + i + 2; in MatLUFactorNumeric_SeqAIJ_Inode()
1887 if (*pc4 != 0.0) { in MatLUFactorNumeric_SeqAIJ_Inode()
1888 mul4 = (*pc4) * (*pc3); in MatLUFactorNumeric_SeqAIJ_Inode()
1889 *pc4 = mul4; in MatLUFactorNumeric_SeqAIJ_Inode()
1902 pc4 = b->a + bi[i + 3]; in MatLUFactorNumeric_SeqAIJ_Inode()
1907 pc4[j] = rtmp4[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1908 rs += PetscAbsScalar(pc4[j]); in MatLUFactorNumeric_SeqAIJ_Inode()
1911 pc4 = b->a + bdiag[i + 4] + 1; in MatLUFactorNumeric_SeqAIJ_Inode()
1916 pc4[j] = rtmp4[col]; in MatLUFactorNumeric_SeqAIJ_Inode()
1917 rs += PetscAbsScalar(pc4[j]); in MatLUFactorNumeric_SeqAIJ_Inode()
1924 pc4 = b->a + bdiag[i + 3]; in MatLUFactorNumeric_SeqAIJ_Inode()
1925 *pc4 = 1.0 / sctx.pv; /* Mark diag[i+3] */ in MatLUFactorNumeric_SeqAIJ_Inode()