Searched defs:maxtime (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/benchmarks/streams/ |
| H A D | SSEVersion.c | 74 …double rmstime[4] = {0}, maxtime[4] = {0}, mintime[4] = {FLT_MAX, FLT_MAX, FLT_MAX, FLT_MAX}; in main() local
|
| H A D | CUDAVersion.cu | 860 float maxtime[8] = {0., 0., 0., 0., 0., 0., 0., 0.}; in printResultsReadable() local
|
| /petsc/src/ts/event/tests/ |
| H A D | ex3span.c | 64 PetscReal tspan[28], dtlast, tlast, tlast_expected, maxtime; in main() local
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 2950 PetscErrorCode TSSetMaxTime(TS ts, PetscReal maxtime) in TSSetMaxTime() 2978 PetscErrorCode TSGetMaxTime(TS ts, PetscReal *maxtime) in TSGetMaxTime() 3010 PetscErrorCode TSGetDuration(TS ts, PetscInt *maxsteps, PetscReal *maxtime) in TSGetDuration() 3032 PetscErrorCode TSSetDuration(TS ts, PetscInt maxsteps, PetscReal maxtime) in TSSetDuration()
|
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex4.c | 1191 PetscReal ptime, maxtime; in main() local
|