Searched refs:u1 (Results 1 - 25 of 165) sorted by relevance

1234567

/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp24 T f1(T t1, U u1, int i1) argument
27 t2 = i1 + u1;
28 ++u1;
29 u1++;
30 int i2 = u1;
32 i1 = t1[u1];
35 i1(u1, t1); // error
36 u1(i1, t1);
43 new int(t1, u1);
44 new (t1, u1) in
[all...]
/external/e2fsprogs/lib/uuid/
H A Dcompare.c41 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
H A Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
H A Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/external/ltp/testcases/kernel/fs/fs-bench/
H A Dboxmuler.c8 double u1, u2, z; local
19 u1 = ((double)(random() % 1000000)) / 1000000;
21 z = sqrt(-2.0 * log(u1)) * cos(M_2PI * u2);
/external/ltp/testcases/kernel/syscalls/syscall/
H A Dsyscall01.c50 uid_t u1, u2; local
52 u1 = getuid();
55 if (u1 == u2) {
59 u1, u2);
/external/python/cpython2/Tools/unicode/
H A Dcomparecodecs.py35 u1 = c.decode(encoding1)
37 u1 = u'<undefined>'
42 if u1 != u2:
44 (i, u1, u2)
/external/tpm2/
H A DPolicyCpHash.c35 && session->u1.cpHash.t.size != 0
36 && !Memory2BEqual(&in->cpHashA.b, &session->u1.cpHash.b)
64 session->u1.cpHash = in->cpHashA;
H A DPolicyNameHash.c34 if(in->nameHash.t.size != 0 && session->u1.cpHash.t.size != 0)
64 session->u1.cpHash = in->nameHash;
H A DPolicyDuplicationSelect.c32 if(session->u1.cpHash.t.size != 0)
42 session->u1.cpHash.t.size = CryptStartHash(session->authHashAlg, &hashState);
51 CryptCompleteHash2B(&hashState, &session->u1.cpHash.b);
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c10 } u1; variable in typeref:union:U1
38 union U1 foo1() { return u1; }
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c11 } u1; member in struct:S1
15 if (s1->u1.x == s2) return 1;
16 if (s1->u1.y == s3) return 1;
22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_string.h139 unsigned char u1, u2; local
142 u1 = (unsigned char) *s1++;
144 if (u1 != u2)
145 return u1 - u2;
146 if (u1 == '\0')
155 unsigned char u1, u2; local
158 u1 = (unsigned char) *s1++;
160 if (u1 != u2)
161 return u1 - u2;
162 if (u1
[all...]
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
H A Dpiecewise_construct.pass.cpp37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} argument
/external/mesa3d/src/mesa/main/
H A Deval.h73 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride,
76 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride,
80 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
85 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 );
104 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 );
106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2,
109 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2,
H A Deval.c304 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, argument
314 if (u1 == u2) {
315 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(u1,u2)" );
359 map->u1 = u1;
361 map->du = 1.0F / (u2 - u1);
369 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
372 map1(target, u1, u2, stride, order, points, GL_FLOAT);
377 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
380 map1(target, (GLfloat) u1, (GLfloa
385 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) argument
467 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
478 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument
764 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument
781 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument
788 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) argument
815 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
[all...]
/external/clang/test/Parser/
H A Dcxx-friend.cpp19 int u1; member in union:U
/external/mesa3d/src/glx/
H A Drender2.c44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
68 __GLX_PUT_DOUBLE(4, u1);
82 __GLX_PUT_DOUBLE(8, u1);
111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
140 __GLX_PUT_FLOAT(8, u1);
150 __GLX_PUT_FLOAT(12, u1);
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
199 __GLX_PUT_DOUBLE(4, u1);
217 __GLX_PUT_DOUBLE(8, u1);
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloa argument
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.c52 __m128i u0, u1, sum; local
55 u1 = _mm_add_epi16(in2, in3);
62 sum = _mm_add_epi16(u0, u1);
90 __m128i u0, u1; local
101 u1 = _mm_add_epi16(in2, in3);
109 sum = _mm_add_epi16(sum, u1);
111 u1 = _mm_add_epi16(in2, in3);
119 sum = _mm_add_epi16(sum, u1);
121 u1 = _mm_add_epi16(in2, in3);
129 sum = _mm_add_epi16(sum, u1);
159 __m128i u0, u1; local
[all...]
/external/python/cpython2/Modules/
H A Dyuv.h28 unsigned int u1:2; member in struct:yuv411::__anon17694
45 #define YUV411_U10(y) ((y).v[0].u1<<6|(y).v[1].u1<<4|(y).v[2].u1<<2|(y).v[3].u1)
/external/clang/test/SemaCXX/
H A Dcxx1y-initializer-aggregates.cpp5 constexpr U u1 = U(); member in namespace:in_class_init
8 static_assert(u1.d == 4.0, "");
H A Derr_typecheck_assign_const.cpp54 U1 u1; member in struct:U2
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
/external/ltp/testcases/misc/math/fptests/
H A Dfptest01.c339 static double u1, u2; variable
347 u1 = twopi / 400.0;
357 u1 += u2;
358 if (u1 > 0.99)
359 u1 = twopi / 500.0;
360 u2 += u1;
366 x1 = sqrt(-2.0 * log(u1)) * cos(twopi * u2);
370 x2 = sqrt(-2.0 * log(u1)) * sin(twopi * u2);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon16064::__anon16065
66 GLfloat u1, v1, q1; member in struct:__anon16064::__anon16066
/external/webrtc/webrtc/base/
H A Drandom.cc76 double u1 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; local
78 return mean + standard_deviation * sqrt(-2 * log(u1)) * cos(2 * kPi * u2);

Completed in 665 milliseconds

1234567