Searched refs:bc_num_copy (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | bc.c | 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() [all …]
|