Home
last modified time | relevance | path

Searched refs:X3 (Results 1 – 25 of 168) sorted by relevance

1234567

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp19 template <int& N> struct X3 { X3(); }; struct
20 template <int& N> X3<N>::X3() { } in X3() function in non_type_tmpl_param::X3
43 template <int (&fp)(int)> struct X3 { }; // expected-note 4{{here}} struct
134 X3<f> x3a; in test()
135 X3<&f> x3a_addr; // expected-error {{address taken}} in test()
136 X3<f_tmpl> x3b; in test()
137 X3<&f_tmpl> x3b_addr; // expected-error {{address taken}} in test()
138 X3<f_tmpl<int> > x3c; in test()
139 X3<&f_tmpl<int> > x3c_addr; // expected-error {{address taken}} in test()
140 X3<f_internal> x3d; in test()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp20 struct X3 { struct
21 X3();
24 X3(X3&);
42 void g3(const X3&);
48 g3(X3()); in test()
63 float &fp = g<X3>(); // expected-error{{call to 'g' is ambiguous}} in h()
Dp5-cxx03-extra-copy.cpp21 struct X3 { struct
22 X3();
25 X3(X3&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
51 void g3(const X3&);
58 g3(X3()); // expected-warning{{no viable constructor copying parameter of type 'X3'}} in test()
76 float &fp2 = g<X3>(); // Not ambiguous. in h()
/external/scrypt/lib/crypto/
Dcrypto_scrypt-sse.c87 __m128i X0, X1, X2, X3; in salsa20_8() local
94 X3 = B[3]; in salsa20_8()
98 T = _mm_add_epi32(X0, X3); in salsa20_8()
105 X3 = _mm_xor_si128(X3, _mm_slli_epi32(T, 13)); in salsa20_8()
106 X3 = _mm_xor_si128(X3, _mm_srli_epi32(T, 19)); in salsa20_8()
107 T = _mm_add_epi32(X3, X2); in salsa20_8()
114 X3 = _mm_shuffle_epi32(X3, 0x39); in salsa20_8()
118 X3 = _mm_xor_si128(X3, _mm_slli_epi32(T, 7)); in salsa20_8()
119 X3 = _mm_xor_si128(X3, _mm_srli_epi32(T, 25)); in salsa20_8()
120 T = _mm_add_epi32(X3, X0); in salsa20_8()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP521R1Point.java162 SecP521R1FieldElement X3 = new SecP521R1FieldElement(t4); in add() local
163 SecP521R1Field.square(R, X3.x); in add()
164 SecP521R1Field.add(X3.x, G, X3.x); in add()
165 SecP521R1Field.subtract(X3.x, V, X3.x); in add()
166 SecP521R1Field.subtract(X3.x, V, X3.x); in add()
169 SecP521R1Field.subtract(V, X3.x, Y3.x); in add()
185 return new SecP521R1Point(curve, X3, Y3, zs, this.withCompression); in add()
239 SecP521R1FieldElement X3 = new SecP521R1FieldElement(T); in twice() local
240 SecP521R1Field.square(M, X3.x); in twice()
241 SecP521R1Field.subtract(X3.x, S, X3.x); in twice()
[all …]
DSecP192K1Point.java170 SecP192K1FieldElement X3 = new SecP192K1FieldElement(t4); in add() local
171 SecP192K1Field.square(R, X3.x); in add()
172 SecP192K1Field.subtract(X3.x, G, X3.x); in add()
175 SecP192K1Field.subtract(V, X3.x, Y3.x); in add()
191 return new SecP192K1Point(curve, X3, Y3, zs, this.withCompression); in add()
234 SecP192K1FieldElement X3 = new SecP192K1FieldElement(T); in twice() local
235 SecP192K1Field.square(M, X3.x); in twice()
236 SecP192K1Field.subtract(X3.x, S, X3.x); in twice()
237 SecP192K1Field.subtract(X3.x, S, X3.x); in twice()
240 SecP192K1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP256K1Point.java170 SecP256K1FieldElement X3 = new SecP256K1FieldElement(t4); in add() local
171 SecP256K1Field.square(R, X3.x); in add()
172 SecP256K1Field.subtract(X3.x, G, X3.x); in add()
175 SecP256K1Field.subtract(V, X3.x, Y3.x); in add()
191 return new SecP256K1Point(curve, X3, Y3, zs, this.withCompression); in add()
234 SecP256K1FieldElement X3 = new SecP256K1FieldElement(T); in twice() local
235 SecP256K1Field.square(M, X3.x); in twice()
236 SecP256K1Field.subtract(X3.x, S, X3.x); in twice()
237 SecP256K1Field.subtract(X3.x, S, X3.x); in twice()
240 SecP256K1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP224K1Point.java170 SecP224K1FieldElement X3 = new SecP224K1FieldElement(t4); in add() local
171 SecP224K1Field.square(R, X3.x); in add()
172 SecP224K1Field.subtract(X3.x, G, X3.x); in add()
175 SecP224K1Field.subtract(V, X3.x, Y3.x); in add()
191 return new SecP224K1Point(curve, X3, Y3, zs, this.withCompression); in add()
234 SecP224K1FieldElement X3 = new SecP224K1FieldElement(T); in twice() local
235 SecP224K1Field.square(M, X3.x); in twice()
236 SecP224K1Field.subtract(X3.x, S, X3.x); in twice()
237 SecP224K1Field.subtract(X3.x, S, X3.x); in twice()
240 SecP224K1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP192R1Point.java169 SecP192R1FieldElement X3 = new SecP192R1FieldElement(t4); in add() local
170 SecP192R1Field.square(R, X3.x); in add()
171 SecP192R1Field.subtract(X3.x, G, X3.x); in add()
174 SecP192R1Field.subtract(V, X3.x, Y3.x); in add()
190 return new SecP192R1Point(curve, X3, Y3, zs, this.withCompression); in add()
246 SecP192R1FieldElement X3 = new SecP192R1FieldElement(T); in twice() local
247 SecP192R1Field.square(M, X3.x); in twice()
248 SecP192R1Field.subtract(X3.x, S, X3.x); in twice()
249 SecP192R1Field.subtract(X3.x, S, X3.x); in twice()
252 SecP192R1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP256R1Point.java168 SecP256R1FieldElement X3 = new SecP256R1FieldElement(t4); in add() local
169 SecP256R1Field.square(R, X3.x); in add()
170 SecP256R1Field.subtract(X3.x, G, X3.x); in add()
173 SecP256R1Field.subtract(V, X3.x, Y3.x); in add()
189 return new SecP256R1Point(curve, X3, Y3, zs, this.withCompression); in add()
244 SecP256R1FieldElement X3 = new SecP256R1FieldElement(T); in twice() local
245 SecP256R1Field.square(M, X3.x); in twice()
246 SecP256R1Field.subtract(X3.x, S, X3.x); in twice()
247 SecP256R1Field.subtract(X3.x, S, X3.x); in twice()
250 SecP256R1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP224R1Point.java168 SecP224R1FieldElement X3 = new SecP224R1FieldElement(t4); in add() local
169 SecP224R1Field.square(R, X3.x); in add()
170 SecP224R1Field.subtract(X3.x, G, X3.x); in add()
173 SecP224R1Field.subtract(V, X3.x, Y3.x); in add()
189 return new SecP224R1Point(curve, X3, Y3, zs, this.withCompression); in add()
244 SecP224R1FieldElement X3 = new SecP224R1FieldElement(T); in twice() local
245 SecP224R1Field.square(M, X3.x); in twice()
246 SecP224R1Field.subtract(X3.x, S, X3.x); in twice()
247 SecP224R1Field.subtract(X3.x, S, X3.x); in twice()
250 SecP224R1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
DSecP384R1Point.java168 SecP384R1FieldElement X3 = new SecP384R1FieldElement(t4); in add() local
169 SecP384R1Field.square(R, X3.x); in add()
170 SecP384R1Field.subtract(X3.x, G, X3.x); in add()
173 SecP384R1Field.subtract(V, X3.x, Y3.x); in add()
190 return new SecP384R1Point(curve, X3, Y3, zs, this.withCompression); in add()
245 SecP384R1FieldElement X3 = new SecP384R1FieldElement(T); in twice() local
246 SecP384R1Field.square(M, X3.x); in twice()
247 SecP384R1Field.subtract(X3.x, S, X3.x); in twice()
248 SecP384R1Field.subtract(X3.x, S, X3.x); in twice()
251 SecP384R1Field.subtract(S, X3.x, Y3.x); in twice()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp4.cpp31 struct X3 { struct
37 int array2[sizeof(X3<int>)];
38 int array3[sizeof(X3<float>)];
41 X3<int> xi; in i()
43 X3<float> xf; in i()
/external/clang/test/CXX/temp/temp.param/
Dp9-0x.cpp16 struct X3 { struct
18 friend void f0(X3);
21 friend void f1(X3) { in f1() argument
45 template<typename T> struct X3;
50 template<typename T = int> struct Inner::X3 { }; struct in PR8748::Inner
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp3-0x.cpp50 struct X3;
53 template void has_inline_namespaces::f(X3&);
56 template struct has_inline_namespaces::X0<X3>;
63 struct has_inline_namespaces::X0<X4>::MemberClassTemplate<X3>;
66 void has_inline_namespaces::X0<X4>::mem_func_template(X3&);
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp12 struct X3 { struct
13 X3(const X3&) = default;
25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { in f()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java703 ECFieldElement X3 = gamma.square().subtract(X1).subtract(X2); in add() local
704 ECFieldElement Y3 = gamma.multiply(X1.subtract(X3)).subtract(Y1); in add()
706 return new ECPoint.Fp(curve, X3, Y3, this.withCompression); in add()
744 ECFieldElement X3 = v.multiply(A); 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
779 X3 = dy.square().subtract(W1).subtract(W2); in add()
780 Y3 = W1.subtract(X3).multiply(dy).subtract(A1); in add()
834 X3 = R.square().add(G).subtract(two(V)); in add()
835 Y3 = V.subtract(X3).multiplyMinusProduct(R, G, S1); in add()
[all …]
/external/clang/test/CXX/except/except.spec/
Dp14-ir.cpp18 struct X3 : X0, X1 { struct
19 X3();
28 void test(X2 x2, X3 x3, X5 x5) { in test()
38 X3 x3a(x3); in test()
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_args_type.tc24 X3=`printf "%x" $3`
26 test $X2 = $X3
27 test 0x$X3 = $3
30 B3=`echo -n $X3 | tail -c 3 | head -c 2`
/external/clang/test/SemaTemplate/
Dfriend-template.cpp75 class X3 { class
84 X3<int> x3i; // okay
86 X3<long> x3l; // expected-note {{in instantiation}}
160 template <typename = int, typename = X1<int> > struct X3 struct
172 N::X3<> b; in n()
192 template <typename = X1<int> > struct X3 struct
204 N::X3<> b; in n()
Dinstantiate-member-pointers.cpp29 struct X3 { struct
30 X3<T, Class, Ptr> &operator=(const T& value) { in operator =() argument
35 X3<int, Y, &Y::x> x3;
41 X3<int, Y, Member> member;
Dconstructor-template.cpp73 struct X3 { struct
74 template<typename T> X3(T);
77 template<> X3::X3(X3); // expected-error{{must pass its first argument by reference}}
/external/llvm/test/FileCheck/
Dcheck-dag-xfails.txt3 ; RUN: not FileCheck -check-prefix=X3 -input-file %s %s
38 ; X3: __x3
39 ; X3-DAG: add [[REG1:r[0-9]+]], r1, r2
40 ; X3-DAG: add [[REG2:r[0-9]+]], r3, r4
41 ; X3-DAG: mul r5, [[REG1]], [[REG2]]
42 ; X3: __x3
/external/swiftshader/third_party/LLVM/test/Transforms/LCSSA/
Dbasictest.ll2 ; RUN: grep {X3.lcssa = phi i32}
4 ; RUN: grep {X4 = add i32 3, %X3.lcssa}
18 %X3 = phi i32 [ %X1, %if.true ], [ %X2, %if.false ] ; <i32> [#uses=1]
21 %X4 = add i32 3, %X3 ; <i32> [#uses=0]
/external/llvm/test/Transforms/LCSSA/
Dbasictest.ll17 %X3 = phi i32 [ %X1, %if.true ], [ %X2, %if.false ] ; <i32> [#uses=1]
20 ; CHECK: %X3.lcssa = phi i32
21 ; CHECK: %X4 = add i32 3, %X3.lcssa
22 %X4 = add i32 3, %X3 ; <i32> [#uses=0]

1234567