Lines Matching refs:flops
248 PetscLogDouble flops = 0.0; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted() local
294 flops += 2 * bnzi; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
304 flops += cnzi; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
313 PetscCall(PetscLogFlops(flops)); in MatMatMultNumeric_SeqAIJ_SeqAIJ_Sorted()
321 PetscLogDouble flops = 0.0; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable() local
362 flops += 2 * bnzi; in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
374 PetscCall(PetscLogFlops(flops)); in MatMatMultNumeric_SeqAIJ_SeqAIJ_Scalable()
1303 PetscLogDouble flops = 0.0; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ() local
1363 flops += 2; in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1370 PetscCall(PetscLogFlops(flops)); in MatMatTransposeMultNumeric_SeqAIJ_SeqAIJ()
1443 PetscLogDouble flops = 0.0; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ() local
1475 flops += 2 * bnzi; in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()
1483 PetscCall(PetscLogFlops(flops)); in MatTransposeMatMultNumeric_SeqAIJ_SeqAIJ()