Lines Matching refs:nwarm
32 … PetscScalar ***__restrict__ x1, PetscScalar ***__restrict__ y1, PetscInt nwarm, PetscInt nloop, P… in Update1() argument
41 for (it = 0; it < nwarm + nloop; it++) { in Update1()
42 if (it == nwarm) PetscCall(PetscTime(&tstart)); in Update1()
55 …onst PetscScalar *__restrict__ x2, PetscScalar *__restrict__ y2, PetscInt nwarm, PetscInt nloop, P… in Update2() argument
66 for (it = 0; it < nwarm + nloop; it++) { in Update2()
67 if (it == nwarm) PetscCall(PetscTime(&tstart)); in Update2()
97 PetscInt nwarm = 2, nloop = 10; in main() local
121 PetscCall(Update1(da, x1, y1, nwarm, nloop, &avgTime)); in main()
132 PetscCall(Update2(da, x2, y2, nwarm, nloop, &avgTime)); in main()
143 for (PetscInt it = 0; it < nwarm + nloop; it++) { in main()
144 if (it == nwarm) PetscCall(PetscTime(&tstart)); in main()