Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1563 size_t maxrdx = maxof(a->rdx, b->rdx); in bc_num_m() local
1568 maxrdx = maxof(maxrdx, scale); in bc_num_m()
1575 s = bc_num_shift(&cpa, maxrdx); in bc_num_m()
1577 s = bc_num_shift(&cpb, maxrdx); in bc_num_m()
1582 maxrdx += scale; in bc_num_m()
1583 bc_num_expand(c, c->len + maxrdx); in bc_num_m()
1585 if (c->len < maxrdx) { in bc_num_m()
1587 c->len += maxrdx; in bc_num_m()
1590 c->rdx = maxrdx; in bc_num_m()