Home | History | Annotate | Download | only in creals

Lines Matching refs:high

129 * evaluation to very high precision.  This usually makes such computations
248 int high = n >> 28;
249 // if n is not in danger of overflowing, then the 4 high order
250 // bits should be identical. Thus high is either 0 or -1.
254 if (0 != (high ^ high_shifted)) {
1384 // Thus the worst case iteration count is fairly high.