Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1558 static BcStatus bc_num_m(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_m() function
1680 s = bc_num_m(c, b, &temp, scale); in bc_num_r()
2184 return bc_num_binary(a, b, c, scale, bc_num_m, bc_num_mulReq(a, b, scale)); in bc_num_mul()