Lines Matching full:maxdrop
3110 Int maxdrop=maxexp-a->exponent;3111 if (todrop>maxdrop && set->clamp) { /* apply clamping */3112 todrop=maxdrop;