OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINUS_ONE
(Results
1 - 6
of
6
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
Tnaf.java
14
private static final BigInteger
MINUS_ONE
= ECConstants.ONE.negate();
42
new ZTauElement(MINUS_THREE,
MINUS_ONE
), null,
43
new ZTauElement(
MINUS_ONE
,
MINUS_ONE
), null,
44
new ZTauElement(ECConstants.ONE,
MINUS_ONE
), null
62
new ZTauElement(
MINUS_ONE
, ECConstants.ONE), null,
223
if (check1.compareTo(
MINUS_ONE
) < 0)
242
if (eta.compareTo(
MINUS_ONE
) < 0)
/libcore/luni/src/main/java/java/math/
Logical.java
41
return BigInteger.
MINUS_ONE
;
43
if (val.equals(BigInteger.
MINUS_ONE
)) {
86
if (that.equals(BigInteger.
MINUS_ONE
)){
89
if (val.equals(BigInteger.
MINUS_ONE
)) {
225
if (val.equals(BigInteger.
MINUS_ONE
)) {
228
if (that.equals(BigInteger.
MINUS_ONE
)){
426
if (that.equals(BigInteger.
MINUS_ONE
) || val.equals(BigInteger.
MINUS_ONE
)) {
427
return BigInteger.
MINUS_ONE
;
576
if (that.equals(BigInteger.
MINUS_ONE
)) {
[
all
...]
BitLevel.java
141
return ((source.sign < 0) ? BigInteger.
MINUS_ONE
: BigInteger.ZERO);
BigInteger.java
75
static final BigInteger
MINUS_ONE
= new BigInteger(-1, 1);
335
return
MINUS_ONE
;
[
all
...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java
71
private static final BigInteger
MINUS_ONE
= BigInteger.valueOf(-1);
79
{
MINUS_ONE
,
MINUS_ONE
,
MINUS_ONE
},
80
{ BigInteger.ONE, BigInteger.ONE,
MINUS_ONE
},
81
{
MINUS_ONE
, BigInteger.ONE, BigInteger.ONE },
82
{ BigInteger.ONE,
MINUS_ONE
, BigInteger.ONE }, };
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 666 milliseconds