Home
last modified time | relevance | path

Searched defs:absExact (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DMath.java1594 public static int absExact(int a) { in absExact() method in Math
1640 public static long absExact(long a) { in absExact() method in Math
DStrictMath.java1203 public static int absExact(int a) { in absExact() method in StrictMath
1245 public static long absExact(long a) { in absExact() method in StrictMath