Searched defs:negative (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/java/math/ |
| D | Logical.java | 129 static BigInteger andDiffSigns(BigInteger positive, BigInteger negative) { in andDiffSigns() 267 static BigInteger andNotPositiveNegative(BigInteger positive, BigInteger negative) { in andNotPositiveNegative() 298 static BigInteger andNotNegativePositive(BigInteger negative, BigInteger positive) { in andNotNegativePositive() 511 static BigInteger orDiffSigns(BigInteger positive, BigInteger negative){ in orDiffSigns() 675 static BigInteger xorDiffSigns(BigInteger positive, BigInteger negative){ in xorDiffSigns()
|
| /libcore/luni/src/main/java/java/lang/ |
| D | StringToReal.java | 30 boolean negative; field in StringToReal.StringExponentPair
|
| D | Integer.java | 369 …private static int parse(String string, int offset, int radix, boolean negative) throws NumberForm… in parse()
|
| D | Long.java | 356 private static long parse(String string, int offset, int radix, boolean negative) { in parse()
|