Searched refs:ax (Results 1 – 3 of 3) sorted by relevance
177 long ax = Math.abs(secs); in toMillis() local178 if (((ax | 1000) >>> 31 != 0)) { in toMillis()
934 long ax = Math.abs(x); in multiplyExact() local936 if (((ax | ay) >>> 31 != 0)) { in multiplyExact()
5053 long ax = Math.abs(x);5055 if (((ax | ay) >>> 31 == 0) || (y == 0) || (product / y == x)){