Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1598 static BcStatus bc_num_d(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_d() function
1676 bc_num_d(a, b, c, scale); in bc_num_r()
2188 return bc_num_binary(a, b, c, scale, bc_num_d, bc_num_mulReq(a, b, scale)); in bc_num_div()