Lines Matching defs:fun
215 static const struct fun
232 } fun;
535 bench1 (const struct fun *f, int type, double lo, double hi)
548 TIMEIT (run_thruput, f->fun.d);
550 TIMEIT (run_latency, f->fun.d);
552 TIMEIT (runf_thruput, f->fun.f);
554 TIMEIT (runf_latency, f->fun.f);
556 TIMEIT (run_v_thruput, f->fun.vd);
558 TIMEIT (run_v_latency, f->fun.vd);
560 TIMEIT (runf_v_thruput, f->fun.vf);
562 TIMEIT (runf_v_latency, f->fun.vf);
565 TIMEIT (run_vn_thruput, f->fun.vnd);
567 TIMEIT (run_vn_latency, f->fun.vnd);
569 TIMEIT (runf_vn_thruput, f->fun.vnf);
571 TIMEIT (runf_vn_latency, f->fun.vnf);
592 bench (const struct fun *f, double lo, double hi, int type, int gen)
678 for (const struct fun *f = funtab; f->name; f++)
754 for (const struct fun *f = funtab; f->name; f++)