Home | History | Annotate | Download | only in tzcode

Lines Matching full:base

158 				int * unitsptr, int base);
160 int base);
1629 normalize_overflow(tensptr, unitsptr, base)
1632 const int base;
1637 (*unitsptr / base) :
1638 (-1 - (-1 - *unitsptr) / base);
1639 *unitsptr -= tensdelta * base;
1644 long_normalize_overflow(tensptr, unitsptr, base)
1647 const int base;
1652 (*unitsptr / base) :
1653 (-1 - (-1 - *unitsptr) / base);
1654 *unitsptr -= tensdelta * base;