Lines Matching refs:bc_num_copy
168 void bc_num_copy(BcNum *d, BcNum *s);
1280 else bc_num_copy(a, n); in bc_num_split()
1331 bc_num_copy(c, b); in bc_num_a()
1336 bc_num_copy(c, a); in bc_num_a()
1402 bc_num_copy(c, b); in bc_num_s()
1407 bc_num_copy(c, a); in bc_num_s()
1437 bc_num_copy(c, minuend); in bc_num_s()
1467 bc_num_copy(c, aone ? b : a); in bc_num_k()
1612 bc_num_copy(c, a); in bc_num_d()
1618 bc_num_copy(&cp, a); in bc_num_d()
1728 if (!b->neg) bc_num_copy(c, a); in bc_num_p()
1754 bc_num_copy(c, ©); in bc_num_p()
2063 void bc_num_copy(BcNum *d, BcNum *s) { in bc_num_copy() function
2074 bc_num_copy(d, s); in bc_num_createCopy()
2288 bc_num_copy(b, x0); in bc_num_sqrt()
4830 if (!s) bc_num_copy(&p->last, n); in bc_program_print()
4854 bc_num_copy(rn, n); in bc_program_negate()
5001 if (inst == BC_INST_ASSIGN) bc_num_copy(l, r); in bc_program_assign()