Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dvm.h695 BcBigDig last_pow; member
/freebsd/contrib/bc/src/
H A Dnum.c3185 vm->last_pow = 1; in bc_num_printNum()
3189 while (vm->last_pow * base <= BC_BASE_POW) in bc_num_printNum()
3191 vm->last_pow *= base; in bc_num_printNum()
3196 vm->last_rem = BC_BASE_POW - vm->last_pow; in bc_num_printNum()
3208 bc_num_printPrepare(&intp, vm->last_rem, vm->last_pow); in bc_num_printNum()