Searched defs:TWO (Results 1 - 14 of 14) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECConstants.java9 public static final BigInteger TWO = BigInteger.valueOf(2); field in interface:ECConstants
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectOutputStream2Test.java35 TWO { enum constant in enum:ObjectOutputStream2Test.MyEnum
49 os.writeObject(MyEnum.TWO);
56 assertSame(MyEnum.TWO, readObj);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DEnumConstantNotPresentExceptionTest.java24 ONE,TWO,THREE enum constant in enum:EnumConstantNotPresentExceptionTest.Fixture
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHKeyGeneratorHelper.java14 private static final BigInteger TWO = BigInteger.valueOf(2); field in class:DHKeyGeneratorHelper
30 BigInteger min = TWO;
37 BigInteger max = p.subtract(TWO);
41 max = q.subtract(TWO);
H A DDHParametersGenerator.java14 private static final BigInteger TWO = BigInteger.valueOf(2); field in class:DHParametersGenerator
50 return new DHParameters(p, g, q, TWO, null);
H A DDHParametersHelper.java18 private static final BigInteger TWO = BigInteger.valueOf(2); field in class:DHParametersHelper
66 BigInteger pMinusTwo = p.subtract(TWO);
74 // g = BigIntegers.createRandomInRange(TWO, pMinusTwo, random);
76 // while (g.modPow(TWO, p).equals(ONE) || g.modPow(q, p).equals(ONE));
84 BigInteger h = BigIntegers.createRandomInRange(TWO, pMinusTwo, random);
86 g = h.modPow(TWO, p);
H A DDSAParametersGenerator.java27 private static final BigInteger TWO = BigInteger.valueOf(2); field in class:DSAParametersGenerator
151 BigInteger pSub2 = p.subtract(TWO);
155 BigInteger h = BigIntegers.createRandomInRange(TWO, pSub2, r);
203 BigInteger q = ONE.shiftLeft(N - 1).add(U).add(ONE).subtract(U.mod(TWO));
309 // if (g.compareTo(TWO) >= 0)
/external/clang/test/FixIt/
H A Dfixit.c40 #define TWO 2 macro
45 // CHECK: x = y ? ONE : TWO;
46 x = y ? ONE TWO; // expected-error {{':'}} expected-note {{to match}}
/external/eigen/blas/
H A Ddrotm.f56 DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,TWO,W,Z,ZERO local in subroutine:DROTM
60 DATA ZERO,TWO/0.D0,2.D0/
64 IF (N.LE.0 .OR. (DFLAG+TWO.EQ.ZERO)) GO TO 140
H A Dsrotm.f57 REAL SFLAG,SH11,SH12,SH21,SH22,TWO,W,Z,ZERO local in subroutine:SROTM
61 DATA ZERO,TWO/0.E0,2.E0/
65 IF (N.LE.0 .OR. (SFLAG+TWO.EQ.ZERO)) GO TO 140
H A Ddrotmg.f53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO local in subroutine:DROTMG
61 DATA ZERO,ONE,TWO/0.D0,1.D0,2.D0/
72 DFLAG = -TWO
H A Dsrotmg.f55 + SQ2,STEMP,SU,TWO,ZERO local in subroutine:SROTMG
63 DATA ZERO,ONE,TWO/0.E0,1.E0,2.E0/
74 SFLAG = -TWO
/external/clang/test/SemaCXX/
H A Duninitialized.cpp74 enum count { ONE, TWO, THREE }; enumerator in enum:A::count
104 A a8 = getA(a8.TWO);
124 A *a24 = new A(a24->TWO); // expected-warning {{variable 'a24' is uninitialized when used within its own initialization}}
141 A a8 = getA(a8.TWO);
159 A *a24 = new A(a24->TWO);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 269 milliseconds