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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c274 short unsigned canquit; local
286 canquit = (short unsigned)65536;
289 canquit = 10000;
292 canquit -= 3 + ((lengthx < lengthp) ? lengthx : lengthp);
331 if ((i == itlast) && ((j + 2) <= excess) && (pbf->bsignificand[j + 1] <= canquit)
356 printf(" decided to quit early at j %d since s[j+1] is %d <= %d \n", j, pbf->bsignificand[j + 1], canquit);
378 * %d, canquit = %d \n", j,
380 * canquit); printf(" s[j+2..j] are
/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c243 unsigned short *pp, *table[3], canquit; local
473 canquit = ((base == 2)? 65535 : 9999) -
478 * is no larger than canquit, then the sum of the
488 pbf->bsignificand[j + 1] <= canquit &&

Completed in 186 milliseconds