Searched refs:maxdrop (Results 1 – 2 of 2) sorted by relevance
3089 Int maxdrop=maxexp-a->exponent; in uprv_decNumberSquareRoot() local3090 if (todrop>maxdrop && set->clamp) { /* apply clamping */ in uprv_decNumberSquareRoot()3091 todrop=maxdrop; in uprv_decNumberSquareRoot()
3110 Int maxdrop=maxexp-a->exponent; in uprv_decNumberSquareRoot() local3111 if (todrop>maxdrop && set->clamp) { /* apply clamping */ in uprv_decNumberSquareRoot()3112 todrop=maxdrop; in uprv_decNumberSquareRoot()