Searched refs:bc_vm_growSize (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/bc/src/ |
| H A D | num.c | 641 bc_num_expand(n, bc_vm_growSize(n->len, places_rdx)); in bc_num_extend() 827 size_t size = bc_vm_growSize(BC_NUM_RDX(places - n->scale), n->len); in bc_num_shiftLeft() 880 bc_num_expand(n, bc_vm_growSize(n->len, places_rdx)); in bc_num_shiftLeft() 955 bc_num_expand(n, bc_vm_growSize(expand, n->len)); in bc_num_shiftRight() 1257 clen = bc_vm_growSize(alen, blen); in bc_num_m_simp() 1258 bc_num_expand(c, bc_vm_growSize(clen, 1)); in bc_num_m_simp() 1394 max = bc_vm_growSize(max, 1); in bc_num_k() 1398 max = bc_vm_growSize(max, max) + 1; in bc_num_k() 1597 zero = bc_vm_growSize(azero, bzero); in bc_num_m() 1598 len = bc_vm_growSize(c->len, zero); in bc_num_m() [all …]
|
| H A D | vector.c | 302 bc_vec_expand(v, bc_vm_growSize(len, 1)); in bc_vec_string()
|
| H A D | vm.c | 787 bc_vm_growSize(size_t a, size_t b) function
|
| H A D | program.c | 372 bc_array_expand(v, bc_vm_growSize(idx, 1)); in bc_program_num()
|
| /freebsd/contrib/bc/include/ |
| H A D | vm.h | 886 bc_vm_growSize(size_t a, size_t b);
|
| H A D | num.h | 220 #define BC_NUM_ROUND_POW(s) (bc_vm_growSize((s), BC_BASE_DIGS - 1))
|