/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP192K1Point.java | 174 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(G); in add() local 175 SecP192K1Field.subtract(V, X3.x, Y3.x); in add() 176 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 177 SecP192K1Field.reduce(tt1, Y3.x); in add() 191 return new SecP192K1Point(curve, X3, Y3, zs, this.withCompression); in add() 239 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(S); in twice() local 240 SecP192K1Field.subtract(S, X3.x, Y3.x); in twice() 241 SecP192K1Field.multiply(Y3.x, M, Y3.x); in twice() 242 SecP192K1Field.subtract(Y3.x, t1, Y3.x); in twice() 251 return new SecP192K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP192R1Point.java | 173 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(G); in add() local 174 SecP192R1Field.subtract(V, X3.x, Y3.x); in add() 175 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 176 SecP192R1Field.reduce(tt1, Y3.x); in add() 190 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression); in add() 251 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(S); in twice() local 252 SecP192R1Field.subtract(S, X3.x, Y3.x); in twice() 253 SecP192R1Field.multiply(Y3.x, M, Y3.x); in twice() 254 SecP192R1Field.subtract(Y3.x, t1, Y3.x); in twice() 263 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP224K1Point.java | 174 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(G); in add() local 175 SecP224K1Field.subtract(V, X3.x, Y3.x); in add() 176 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 177 SecP224K1Field.reduce(tt1, Y3.x); in add() 191 return new SecP224K1Point(curve, X3, Y3, zs, this.withCompression); in add() 239 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(S); in twice() local 240 SecP224K1Field.subtract(S, X3.x, Y3.x); in twice() 241 SecP224K1Field.multiply(Y3.x, M, Y3.x); in twice() 242 SecP224K1Field.subtract(Y3.x, t1, Y3.x); in twice() 251 return new SecP224K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP224R1Point.java | 172 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(G); in add() local 173 SecP224R1Field.subtract(V, X3.x, Y3.x); in add() 174 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 175 SecP224R1Field.reduce(tt1, Y3.x); in add() 189 return new SecP224R1Point(curve, X3, Y3, zs, this.withCompression); in add() 249 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(S); in twice() local 250 SecP224R1Field.subtract(S, X3.x, Y3.x); in twice() 251 SecP224R1Field.multiply(Y3.x, M, Y3.x); in twice() 252 SecP224R1Field.subtract(Y3.x, t1, Y3.x); in twice() 261 return new SecP224R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256K1Point.java | 174 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(G); in add() local 175 SecP256K1Field.subtract(V, X3.x, Y3.x); in add() 176 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 177 SecP256K1Field.reduce(tt1, Y3.x); in add() 191 return new SecP256K1Point(curve, X3, Y3, zs, this.withCompression); in add() 239 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(S); in twice() local 240 SecP256K1Field.subtract(S, X3.x, Y3.x); in twice() 241 SecP256K1Field.multiply(Y3.x, M, Y3.x); in twice() 242 SecP256K1Field.subtract(Y3.x, t1, Y3.x); in twice() 251 return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP256R1Point.java | 172 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(G); in add() local 173 SecP256R1Field.subtract(V, X3.x, Y3.x); in add() 174 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 175 SecP256R1Field.reduce(tt1, Y3.x); in add() 189 return new SecP256R1Point(curve, X3, Y3, zs, this.withCompression); in add() 249 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(S); in twice() local 250 SecP256R1Field.subtract(S, X3.x, Y3.x); in twice() 251 SecP256R1Field.multiply(Y3.x, M, Y3.x); in twice() 252 SecP256R1Field.subtract(Y3.x, t1, Y3.x); in twice() 261 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP384R1Point.java | 172 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(G); in add() local 173 SecP384R1Field.subtract(V, X3.x, Y3.x); in add() 174 Nat384.mul(Y3.x, R, tt2); in add() 176 SecP384R1Field.reduce(tt1, Y3.x); in add() 190 return new SecP384R1Point(curve, X3, Y3, zs, this.withCompression); in add() 250 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(S); in twice() local 251 SecP384R1Field.subtract(S, X3.x, Y3.x); in twice() 252 SecP384R1Field.multiply(Y3.x, M, Y3.x); in twice() 253 SecP384R1Field.subtract(Y3.x, t1, Y3.x); in twice() 262 return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP521R1Point.java | 168 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(G); in add() local 169 SecP521R1Field.subtract(V, X3.x, Y3.x); in add() 170 SecP521R1Field.multiply(Y3.x, R, t2); in add() 171 SecP521R1Field.subtract(t2, t1, Y3.x); in add() 185 return new SecP521R1Point(curve, X3, Y3, zs, this.withCompression); in add() 244 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(S); in twice() local 245 SecP521R1Field.subtract(S, X3.x, Y3.x); in twice() 246 SecP521R1Field.multiply(Y3.x, M, Y3.x); in twice() 247 SecP521R1Field.subtract(Y3.x, t1, Y3.x); in twice() 256 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224R1Point.java | 176 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(G); in add() local 177 SecP224R1Field.subtract(V, X3.x, Y3.x); in add() 178 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 179 SecP224R1Field.reduce(tt1, Y3.x); in add() 193 return new SecP224R1Point(curve, X3, Y3, zs, this.withCompression); in add() 253 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(S); in twice() local 254 SecP224R1Field.subtract(S, X3.x, Y3.x); in twice() 255 SecP224R1Field.multiply(Y3.x, M, Y3.x); in twice() 256 SecP224R1Field.subtract(Y3.x, t1, Y3.x); in twice() 265 return new SecP224R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP192R1Point.java | 177 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(G); in add() local 178 SecP192R1Field.subtract(V, X3.x, Y3.x); in add() 179 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 180 SecP192R1Field.reduce(tt1, Y3.x); in add() 194 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression); in add() 255 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(S); in twice() local 256 SecP192R1Field.subtract(S, X3.x, Y3.x); in twice() 257 SecP192R1Field.multiply(Y3.x, M, Y3.x); in twice() 258 SecP192R1Field.subtract(Y3.x, t1, Y3.x); in twice() 267 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP384R1Point.java | 176 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(G); in add() local 177 SecP384R1Field.subtract(V, X3.x, Y3.x); in add() 178 Nat384.mul(Y3.x, R, tt2); in add() 180 SecP384R1Field.reduce(tt1, Y3.x); in add() 194 return new SecP384R1Point(curve, X3, Y3, zs, this.withCompression); in add() 254 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(S); in twice() local 255 SecP384R1Field.subtract(S, X3.x, Y3.x); in twice() 256 SecP384R1Field.multiply(Y3.x, M, Y3.x); in twice() 257 SecP384R1Field.subtract(Y3.x, t1, Y3.x); in twice() 266 return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256R1Point.java | 176 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(G); in add() local 177 SecP256R1Field.subtract(V, X3.x, Y3.x); in add() 178 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 179 SecP256R1Field.reduce(tt1, Y3.x); in add() 193 return new SecP256R1Point(curve, X3, Y3, zs, this.withCompression); in add() 253 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(S); in twice() local 254 SecP256R1Field.subtract(S, X3.x, Y3.x); in twice() 255 SecP256R1Field.multiply(Y3.x, M, Y3.x); in twice() 256 SecP256R1Field.subtract(Y3.x, t1, Y3.x); in twice() 265 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP224K1Point.java | 178 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(G); in add() local 179 SecP224K1Field.subtract(V, X3.x, Y3.x); in add() 180 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 181 SecP224K1Field.reduce(tt1, Y3.x); in add() 195 return new SecP224K1Point(curve, X3, Y3, zs, this.withCompression); in add() 243 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(S); in twice() local 244 SecP224K1Field.subtract(S, X3.x, Y3.x); in twice() 245 SecP224K1Field.multiply(Y3.x, M, Y3.x); in twice() 246 SecP224K1Field.subtract(Y3.x, t1, Y3.x); in twice() 255 return new SecP224K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP256K1Point.java | 178 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(G); in add() local 179 SecP256K1Field.subtract(V, X3.x, Y3.x); in add() 180 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 181 SecP256K1Field.reduce(tt1, Y3.x); in add() 195 return new SecP256K1Point(curve, X3, Y3, zs, this.withCompression); in add() 243 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(S); in twice() local 244 SecP256K1Field.subtract(S, X3.x, Y3.x); in twice() 245 SecP256K1Field.multiply(Y3.x, M, Y3.x); in twice() 246 SecP256K1Field.subtract(Y3.x, t1, Y3.x); in twice() 255 return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP192K1Point.java | 178 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(G); in add() local 179 SecP192K1Field.subtract(V, X3.x, Y3.x); in add() 180 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1); in add() 181 SecP192K1Field.reduce(tt1, Y3.x); in add() 195 return new SecP192K1Point(curve, X3, Y3, zs, this.withCompression); in add() 243 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(S); in twice() local 244 SecP192K1Field.subtract(S, X3.x, Y3.x); in twice() 245 SecP192K1Field.multiply(Y3.x, M, Y3.x); in twice() 246 SecP192K1Field.subtract(Y3.x, t1, Y3.x); in twice() 255 return new SecP192K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP521R1Point.java | 172 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(G); in add() local 173 SecP521R1Field.subtract(V, X3.x, Y3.x); in add() 174 SecP521R1Field.multiply(Y3.x, R, t2); in add() 175 SecP521R1Field.subtract(t2, t1, Y3.x); in add() 189 return new SecP521R1Point(curve, X3, Y3, zs, this.withCompression); in add() 248 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(S); in twice() local 249 SecP521R1Field.subtract(S, X3.x, Y3.x); in twice() 250 SecP521R1Field.multiply(Y3.x, M, Y3.x); in twice() 251 SecP521R1Field.subtract(Y3.x, t1, Y3.x); in twice() 260 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
/external/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 40 Instruction *Y3 = &*BBI++; in runOnFunction() local 126 EXPECT_TRUE(DT->dominates(Y3, Y4)); in runOnFunction() 127 EXPECT_FALSE(DT->dominates(Y3, Y5)); in runOnFunction() 131 EXPECT_FALSE(DT->dominates(Y3, Y9)); in runOnFunction() 136 EXPECT_TRUE(DT->dominates(Y3, Y6)); in runOnFunction() 148 EXPECT_FALSE(DT->dominates(Y3, BB0)); in runOnFunction() 149 EXPECT_TRUE(DT->dominates(Y3, BB1)); in runOnFunction() 150 EXPECT_FALSE(DT->dominates(Y3, BB2)); in runOnFunction() 151 EXPECT_TRUE(DT->dominates(Y3, BB3)); in runOnFunction() 152 EXPECT_FALSE(DT->dominates(Y3, BB4)); in runOnFunction()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 160 private static final int Y3 = 0x8f1bbcdc; field in SHA1Digest 262 E += (A << 5 | A >>> 27) + g(B, C, D) + X[idx++] + Y3; in processBlock() 265 D += (E << 5 | E >>> 27) + g(A, B, C) + X[idx++] + Y3; in processBlock() 268 C += (D << 5 | D >>> 27) + g(E, A, B) + X[idx++] + Y3; in processBlock() 271 B += (C << 5 | C >>> 27) + g(D, E, A) + X[idx++] + Y3; in processBlock() 274 A += (B << 5 | B >>> 27) + g(C, D, E) + X[idx++] + Y3; in processBlock()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
D | MSOutlookKeyIdCalculator.java | 264 private static final int Y3 = 0x8f1bbcdc; field in MSOutlookKeyIdCalculator.SHA1Digest 366 E += (A << 5 | A >>> 27) + g(B, C, D) + X[idx++] + Y3; in processBlock() 369 D += (E << 5 | E >>> 27) + g(A, B, C) + X[idx++] + Y3; in processBlock() 372 C += (D << 5 | D >>> 27) + g(E, A, B) + X[idx++] + Y3; in processBlock() 375 B += (C << 5 | C >>> 27) + g(D, E, A) + X[idx++] + Y3; in processBlock() 378 A += (B << 5 | B >>> 27) + g(C, D, E) + X[idx++] + Y3; in processBlock()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 158 private static final int Y3 = 0x8f1bbcdc; field in SHA1Digest 260 E += (A << 5 | A >>> 27) + g(B, C, D) + X[idx++] + Y3; in processBlock() 263 D += (E << 5 | E >>> 27) + g(A, B, C) + X[idx++] + Y3; in processBlock() 266 C += (D << 5 | D >>> 27) + g(E, A, B) + X[idx++] + Y3; in processBlock() 269 B += (C << 5 | C >>> 27) + g(D, E, A) + X[idx++] + Y3; in processBlock() 272 A += (B << 5 | B >>> 27) + g(C, D, E) + X[idx++] + Y3; in processBlock()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-static-var.cpp | 89 class Y3 { class 91 ~Y3(); // The error isn't triggered without this dtor. 102 Y3().Foo(X3<SizeOf<char>::value>()); in MyTest3()
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 85 * | Y3| Y3| Y4| Y4| Y5| Y5| 87 * | Y3| Y3| Y4| Y4| Y5| Y5| 109 * | Y2| Y2| Y3| Y3| 111 * | Y2| Y2| Y3| Y3|
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 702 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in add() local 704 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in add() 743 ECFieldElement Y3 = vSquaredV2.subtract(A).multiplyMinusProduct(u, u2, vCubed); in add() local 746 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add() 757 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local 778 Y3 = W1.subtract(X3).multiply(dy).subtract(A1); in add() 833 Y3 = V.subtract(X3).multiplyMinusProduct(R, G, S1); in add() 869 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression); in add() 906 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in twice() local 908 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in twice() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECPoint.java | 708 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in add() local 710 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in add() 749 ECFieldElement Y3 = vSquaredV2.subtract(A).multiplyMinusProduct(u, u2, vCubed); in add() local 752 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add() 763 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local 784 Y3 = W1.subtract(X3).multiply(dy).subtract(A1); in add() 839 Y3 = V.subtract(X3).multiplyMinusProduct(R, G, S1); in add() 875 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression); in add() 912 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in twice() local 914 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in twice() [all …]
|
/external/clang/test/SemaCXX/ |
D | default-constructor-initializers.cpp | 34 struct Y3 : public Y2 { struct 36 Y3 y3;
|