HomeSort by relevance Sort by last modified time
    Searched refs:Y3 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 34 struct Y3 : public Y2 {
36 Y3 y3; variable
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 23 struct Y3 {
28 X1<Y3> x1b;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 174 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(G);
175 SecP192K1Field.subtract(V, X3.x, Y3.x);
176 SecP192K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP192K1Field.reduce(tt1, Y3.x);
191 return new SecP192K1Point(curve, X3, Y3, zs, this.withCompression);
239 SecP192K1FieldElement Y3 = new SecP192K1FieldElement(S);
240 SecP192K1Field.subtract(S, X3.x, Y3.x);
241 SecP192K1Field.multiply(Y3.x, M, Y3.x);
242 SecP192K1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP192R1Point.java 173 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(G);
174 SecP192R1Field.subtract(V, X3.x, Y3.x);
175 SecP192R1Field.multiplyAddToExt(Y3.x, R, tt1);
176 SecP192R1Field.reduce(tt1, Y3.x);
190 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression);
251 SecP192R1FieldElement Y3 = new SecP192R1FieldElement(S);
252 SecP192R1Field.subtract(S, X3.x, Y3.x);
253 SecP192R1Field.multiply(Y3.x, M, Y3.x);
254 SecP192R1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP224K1Point.java 174 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(G);
175 SecP224K1Field.subtract(V, X3.x, Y3.x);
176 SecP224K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP224K1Field.reduce(tt1, Y3.x);
191 return new SecP224K1Point(curve, X3, Y3, zs, this.withCompression);
239 SecP224K1FieldElement Y3 = new SecP224K1FieldElement(S);
240 SecP224K1Field.subtract(S, X3.x, Y3.x);
241 SecP224K1Field.multiply(Y3.x, M, Y3.x);
242 SecP224K1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP224R1Point.java 172 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(G);
173 SecP224R1Field.subtract(V, X3.x, Y3.x);
174 SecP224R1Field.multiplyAddToExt(Y3.x, R, tt1);
175 SecP224R1Field.reduce(tt1, Y3.x);
189 return new SecP224R1Point(curve, X3, Y3, zs, this.withCompression);
249 SecP224R1FieldElement Y3 = new SecP224R1FieldElement(S);
250 SecP224R1Field.subtract(S, X3.x, Y3.x);
251 SecP224R1Field.multiply(Y3.x, M, Y3.x);
252 SecP224R1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP256K1Point.java 174 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(G);
175 SecP256K1Field.subtract(V, X3.x, Y3.x);
176 SecP256K1Field.multiplyAddToExt(Y3.x, R, tt1);
177 SecP256K1Field.reduce(tt1, Y3.x);
191 return new SecP256K1Point(curve, X3, Y3, zs, this.withCompression);
239 SecP256K1FieldElement Y3 = new SecP256K1FieldElement(S);
240 SecP256K1Field.subtract(S, X3.x, Y3.x);
241 SecP256K1Field.multiply(Y3.x, M, Y3.x);
242 SecP256K1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP256R1Point.java 172 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(G);
173 SecP256R1Field.subtract(V, X3.x, Y3.x);
174 SecP256R1Field.multiplyAddToExt(Y3.x, R, tt1);
175 SecP256R1Field.reduce(tt1, Y3.x);
189 return new SecP256R1Point(curve, X3, Y3, zs, this.withCompression);
249 SecP256R1FieldElement Y3 = new SecP256R1FieldElement(S);
250 SecP256R1Field.subtract(S, X3.x, Y3.x);
251 SecP256R1Field.multiply(Y3.x, M, Y3.x);
252 SecP256R1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP384R1Point.java 172 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(G);
173 SecP384R1Field.subtract(V, X3.x, Y3.x);
174 Nat384.mul(Y3.x, R, tt2);
176 SecP384R1Field.reduce(tt1, Y3.x);
190 return new SecP384R1Point(curve, X3, Y3, zs, this.withCompression);
250 SecP384R1FieldElement Y3 = new SecP384R1FieldElement(S);
251 SecP384R1Field.subtract(S, X3.x, Y3.x);
252 SecP384R1Field.multiply(Y3.x, M, Y3.x);
253 SecP384R1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
SecP521R1Point.java 168 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(G);
169 SecP521R1Field.subtract(V, X3.x, Y3.x);
170 SecP521R1Field.multiply(Y3.x, R, t2);
171 SecP521R1Field.subtract(t2, t1, Y3.x);
185 return new SecP521R1Point(curve, X3, Y3, zs, this.withCompression);
244 SecP521R1FieldElement Y3 = new SecP521R1FieldElement(S);
245 SecP521R1Field.subtract(S, X3.x, Y3.x);
246 SecP521R1Field.multiply(Y3.x, M, Y3.x);
247 SecP521R1Field.subtract(Y3.x, t1, Y3.x)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 89 class Y3 {
91 ~Y3(); // The error isn't triggered without this dtor.
102 Y3().Foo(X3<SizeOf<char>::value>());
  /external/clang/test/CXX/over/over.over/
p1.cpp 87 template<float (&)(float)> struct Y3 { };
94 Y3<f0> y3; variable
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
ShadowBuffer.java 90 int Y3 = (int) (16.0f * fy3 + .5f);
101 int DY23 = Y2 - Y3;
102 int DY31 = Y3 - Y1;
114 int minY = (min(Y1, Y2, Y3) + 0xF) >> 4;
115 int maxY = (max(Y1, Y2, Y3) + 0xF) >> 4;
133 int C3 = DY31 * X3 - DX31 * Y3;
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 40 Instruction *Y3 = &*BBI++;
126 EXPECT_TRUE(DT->dominates(Y3, Y4));
127 EXPECT_FALSE(DT->dominates(Y3, Y5));
131 EXPECT_FALSE(DT->dominates(Y3, Y9));
136 EXPECT_TRUE(DT->dominates(Y3, Y6));
148 EXPECT_FALSE(DT->dominates(Y3, BB0));
149 EXPECT_TRUE(DT->dominates(Y3, BB1));
150 EXPECT_FALSE(DT->dominates(Y3, BB2));
151 EXPECT_TRUE(DT->dominates(Y3, BB3));
152 EXPECT_FALSE(DT->dominates(Y3, BB4))
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
MSOutlookKeyIdCalculator.java 264 private static final int Y3 = 0x8f1bbcdc;
364 // E = rotateLeft(A, 5) + g(B, C, D) + E + X[idx++] + Y3
366 E += (A << 5 | A >>> 27) + g(B, C, D) + X[idx++] + Y3;
369 D += (E << 5 | E >>> 27) + g(A, B, C) + X[idx++] + Y3;
372 C += (D << 5 | D >>> 27) + g(E, A, B) + X[idx++] + Y3;
375 B += (C << 5 | C >>> 27) + g(D, E, A) + X[idx++] + Y3;
378 A += (B << 5 | B >>> 27) + g(C, D, E) + X[idx++] + Y3;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA1Digest.java 158 private static final int Y3 = 0x8f1bbcdc;
258 // E = rotateLeft(A, 5) + g(B, C, D) + E + X[idx++] + Y3
260 E += (A << 5 | A >>> 27) + g(B, C, D) + X[idx++] + Y3;
263 D += (E << 5 | E >>> 27) + g(A, B, C) + X[idx++] + Y3;
266 C += (D << 5 | D >>> 27) + g(E, A, B) + X[idx++] + Y3;
269 B += (C << 5 | C >>> 27) + g(D, E, A) + X[idx++] + Y3;
272 A += (B << 5 | B >>> 27) + g(C, D, E) + X[idx++] + Y3;
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Start.com 2 ?<?INTEL FAT12 ?|Q?????u ?&??!??f?}@?u?&?? 3?????'??'&???)&?Y3?? ??? ??.??? `?Q????%?=?te???????V???? ????;?t ??E??????t?????^K;?uCF???CXS???2??? ??FP?????X???Ya?`f??f?f?????{f??f3?f?^f??B?^+?C;???P???????=?~-?+?XQ??3??vS??|??$??ô???rf??f?+????Î???u?a??6????????????S E r r o r ! U??$E m 6 4 T U n s u p p o r t e d ! ???????f?f?>f? ?f?f?PAMS?r f??f??t??f?f+?f?>f3??f??gf??f??gf??Hf?Dgf??f??f??f??f??$?s?;u????d?0u???`?'???????f?fB ? "?f?????d$??Ð?????????????????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ???? ??
Start16.com 2 ?<?INTEL FAT16 ?|Q?????u ?&??!??f?}@?u?&?? 3?????'??'&???)&?Y3?? ??? ??.??? `?Q??????????tU????V???? ????;?t ??9????^K;?uCF????CXS???2??? ??FP?????X???Ya?`f??f?f?????{f??f3?f?^f??B?^+?C;???P???????=?~-?+?XQ??3??vS??|??$??ô???rf??f?+????Î???u?a??6????????????S E r r o r ! U??$E m 6 4 T U n s u p p o r t e d ! ???????f?f?>f? ?f?f?PAMS?r f??f??t??f?f+?f?>f3??f??gf??f??gf??Hf?Dgf??f??f??f??f??$?s?;u????d?0u???`?'???????f?fB ? "?f?????d$??Ð?????????????????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ???? ??
St32_64.com 2 ?X?INTEL FAT32 ?|Q?????u ?&??!??f?}@?u?&?? 3?????B??C&???E&?Y3?? ???&??.??f???f??r ?6???? `?Q??????????tV????V???? ????;?t ??9????^K;?uCF????CXS???2??? ??FP?????X???Ya?`f??f?f?????{f??f3?f?^f??B?^+?C;???P???????=?~-?+?XQ??3??vS??|??@??ô???rf??f?+????Î???u?a??6????????????S E r r o r ! U??$E m 6 4 T U n s u p p o r t e d ! ???????f?f?>Z f? ?f?f?PAMS?r f??f??t??f?Z f+?f?>V f3??f??gf??tf?pgf???f??gf??V ?$?s??u????d?u???`???????f??ff??f?(ff?(fn ?f??"?f?f?????? ?f??"? "???2??0 ???"??g?8f?0??f??????@?H3?f??HH??Pù???d$??ÐG?????????????????????????8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8?8???? ??
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1);
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression);
745 ECFieldElement Y3 = vSquaredV2.subtract(A).multiplyMinusProduct(u, u2, vCubed);
748 return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression);
759 ECFieldElement X3, Y3, Z3, Z3Squared = null;
780 Y3 = W1.subtract(X3).multiply(dy).subtract(A1);
835 Y3 = V.subtract(X3).multiplyMinusProduct(R, G, S1);
849 // Y3 = eight(Y3);
871 return new ECPoint.Fp(curve, X3, Y3, zs, this.withCompression)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64.s 360 VMOVDQU 0x60(SI), Y3
365 VMOVDQA Y3, 0x60(DI)
417 VMOVDQU 0x60(SI), Y3
422 VMOVNTDQ Y3, 0x60(DI)
472 VMOVDQU -0x80(SI), Y3
477 VMOVDQA Y3, -0x80(DI)
502 VMOVDQU -0x80(SI), Y3
507 VMOVNTDQ Y3, -0x80(DI)
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64.s 360 VMOVDQU 0x60(SI), Y3
365 VMOVDQA Y3, 0x60(DI)
417 VMOVDQU 0x60(SI), Y3
422 VMOVNTDQ Y3, 0x60(DI)
472 VMOVDQU -0x80(SI), Y3
477 VMOVDQA Y3, -0x80(DI)
502 VMOVDQU -0x80(SI), Y3
507 VMOVNTDQ Y3, -0x80(DI)
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.s 384 PRECALC_16_31(Y3,Y5,Y7,Y8,Y12,0x20,0xe0) \
385 PRECALC_32_79(Y15,Y3,Y5,Y8,Y14,0x20,0x100) \
386 PRECALC_32_79(Y14,Y15,Y3,Y7,Y13,0x20,0x120) \
388 PRECALC_32_79(Y12,Y13,Y14,Y3,Y8,0x40,0x160) \
391 PRECALC_32_79(Y5,Y7,Y8,Y13,Y3,0x40,0x1c0) \
392 PRECALC_32_79(Y3,Y5,Y7,Y12,Y15,0x60,0x1e0) \
393 PRECALC_32_79(Y15,Y3,Y5,Y8,Y14,0x60,0x200) \
394 PRECALC_32_79(Y14,Y15,Y3,Y7,Y13,0x60,0x220) \
396 PRECALC_32_79(Y12,Y13,Y14,Y3,Y8,0x60,0x260)
718 PRECALC_16(Y12,Y8,Y5,Y3) \
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.s 384 PRECALC_16_31(Y3,Y5,Y7,Y8,Y12,0x20,0xe0) \
385 PRECALC_32_79(Y15,Y3,Y5,Y8,Y14,0x20,0x100) \
386 PRECALC_32_79(Y14,Y15,Y3,Y7,Y13,0x20,0x120) \
388 PRECALC_32_79(Y12,Y13,Y14,Y3,Y8,0x40,0x160) \
391 PRECALC_32_79(Y5,Y7,Y8,Y13,Y3,0x40,0x1c0) \
392 PRECALC_32_79(Y3,Y5,Y7,Y12,Y15,0x60,0x1e0) \
393 PRECALC_32_79(Y15,Y3,Y5,Y8,Y14,0x60,0x200) \
394 PRECALC_32_79(Y14,Y15,Y3,Y7,Y13,0x60,0x220) \
396 PRECALC_32_79(Y12,Y13,Y14,Y3,Y8,0x60,0x260)
718 PRECALC_16(Y12,Y8,Y5,Y3) \
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat3x2.hpp 83 typename X3, typename Y3>
87 X3 const & x3, Y3 const & y3);

Completed in 975 milliseconds

1 2 3