Searched refs:last_rem (Results 1 – 2 of 2) sorted by relevance
206 BcBigDig last_rem; member
1851 vm->last_rem = BC_BASE_POW - vm->last_pow; in bc_num_printNum()1857 if (vm->last_rem != 0) { in bc_num_printNum()1858 s = bc_num_printPrepare(&intp, vm->last_rem, vm->last_pow); in bc_num_printNum()