Searched refs:expX (Results 1 – 1 of 1) sorted by relevance
3935 final int expX = getExponent(x); 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()