HomeSort by relevance Sort by last modified time
    Searched defs:cA (Results 1 - 6 of 6) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
BasicConstraints.java 18 ASN1Boolean cA = ASN1Boolean.getInstance(false);
57 this.cA = null;
64 this.cA = DERBoolean.getInstance(seq.getObjectAt(0));
68 this.cA = null;
73 if (this.cA != null)
86 boolean cA)
88 if (cA)
90 this.cA = ASN1Boolean.getInstance(true);
94 this.cA = null;
100 * create a cA=true object for the given path length constraint
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 249 Constant cA = null;
256 cA = latticeConstants[regA];
269 if (cA != null && sources.size() == 1) {
270 switch (((TypedConstant) cA).getBasicType()) {
273 int vA = ((CstInteger) cA).getValue();
300 } else if (cA != null && cB != null) {
301 switch (((TypedConstant) cA).getBasicType()) {
304 int vA = ((CstInteger) cA).getValue();
370 Constant cA;
374 cA = null
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 250 Constant cA = null;
257 cA = latticeConstants[regA];
270 if (cA != null && sources.size() == 1) {
271 switch (((TypedConstant) cA).getBasicType()) {
274 int vA = ((CstInteger) cA).getValue();
301 } else if (cA != null && cB != null) {
302 switch (((TypedConstant) cA).getBasicType()) {
305 int vA = ((CstInteger) cA).getValue();
371 Constant cA;
375 cA = null
    [all...]
  /external/chromium_org/third_party/opus/src/src/
analysis.c 114 #define cA 0.43157974f
131 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE);
137 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
  /external/libopus/src/
analysis.c 114 #define cA 0.43157974f
131 return -x*y*(y2 + cA*x2) / den + (y<0 ? -cE : cE);
137 return x*y*(x2 + cA*y2) / den + (y<0 ? -cE : cE) - (x*y<0 ? -cE : cE);
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 1977 milliseconds