Home | History | Annotate | Download | only in dfp

Lines Matching refs:trial

1584         int trial=0;    // trial quotient digit
1674 trial = (min+max)/2;
1680 final int r = (dm * trial) + rh;
1695 // trial is too big -- negative remainder
1696 max = trial-1;
1705 min = trial+minadj; // update the minimum
1726 min = trial+1;
1731 quotient[qd] = trial;
1732 if (trial != 0 || nsqd != 0) {