• Home
  • Raw
  • Download

Lines Matching refs:t0

64         struct tms t0, t;  in uclock_sec()  local
73 t0 = t; in uclock_sec()
74 while (t0.tms_utime == t.tms_utime) in uclock_sec()
130 double t0, t1, tstop, T, nI; in bench_shift_math_cc() local
143 t0 = uclock_sec(1); in bench_shift_math_cc()
144 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_math_cc()
157 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_math_cc()
165 double t0, t1, tstop, T, nI; in bench_shift_table_cc() local
181 t0 = uclock_sec(1); in bench_shift_table_cc()
182 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_table_cc()
195 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_table_cc()
203 double t0, t1, tstop, T, nI; in bench_shift_addfast() local
217 t0 = uclock_sec(1); in bench_shift_addfast()
218 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_addfast()
232 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_addfast()
239 double t0, t1, tstop, T, nI; in bench_shift_addfast_inp() local
252 t0 = uclock_sec(1); in bench_shift_addfast_inp()
253 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_addfast_inp()
266 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_addfast_inp()
274 double t0, t1, tstop, T, nI; in bench_shift_unroll_oop() local
288 t0 = uclock_sec(1); in bench_shift_unroll_oop()
289 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_unroll_oop()
302 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_unroll_oop()
309 double t0, t1, tstop, T, nI; in bench_shift_unroll_inp() local
322 t0 = uclock_sec(1); in bench_shift_unroll_inp()
323 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_unroll_inp()
336 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_unroll_inp()
345 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_oop() local
358 t0 = uclock_sec(1); in bench_shift_limited_unroll_oop()
359 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_limited_unroll_oop()
372 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_limited_unroll_oop()
380 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_inp() local
392 t0 = uclock_sec(1); in bench_shift_limited_unroll_inp()
393 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_limited_unroll_inp()
406 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_limited_unroll_inp()
414 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_A_sse_inp() local
428 t0 = uclock_sec(1); in bench_shift_limited_unroll_A_sse_inp()
429 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_limited_unroll_A_sse_inp()
442 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_limited_unroll_A_sse_inp()
449 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_B_sse_inp() local
464 t0 = uclock_sec(1); in bench_shift_limited_unroll_B_sse_inp()
465 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_limited_unroll_B_sse_inp()
478 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_limited_unroll_B_sse_inp()
485 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_C_sse_inp() local
499 t0 = uclock_sec(1); in bench_shift_limited_unroll_C_sse_inp()
500 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_limited_unroll_C_sse_inp()
513 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_limited_unroll_C_sse_inp()
521 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_cc_oop() local
535 t0 = uclock_sec(1); in bench_shift_rec_osc_cc_oop()
536 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_rec_osc_cc_oop()
551 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_rec_osc_cc_oop()
559 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_cc_inp() local
572 t0 = uclock_sec(1); in bench_shift_rec_osc_cc_inp()
573 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_rec_osc_cc_inp()
585 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_rec_osc_cc_inp()
593 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_sse_c_inp() local
610 t0 = uclock_sec(1); in bench_shift_rec_osc_sse_c_inp()
611 tstop = t0 + 0.5; /* benchmark duration: 500 ms */ in bench_shift_rec_osc_sse_c_inp()
623 T = ( t1 - t0 ); /* duration per fft() */ in bench_shift_rec_osc_sse_c_inp()