Searched refs:last_pow (Results 1 – 2 of 2) sorted by relevance
695 BcBigDig last_pow; member
3143 vm->last_pow = 1; in bc_num_printNum()3147 while (vm->last_pow * base <= BC_BASE_POW) in bc_num_printNum()3149 vm->last_pow *= base; in bc_num_printNum()3154 vm->last_rem = BC_BASE_POW - vm->last_pow; in bc_num_printNum()3166 bc_num_printPrepare(&intp, vm->last_rem, vm->last_pow); in bc_num_printNum()