Searched refs:ay (Results 1 – 2 of 2) sorted by relevance
935 long ay = Math.abs(y); in multiplyExact() local936 if (((ax | ay) >>> 31 != 0)) { in multiplyExact()
5054 long ay = Math.abs(y);5055 if (((ax | ay) >>> 31 == 0) || (y == 0) || (product / y == x)){