Lines Matching refs:BC_NUM_SIZE
108 n->num = bc_vm_realloc(n->num, BC_NUM_SIZE(req)); in bc_num_expand()
315 memset(c->num, 0, BC_NUM_SIZE(c->cap)); in bc_num_mulArray()
485 memmove(n->num, n->num + places_rdx, BC_NUM_SIZE(n->len)); in bc_num_truncate()
515 memmove(n->num + places_rdx, n->num, BC_NUM_SIZE(n->len)); in bc_num_extend()
516 memset(n->num, 0, BC_NUM_SIZE(places_rdx)); in bc_num_extend()
572 memcpy(b->num, n->num + idx, BC_NUM_SIZE(b->len)); in bc_num_split()
573 memcpy(a->num, n->num, BC_NUM_SIZE(idx)); in bc_num_split()
734 memmove(n->num + places_rdx, n->num, BC_NUM_SIZE(n->len)); in bc_num_shiftLeft()
735 memset(n->num, 0, BC_NUM_SIZE(places_rdx)); in bc_num_shiftLeft()
801 memset(n->num + n->len, 0, BC_NUM_SIZE(expand)); in bc_num_shiftRight()
981 memcpy(ptr_c, ptr_l, BC_NUM_SIZE(diff)); in bc_num_as()
999 memcpy(ptr_c, ptr_r, BC_NUM_SIZE(diff)); in bc_num_as()
1078 memset(ptr_c, 0, BC_NUM_SIZE(c->cap)); in bc_num_m_simp()
1182 digs = dig_ptr = bc_vm_malloc(BC_NUM_SIZE(total)); in bc_num_k()
1213 memset(c->num, 0, BC_NUM_SIZE(c->len)); in bc_num_k()
1542 memset(c->num, 0, BC_NUM_SIZE(c->cap)); in bc_num_d_long()
2185 memset(n->num, 0, BC_NUM_SIZE(n->len)); in bc_num_parseDecimal()
3027 num = bc_vm_malloc(BC_NUM_SIZE(req)); in bc_num_init()
3062 memcpy(d->num, s->num, BC_NUM_SIZE(d->len)); in bc_num_copy()
3272 memcpy(frac.num, n->num, BC_NUM_SIZE(nrdx)); in bc_num_rng()
3287 memcpy(intn.num, n->num + nrdx, BC_NUM_SIZE(bc_num_int(n))); in bc_num_rng()