Home
last modified time | relevance | path

Searched refs:t_has (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/tests/
H A Dex42.c13 PetscLogDouble t_has = 0; in main() local
35 PetscCall(PetscTimeSubtract(&t_has)); in main()
42 PetscCall(PetscTimeAdd(&t_has)); in main()
53 …t_FMT " - table size: %" PetscInt_FMT ", add: %g, has: %g, del: %g\n", N, n, t_add, t_has, t_del)); in main()
H A Dex43.c14 PetscLogDouble t_has = 0; in main() local
37 PetscCall(PetscTimeSubtract(&t_has)); in main()
45 PetscCall(PetscTimeAdd(&t_has)); in main()
57 …t_FMT " - table size: %" PetscInt_FMT ", add: %g, has: %g, del: %g\n", N, n, t_add, t_has, t_del)); in main()