Lines Matching refs:nI
130 double t0, t1, tstop, T, nI; in bench_shift_math_cc() local
159 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_math_cc()
160 return (nI / T); /* normalized iterations per second */ in bench_shift_math_cc()
165 double t0, t1, tstop, T, nI; in bench_shift_table_cc() local
197 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_table_cc()
198 return (nI / T); /* normalized iterations per second */ in bench_shift_table_cc()
203 double t0, t1, tstop, T, nI; in bench_shift_addfast() local
234 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_addfast()
235 return (nI / T); /* normalized iterations per second */ in bench_shift_addfast()
239 double t0, t1, tstop, T, nI; in bench_shift_addfast_inp() local
268 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_addfast_inp()
269 return (nI / T); /* normalized iterations per second */ in bench_shift_addfast_inp()
274 double t0, t1, tstop, T, nI; in bench_shift_unroll_oop() local
304 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_unroll_oop()
305 return (nI / T); /* normalized iterations per second */ in bench_shift_unroll_oop()
309 double t0, t1, tstop, T, nI; in bench_shift_unroll_inp() local
338 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_unroll_inp()
339 return (nI / T); /* normalized iterations per second */ in bench_shift_unroll_inp()
345 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_oop() local
374 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_limited_unroll_oop()
375 return (nI / T); /* normalized iterations per second */ in bench_shift_limited_unroll_oop()
380 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_inp() local
408 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_limited_unroll_inp()
409 return (nI / T); /* normalized iterations per second */ in bench_shift_limited_unroll_inp()
414 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_A_sse_inp() local
444 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_limited_unroll_A_sse_inp()
445 return (nI / T); /* normalized iterations per second */ in bench_shift_limited_unroll_A_sse_inp()
449 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_B_sse_inp() local
480 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_limited_unroll_B_sse_inp()
481 return (nI / T); /* normalized iterations per second */ in bench_shift_limited_unroll_B_sse_inp()
485 double t0, t1, tstop, T, nI; in bench_shift_limited_unroll_C_sse_inp() local
515 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_limited_unroll_C_sse_inp()
516 return (nI / T); /* normalized iterations per second */ in bench_shift_limited_unroll_C_sse_inp()
521 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_cc_oop() local
553 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_rec_osc_cc_oop()
554 return (nI / T); /* normalized iterations per second */ in bench_shift_rec_osc_cc_oop()
559 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_cc_inp() local
587 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_rec_osc_cc_inp()
588 return (nI / T); /* normalized iterations per second */ in bench_shift_rec_osc_cc_inp()
593 double t0, t1, tstop, T, nI; in bench_shift_rec_osc_sse_c_inp() local
625 nI = ((double)iter) * B; /* number of iterations "normalized" to O(N) = N */ in bench_shift_rec_osc_sse_c_inp()
626 return (nI / T); /* normalized iterations per second */ in bench_shift_rec_osc_sse_c_inp()