Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 5 of 5) sorted by relevance

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
DFloatingPointParser.java34 boolean negative; field in FloatingPointParser.StringExponentPair
36 StringExponentPair(String s, int e, boolean negative) { in StringExponentPair()
/dalvik/libcore/math/src/main/java/java/math/
DLogical.java133 static BigInteger andDiffSigns(BigInteger positive, BigInteger negative) { in andDiffSigns()
280 static BigInteger andNotPositiveNegative(BigInteger positive, BigInteger negative) { in andNotPositiveNegative()
313 static BigInteger andNotNegativePositive(BigInteger negative, BigInteger positive) { in andNotNegativePositive()
533 static BigInteger orDiffSigns(BigInteger positive, BigInteger negative){ in orDiffSigns()
703 static BigInteger xorDiffSigns(BigInteger positive, BigInteger negative){ in xorDiffSigns()
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/acl/
DAclEntryImpl.java32 private boolean negative; field in AclEntryImpl
/dalvik/libcore/luni/src/main/java/java/lang/
DInteger.java378 boolean negative) throws NumberFormatException { in parse()
DLong.java362 boolean negative) { in parse()