Home
last modified time | relevance | path

Searched refs:lzbound (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c342 int i, intdigs, fracdigs, fraczeros, fracsigs, ids, idsbound, lzbound; in _unpacked_to_decimal() local
497 lzbound = fraczeros; in _unpacked_to_decimal()
499 lzbound = idsbound; in _unpacked_to_decimal()
500 for (; (i < lzbound); i++) in _unpacked_to_decimal()
543 lzbound = fraczeros; in _unpacked_to_decimal()
545 lzbound = idsbound; in _unpacked_to_decimal()
546 for (i = 0; (i < lzbound); i++) in _unpacked_to_decimal()