Searched defs:X2 (Results 76 - 94 of 94) sorted by relevance

1234

/external/openfst/src/include/fst/
H A Dsigned-log-weight.h36 typedef LogWeightTpl<T> X2; typedef in class:fst::SignedLogWeightTpl
37 using PairWeight<X1, X2>::Value1;
38 using PairWeight<X1, X2>::Value2;
40 using PairWeight<X1, X2>::Reverse;
41 using PairWeight<X1, X2>::Quantize;
42 using PairWeight<X1, X2>::Member;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {}
49 : PairWeight<X1, X2> (w) { }
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w)
52 : PairWeight<X1, X2> (
[all...]
/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-sse.c87 __m128i X0, X1, X2, X3; local
93 X2 = B[2];
102 X2 = _mm_xor_si128(X2, _mm_slli_epi32(T, 9));
103 X2 = _mm_xor_si128(X2, _mm_srli_epi32(T, 23));
104 T = _mm_add_epi32(X2, X1);
107 T = _mm_add_epi32(X3, X2);
113 X2 = _mm_shuffle_epi32(X2,
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp60 template <X1*> struct X2 { }; struct in namespace:pointer_to_object_parameters
61 template <X1* Value> struct X3 : X2<Value> { };
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp41 struct X2 { explicit X2(int); }; // expected-note {{constructor declared here}} struct in namespace:objects
95 { X2 x{0}; }
96 { X2 x = {0}; } // expected-error {{constructor is explicit}}
H A Dcxx1y-generic-lambdas.cpp860 struct X2 { struct in struct:inclass_lambdas_within_nested_classes::ns1::X1
886 struct X2 {
907 int X1::X2<T>::fooG3(T (*fp)(U)) { return 0; }
908 X1::X2<int> x2; //expected-note 3{{in instantiation of}}
H A Denum-scoped.cpp68 X<bool> X2; // expected-note{{in instantiation of template}} member in struct:E1::E2
H A Dnew-delete.cpp125 struct X2 { struct
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
133 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}}
H A Doverloaded-operator.cpp369 struct X2 { }; struct in namespace:N
376 N::X2 &operator<<(N::X2&, const T&);
384 N::X2 x;
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp91 struct X2 { struct
95 void test_x2(X2<int> x2i, X2<NotDefaultConstructible> x2n) {
H A Dfriend-template.cpp154 template<typename , typename T> struct X2 struct in namespace:PR7013a
162 template <typename T1, typename T2, typename B> friend void op(X2<T1, T2>& , B);
164 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B)
166 X2<int, Tr> s;
171 X2<int, X0<int> > ngs;
186 template<typename , typename T> struct X2 struct in namespace:PR7013b
194 template <typename T1, typename T2, typename B> friend void op(X2<T1, T2>& , B);
196 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B)
198 X2<int, Tr> s;
203 X2<in
[all...]
H A Dinstantiate-member-template.cpp109 struct X2 { struct
117 X2<int&> x2a; // expected-note{{instantiation}}
118 X2<float> x2b; // expected-note{{instantiation}}
163 template<typename> class X2;
172 typedef X2<TT<typename X1<T>::type> > Type;
185 typedef X2<TT<typename X1<T>::type> > Type;
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c230 int Y, M, D, A, B, X1, X2; local
249 X2 = 306001*(M+1)/10000;
250 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c3047 wordptr X2; local
3103 X2 = L[5];
3115 BitVector_Empty(X2);
3134 if (sgn_x) BitVector_Negate(Z,X2); else BitVector_Copy(Z,X2);
3168 X1 = X2;
3169 X2 = X3;
3180 BitVector_Copy(V,X2);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c13079 int Y, M, D, A, B, X1, X2; local
13098 X2 = 306001*(M+1)/10000;
13099 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14808 int Y, M, D, A, B, X1, X2; local
14827 X2 = 306001*(M+1)/10000;
14828 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14808 int Y, M, D, A, B, X1, X2; local
14827 X2 = 306001*(M+1)/10000;
14828 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
[all...]
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 1089 milliseconds

1234