Lines Matching defs:score
76 /* number of operations to score*/
81 /* list of functions to compute the score */
181 /* compute the score for the operation arrayfunc[op] */
255 /* compute the score for all groups */
279 /* compute the global score */
296 double score[NB_BENCH_OP];
305 compute_score (&(score[i]), i, randstate);
306 compute_globalscore (&globalscore, NB_BENCH_OP, score);
307 compute_groupscore (groupscore, NB_BENCH_OP, score);
322 printf (" score for %4s ", arrayfunc[i].name);
323 sensible_print (score[i]);
328 printf ("group score %s", groupname[g]);
333 printf ("global score ");