Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A D_base_sup.c196 int id, idbound; in _big_decimal_to_big_binary() local
211 idbound = (pd->bexponent < 0) ? 1 : 0; /* How far to carry next in _big_decimal_to_big_binary()
216 for (; id >= idbound; id--) { in _big_decimal_to_big_binary()