Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/attribute/
DFileTime.java177 long ax = Math.abs(secs); in toMillis() local
178 if (((ax | 1000) >>> 31 != 0)) { in toMillis()
/libcore/ojluni/src/main/java/java/lang/
DMath.java934 long ax = Math.abs(x); in multiplyExact() local
936 if (((ax | ay) >>> 31 != 0)) { in multiplyExact()
/libcore/ojluni/src/main/java/java/math/
DBigDecimal.java5053 long ax = Math.abs(x);
5055 if (((ax | ay) >>> 31 == 0) || (y == 0) || (product / y == x)){