Lines Matching defs:maxrdx
1563 size_t maxrdx = maxof(a->rdx, b->rdx);1568 maxrdx = maxof(maxrdx, scale);1575 s = bc_num_shift(&cpa, maxrdx);1577 s = bc_num_shift(&cpb, maxrdx);1582 maxrdx += scale;1583 bc_num_expand(c, c->len + maxrdx);1585 if (c->len < maxrdx) {1587 c->len += maxrdx;1590 c->rdx = maxrdx;