fftss_get_wtime    71 include/fftss.h   extern double fftss_get_wtime(void);
fftss_get_wtime   116 include/libfftss.h extern double fftss_get_wtime(void);
fftss_get_wtime   255 libfftss/fftss_2d.c     t0 = fftss_get_wtime();           \
fftss_get_wtime   257 libfftss/fftss_2d.c     t1 = fftss_get_wtime() - t0;      \
fftss_get_wtime   433 libfftss/fftss_3d.c   t = fftss_get_wtime();
fftss_get_wtime   438 libfftss/fftss_3d.c   t0 = fftss_get_wtime() - t;
fftss_get_wtime   440 libfftss/fftss_3d.c   t = fftss_get_wtime();
fftss_get_wtime   445 libfftss/fftss_3d.c   t = fftss_get_wtime() - t;
fftss_get_wtime   454 libfftss/fftss_3d.c   t = fftss_get_wtime();
fftss_get_wtime   459 libfftss/fftss_3d.c   t = fftss_get_wtime() - t;
fftss_get_wtime    74 libfftss/fftss_fma.c   t0 = fftss_get_wtime();
fftss_get_wtime    76 libfftss/fftss_fma.c   t0 = fftss_get_wtime() - t0;
fftss_get_wtime    78 libfftss/fftss_fma.c   t1 = fftss_get_wtime();
fftss_get_wtime    80 libfftss/fftss_fma.c   t1 = fftss_get_wtime() - t1;
fftss_get_wtime    84 libfftss/fftss_fortran.c   *t = fftss_get_wtime();
fftss_get_wtime    60 libfftss/fftss_test.c     t = fftss_get_wtime();
fftss_get_wtime    62 libfftss/fftss_test.c     t = fftss_get_wtime() - t;
fftss_get_wtime   583 libpfftss/mpi2d.c   t = fftss_get_wtime();
fftss_get_wtime   587 libpfftss/mpi2d.c   t = fftss_get_wtime() - t;
fftss_get_wtime    73 libpfftss/testmpi2d.c   t = fftss_get_wtime();
fftss_get_wtime    75 libpfftss/testmpi2d.c   t = fftss_get_wtime() - t;
fftss_get_wtime    42 test/fftw3.c     t0 = fftss_get_wtime();
fftss_get_wtime    47 test/fftw3.c     t1 = fftss_get_wtime() - t0;
fftss_get_wtime    84 test/test.c        t0 = fftss_get_wtime();
fftss_get_wtime    89 test/test.c        t1 = fftss_get_wtime() - t0;
fftss_get_wtime    59 test/test2d.c      t = fftss_get_wtime();
fftss_get_wtime    62 test/test2d.c      t = fftss_get_wtime() - t;
fftss_get_wtime    61 test/test3d.c      t = fftss_get_wtime();
fftss_get_wtime    64 test/test3d.c      t = fftss_get_wtime() - t;