Searched refs:tv (Results 1 – 5 of 5) sorted by relevance
27 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()
28 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()
30 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()
37 real(kind=8),allocatable,dimension(:) :: tv,tw local93 allocate(tv(asize))181 deallocate(tv)