Searched refs:bc_num_expand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | num.c | 111 bc_num_expand(BcNum* restrict n, size_t req) in bc_num_expand() function 421 if (a->len + 1 > c->cap) bc_num_expand(c, a->len + 1); in bc_num_mulArray() 641 bc_num_expand(n, bc_vm_growSize(n->len, places_rdx)); in bc_num_extend() 880 bc_num_expand(n, bc_vm_growSize(n->len, places_rdx)); in bc_num_shiftLeft() 919 bc_num_expand(n, BC_NUM_RDX(n->scale)); in bc_num_shiftRight() 955 bc_num_expand(n, bc_vm_growSize(expand, n->len)); in bc_num_shiftRight() 1257 bc_num_expand(c, bc_vm_growSize(clen, 1)); in bc_num_m_simp() 1405 bc_num_expand(c, max); in bc_num_k() 1599 bc_num_expand(c, len); in bc_num_m() 1723 bc_num_expand(c, a->len); in bc_num_d_long() [all …]
|