Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclog.h174 PETSC_EXTERN PetscErrorCode PetscAddLogDoubleCnt(PetscLogDouble *, PetscLogDouble *, PetscLogDouble…
177 …#define PetscAddLogDoubleCnt(a, b, c, d, e) ((PetscErrorCode)(PetscAddLogDouble(a, c, 1) || PetscA… macro
770 …return PetscAddLogDoubleCnt(&petsc_ctog_ct, &petsc_ctog_sz, &petsc_ctog_ct_th, &petsc_ctog_sz_th, … in PetscLogCpuToGpu()
775 …return PetscAddLogDoubleCnt(&petsc_gtoc_ct, &petsc_gtoc_sz, &petsc_gtoc_ct_th, &petsc_gtoc_sz_th, … in PetscLogGpuToCpu()
780 …return PetscAddLogDoubleCnt(&petsc_ctog_ct_scalar, &petsc_ctog_sz_scalar, &petsc_ctog_ct_scalar_th… in PetscLogCpuToGpuScalar()
785 …return PetscAddLogDoubleCnt(&petsc_gtoc_ct_scalar, &petsc_gtoc_sz_scalar, &petsc_gtoc_ct_scalar_th… in PetscLogGpuToCpuScalar()
/petsc/src/sys/logging/
H A Dplog.c137 PetscErrorCode PetscAddLogDoubleCnt(PetscLogDouble *cnt, PetscLogDouble *tot, PetscLogDouble *cnt_t… in PetscAddLogDoubleCnt() function