Home
last modified time | relevance | path

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

/external/bc/src/
Dnum.c48 static void bc_num_m(BcNum *a, BcNum *b, BcNum *restrict c, size_t scale);
838 bc_num_m(&h1, &h2, &z2, 0); in bc_num_k()
850 bc_num_m(&l1, &l2, &z0, 0); in bc_num_k()
862 bc_num_m(&m1, &m2, &z1, 0); in bc_num_k()
880 static void bc_num_m(BcNum *a, BcNum *b, BcNum *restrict c, size_t scale) { in bc_num_m() function
1235 bc_num_m(c, b, &temp, scale); in bc_num_r()
2624 bc_num_binary(a, b, c, scale, bc_num_m, bc_num_mulReq(a, b, scale)); in bc_num_mul()
/external/toybox/toys/pending/
Dbc.c1559 static BcStatus bc_num_m(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_m() function
1681 s = bc_num_m(c, b, &temp, scale); in bc_num_r()
2186 return bc_num_binary(a, b, c, scale, bc_num_m, bc_num_mulReq(a, b, scale)); in bc_num_mul()