Searched refs:countgroupop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dmpcbench.c261 int countgroupop; local
266 for (op = 0, countgroupop = 0; op < countop; op++)
271 countgroupop++;
274 groupscore[group] = pow (groupscore[group], 1.0 / (double) countgroupop);
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dmpfrbench.c220 int countgroupop; local
225 for (op = 0, countgroupop = 0; op < countop; op++)
230 countgroupop++;
233 mpz_root (groupscore[group], groupscore[group], countgroupop);

Completed in 126 milliseconds