Home | History | Annotate | Download | only in dist

Lines Matching refs:fraction

56    Nothing is gained or lost in terms of detections, the same total fraction
66 biggest fraction of non-residues, and have those run first. Again for
68 divisors then sort according to the resulting fraction of non-residues
127 double fraction; /* squares/total */
154 if (p->fraction > q->fraction)
156 else if (p->fraction < q->fraction)
422 /* fraction of possible squares */
423 factor[i].fraction = (double) mpz_popcount (factor[i].mask)
426 /* total fraction of possible squares */
427 total_fraction *= factor[i].fraction;
430 /* best tests first (ie. smallest fraction) */
514 (1.0 - factor[i].fraction) * 100.0);