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

1 2 3

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 32 template< typename U1 > struct apply
35 F<U1>
36 , aux::has_type< F<U1> >::value
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 U
    [all...]
arg.hpp 21 typename U1 = na, typename U2 = na, typename U3 = na
26 typedef U1 type;
39 typename U1 = na, typename U2 = na, typename U3 = na
44 typedef U1 type;
57 typename U1 = na, typename U2 = na, typename U3 = na
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/CXX/class/class.union/
p2-0x.cpp 5 union U1 {
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 13 typedef unsigned char U1;
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
109 void do_test_at ( U1* arr
    [all...]
sh-mem.c 12 typedef unsigned char U1;
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
101 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
105 assert(1 == sizeof(U1));
143 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 6 #ifdef U1
34 #ifndef U1
  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 6 #ifdef U1
34 #ifndef U1
  /external/clang/test/SemaCXX/
inherit.cpp 21 union U1 : public A { }; // expected-error{{unions cannot have base classes}}
  /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
148 #define U1 pSrcAbove[1]
166 pDst[y*dstStep+1] = U1;
188 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
189 pTmp[1] = (OMX_U8)((U1 + 2*U2 + U3 + 2)>>2);
221 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
222 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
223 pTmp[6] = (OMX_U8)((U3 + 2*U2 + U1 + 2)>>2);
242 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2);
243 pTmp[5] = (OMX_U8)((U0 + U1 + 1)>>1)
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 70 OOBTest<U1>();
113 oob_test<U1>(10, -1);
117 oob_test<U1>(kLargeMalloc, -1);
121 oob_test<U1>(10, 10);
125 oob_test<U1>(kLargeMalloc, kLargeMalloc);
  /external/clang/test/Sema/
static-assert.c 39 typedef UNION(unsigned, struct A) U1;
  /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) */
31 mp_set(&u1, 1);
43 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
45 if ((err = mp_sub(&u1, &tmp, &t1)) != MP_OKAY) { goto _ERR; }
51 /* (u1,u2,u3) = (v1,v2,v3) */
52 if ((err = mp_copy(&v1, &u1)) != MP_OKAY) { goto _ERR;
    [all...]
  /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/openfst/src/test/
algo_test.h 90 VectorFst<Arc> U1(T1);
91 Union(&U1, T2);
93 CHECK(Equiv(U1, U2));
126 VectorFst<Arc> U1(T1);
127 Union(&U1, T2);
128 Union(&U1, T3);
135 CHECK(Equiv(U1, U4));
140 UnionFst<Arc> U1(T1, T2);
141 UnionFst<Arc> U2(U1, T3);
152 UnionFst<Arc> U1(T1, T2)
    [all...]
  /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) {}

Completed in 794 milliseconds

1 2 3