Searched refs:flopCount (Results 1 – 1 of 1) sorted by relevance
1642 PetscInt flopCount = 0; in Norm() local1649 flopCount = std::max(n - 1, 0); in Norm()1658 flopCount += std::max(2 * n - 1, 0); // += in case we've fallen through from NORM_1_AND_2 in Norm()1673 PetscCall(PetscLogGpuFlops(flopCount)); in Norm()