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

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c242 int excess_check; local
469 excess_check = lengthx + lengthp;
470 if (pbf->bsignificand[excess_check - 1] == 0)
471 excess_check--;
472 excess_check -= needed_precision + 4;
476 * If j <= excess_check, then we have all the
487 if (j <= excess_check &&

Completed in 42 milliseconds