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

1 2

  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 22 union U2 {
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 49 template< typename U1, typename U2 > struct apply
52 F< U1,U2 >
53 , aux::has_type< F< U1,U2 > >::value
66 template< typename U1, typename U2, typename U3 > struct apply
69 F< U1,U2,U3 >
70 , aux::has_type< F< U1,U2,U3 > >::value
84 typename U1, typename U2, typename U3, typename U4
89 F< U1,U2,U3,U4 >
90 , aux::has_type< F< U1,U2,U3,U4 > >::value
108 typename U1, typename U2, typename U3, typename U
    [all...]
arg.hpp 21 typename U1 = na, typename U2 = na, typename U3 = na
39 typename U1 = na, typename U2 = na, typename U3 = na
57 typename U1 = na, typename U2 = na, typename U3 = na
62 typedef U2 type;
75 typename U1 = na, typename U2 = na, typename U3 = na
93 typename U1 = na, typename U2 = na, typename U3 = na
111 typename U1 = na, typename U2 = na, typename U3 = na
bind.hpp 18 typename T, typename U1, typename U2, typename U3, typename U4
46 int N, typename U1, typename U2, typename U3, typename U4, typename U5
48 struct resolve_bind_arg< arg<N>, U1, U2, U3, U4, U5 >
50 typedef typename apply_wrap5<mpl::arg<N>, U1, U2, U3, U4, U5>::type type;
55 , typename T5, typename U1, typename U2, typename U3, typename U4
58 struct resolve_bind_arg< bind< F,T1,T2,T3,T4,T5 >, U1, U2, U3, U4, U5 >
61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type;
72 typename U1 = na, typename U2 = na, typename U3 = na
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
94 typename F, typename U1, typename U2, typename U3, typename U
    [all...]
equal_to.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
greater.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
greater_equal.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
less.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
less_equal.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
not_equal_to.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
minus.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
plus.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
times.hpp 33 template< typename U1, typename U2 > struct apply
42 template< typename U1, typename U2 > struct apply
51 template< typename U1, typename U2 > struct apply
  /external/clang/test/SemaCXX/
inherit.cpp 23 union U2 {};
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 7 #ifdef U2
35 #ifndef U2
  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 7 #ifdef U2
35 #ifndef U2
  /external/chromium_org/third_party/opus/src/src/
mlp_train.h 64 float U1, U2, S, x;
67 U2 = ((float)rand())/RAND_MAX;
69 U2 = 2*U2-1;
70 S = U1*U1 + U2*U2;
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff-results 20 diff -U2 tmptmp_1 tmptmp_2;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
149 #define U2 pSrcAbove[2]
167 pDst[y*dstStep+2] = U2;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
192 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
200 pTmp[2] = (OMX_U8)((U2 + 3*U3 + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
223 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
244 pTmp[6] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2)
    [all...]
  /external/dropbear/libtommath/
bn_mp_exteuclid.c 19 a*u1 + b*u2 = u3
21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3)
23 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
26 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
30 /* initialize, (u1,u2,u3) = (1,0,a) */
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
47 if ((err = mp_sub(&u2, &tmp, &t2)) != MP_OKAY) { goto _ERR; }
51 /* (u1,u2,u3) = (v1,v2,v3) */
53 if ((err = mp_copy(&v2, &u2)) != MP_OKAY) { goto _ERR; }
65 mp_neg(&u2, &u2)
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem.c 13 typedef unsigned short U2;
106 assert(2 == sizeof(U2));
209 DO(2, U2, U2, /*isF4*/0);
sh-mem-random.c 14 typedef unsigned short U2;
139 case 1: { // U2
142 *(U2*)(arr+dst) = *(U2*)(arr+src);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
numeric_op.hpp 101 template< typename U1, typename U2 > struct apply
111 template< typename U1, typename U2 > struct apply
120 template< typename U1, typename U2 > struct apply
129 template< typename U1, typename U2 > struct apply
138 template< typename U1, typename U2 > struct apply
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 17 template<class U1, class U2>
18 pair(const pair<U1, U2> &other) : first(other.first), second(other.second) {}
  /external/srtp/tables/
aes_tables.c 135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
174 U2[i] = tmp.value;
227 printf("uint32_t U2 = {");
231 printf("0x%x, ", U2[i]);
269 printf("uint32_t U2 = {");
273 printf("0x%lx, ", U2[i]);

Completed in 3452 milliseconds

1 2