Searched refs:ax (Results 1 – 2 of 2) sorted by relevance
177 long ax = Math.abs(secs); in toMillis() local178 if (((ax | 1000) >>> 31 != 0)) { in toMillis()
896 long ax = Math.abs(x); in multiplyExact() local898 if (((ax | ay) >>> 31 != 0)) { in multiplyExact()