Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 5 of 5) sorted by relevance

/phasta/phastaIO/
H A Dphiotmrc.cc27 struct timeval tv; in phiotmrc()
29 rc = gettimeofday (&tv, NULL); in phiotmrc()
34 double t1 = ((double) tv.tv_sec) + 1.e-6 * ((double) tv.tv_usec); in phiotmrc()
/phasta/phSolver/common/
H A Dtmrc.c28 struct timeval tv; in TMRC()
31 rc = gettimeofday (&tv, NULL); in TMRC()
36 t1 = ((double) tv.tv_sec) + 1.e-6 * ((double) tv.tv_usec); in TMRC()
/phasta/M2NFixBnd/src/
H A Dtmrc.c30 struct timeval tv; in TMRC()
32 rc = gettimeofday (&tv, NULL); in TMRC()
37 double t1 = ((double) tv.tv_sec) + 1.e-6 * ((double) tv.tv_usec); in TMRC()
/phasta/AcuStat/src/
H A Dtmrc.c30 struct timeval tv; in TMRC()
32 rc = gettimeofday (&tv, NULL); in TMRC()
37 double t1 = ((double) tv.tv_sec) + 1.e-6 * ((double) tv.tv_usec); in TMRC()
/phasta/phSolver/AMG/
H A Dramg_ggb.f37 real(kind=8),allocatable,dimension(:) :: tv,tw local
93 allocate(tv(asize))
181 deallocate(tv)