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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_unpack_dble.c36 short unsigned nlzwords, nlzbits; local
40 for (nlzwords = 0; (pu->significand[nlzwords] == 0) && (nlzwords < UNPACKED_SIZE); nlzwords++);
41 if (nlzwords >= UNPACKED_SIZE) {
45 if (nlzwords > 0) {
46 for (i = 0; i < UNPACKED_SIZE - nlzwords; i++)
47 pu->significand[i] = pu->significand[i + nlzwords];
50 pu->exponent -= 32 * nlzwords;
[all...]

Completed in 57 milliseconds