Searched refs:expY (Results 1 – 1 of 1) sorted by relevance
3936 final int expY = getExponent(y); in hypot() local3937 if (expX > expY + 27) { in hypot()3940 } else if (expY > expX + 27) { in hypot()3946 final int middleExp = (expX + expY) / 2; in hypot()