Searched defs:abs (Results 1 – 11 of 11) sorted by relevance
315 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in rint() local360 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in ceil() local403 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in floor() local444 int abs = bits & EXPONENT_SIGNIFICAND_MASK; in trunc() local
65 BigDecimal abs = bd.abs(mc); in negateTest() local
161 public static int abs(int a) { throw new RuntimeException("Stub!"); } in abs() method in StrictMath165 public static long abs(long a) { throw new RuntimeException("Stub!"); } in abs() method in StrictMath169 public static float abs(float a) { throw new RuntimeException("Stub!"); } in abs() method in StrictMath171 public static double abs(double a) { throw new RuntimeException("Stub!"); } in abs() method in StrictMath
162 public static int abs(int a) { throw new RuntimeException("Stub!"); } in abs() method in Math166 public static long abs(long a) { throw new RuntimeException("Stub!"); } in abs() method in Math170 public static float abs(float a) { throw new RuntimeException("Stub!"); } in abs() method in Math172 public static double abs(double a) { throw new RuntimeException("Stub!"); } in abs() method in Math
1603 public static int abs(int a) { in abs() method in StrictMath1645 public static long abs(long a) { in abs() method in StrictMath1692 public static float abs(float a) { in abs() method in StrictMath1716 public static double abs(double a) { in abs() method in StrictMath
2027 public static int abs(int a) { in abs() method in Math2073 public static long abs(long a) { in abs() method in Math2124 public static float abs(float a) { in abs() method in Math2150 public static double abs(double a) { in abs() method in Math
79 @libcore.util.NonNull public BigInteger abs() { throw new RuntimeException("Stub!"); } in abs() method in BigInteger
270 public java.time.Duration abs() { in abs() method in Duration
1053 public Duration abs() { in abs() method in Duration
4120 long abs = Math.abs(adjusted); in layout() local
2785 public BigInteger abs() { in abs() method