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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c461 int cnt_h, cnt_l, i; local
551 count_leading_zeros (cnt_h, scale[scalesize - 1]);
553 if (cnt_h == 0)
582 if (i == 0 && BITS_PER_MP_LIMB - cnt_h > cnt_l)
587 (void) __mpn_lshift (scale, scale, scalesize, cnt_h);
588 cy = __mpn_lshift (frac, frac, fracsize, cnt_h);
592 else if (BITS_PER_MP_LIMB - cnt_h <= cnt_l)
599 BITS_PER_MP_LIMB - cnt_h);
602 BITS_PER_MP_LIMB - cnt_h);
612 BITS_PER_MP_LIMB - cnt_h);
645 int i, incr, cnt_h, cnt_l; local
[all...]

Completed in 17 milliseconds