Lines Matching full:base
219 int * unitsptr, int base));
221 int base));
1741 normalize_overflow(tensptr, unitsptr, base)
1744 const int base;
1749 (*unitsptr / base) :
1750 (-1 - (-1 - *unitsptr) / base);
1751 *unitsptr -= tensdelta * base;
1756 long_normalize_overflow(tensptr, unitsptr, base)
1759 const int base;
1764 (*unitsptr / base) :
1765 (-1 - (-1 - *unitsptr) / base);
1766 *unitsptr -= tensdelta * base;