Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DMath.java1245 public static int negateExact(int a) { in negateExact() method in Math
1264 public static long negateExact(long a) { in negateExact() method in Math
DStrictMath.java951 public static int negateExact(int a) { in negateExact() method in StrictMath
966 public static long negateExact(long a) { in negateExact() method in StrictMath