Home
last modified time | relevance | path

Searched refs:bc_num_r (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dnum.c1207 static void bc_num_r(BcNum *a, BcNum *b, BcNum *restrict c, in bc_num_r() function
1266 bc_num_r(a, b, &c1, c, scale, ts); in bc_num_rem()
2820 else bc_num_r(ptr_a, b, c, d, scale, ts); in bc_num_divmod()
/external/toybox/toys/pending/
Dbc.c1662 static BcStatus bc_num_r(BcNum *a, BcNum *b, BcNum *c, BcNum *d, size_t scale, in bc_num_r() function
1704 s = bc_num_r(a, b, &c1, c, scale, ts); in bc_num_rem()
2320 s = bc_num_r(ptr_a, b, c, d, scale, ts); in bc_num_divmod()