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