Home
last modified time | relevance | path

Searched refs:Y3 (Results 1 – 25 of 54) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java174 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()
DSecP256K1Point.java174 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()
DSecP224K1Point.java174 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()
DSecP192R1Point.java173 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()
DSecP256R1Point.java172 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()
DSecP224R1Point.java172 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()
DSecP384R1Point.java172 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()
DSecP521R1Point.java168 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/llvm/unittests/IR/
DDominatorTreeTest.cpp40 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/clang/test/SemaTemplate/
Dinstantiate-static-var.cpp89 class Y3 { class
91 ~Y3(); // The error isn't triggered without this dtor.
102 Y3().Foo(X3<SizeOf<char>::value>()); in MyTest3()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
DMSOutlookKeyIdCalculator.java264 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/
DSHA1Digest.java158 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/autotest/client/deps/glbench/src/
Dyuv2rgb_1.glslf85 * | 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/
DECPoint.java704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in add() local
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in add()
745 ECFieldElement Y3 = vSquaredV2.subtract(A).multiplyMinusProduct(u, u2, vCubed); in add() local
748 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add()
759 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local
780 Y3 = W1.subtract(X3).multiply(dy).subtract(A1); in add()
835 Y3 = V.subtract(X3).multiplyMinusProduct(R, G, S1); in add()
871 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression); in add()
908 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in twice() local
910 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in twice()
[all …]
/external/clang/test/SemaCXX/
Ddefault-constructor-initializers.cpp34 struct Y3 : public Y2 { struct
36 Y3 y3;
/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp23 struct Y3 { struct
28 X1<Y3> x1b; argument
/external/clang/test/CXX/over/over.over/
Dp1.cpp87 template<float (&)(float)> struct Y3 { }; struct
94 Y3<f0> y3;
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-12-23-crazy-address.ll9 %Y3 = bitcast i32* %Y to i8*
10 %ctg2 = getelementptr i8* %Y3, i32 ptrtoint ([0 x i32]* @X to i32)
/external/llvm/test/CodeGen/X86/
D2008-12-23-crazy-address.ll9 %Y3 = bitcast i32* %Y to i8*
10 %ctg2 = getelementptr i8, i8* %Y3, i32 ptrtoint ([0 x i32]* @X to i32)
/external/llvm/test/Transforms/BBVectorize/
Dsimple3.ll19 %Y3 = fmul double %X3, %A3
23 %Z3 = fadd double %Y3, %B3
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x2.hpp83 typename X3, typename Y3>
87 X3 const & x3, Y3 const & y3);
Dtype_mat4x2.hpp86 typename X3, typename Y3,
91 X3 const & x3, Y3 const & y3,
Dtype_mat3x4.hpp83 typename X3, typename Y3, typename Z3, typename W3>
87 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3);
Dtype_mat4x3.hpp86 typename X3, typename Y3, typename Z3,
91 X3 const & x3, Y3 const & y3, Z3 const & z3,
/external/llvm/unittests/Analysis/
DUnrollAnalyzer.cpp307 Instruction *Y3 = &*BBI++; in TEST() local
318 auto I3 = SimplifiedValuesVector[5].find(Y3); in TEST()

123