Lines Matching defs:fun
86 static const struct fun
105 } fun;
333 bench1 (const struct fun *f, int type, double lo, double hi)
348 TIMEIT (run_thruput, f->fun.d);
350 TIMEIT (run_latency, f->fun.d);
352 TIMEIT (runf_thruput, f->fun.f);
354 TIMEIT (runf_latency, f->fun.f);
357 TIMEIT (run_vn_thruput, f->fun.vnd);
359 TIMEIT (run_vn_latency, f->fun.vnd);
361 TIMEIT (runf_vn_thruput, f->fun.vnf);
363 TIMEIT (runf_vn_latency, f->fun.vnf);
367 TIMEIT (run_sv_thruput, f->fun.svd);
369 TIMEIT (run_sv_latency, f->fun.svd);
371 TIMEIT (runf_sv_thruput, f->fun.svf);
373 TIMEIT (runf_sv_latency, f->fun.svf);
396 bench (const struct fun *f, double lo, double hi, int type, int gen)
482 for (const struct fun *f = funtab; f->name; f++)
558 for (const struct fun *f = funtab; f->name; f++)