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

1234567

/external/v8/test/mjsunit/
H A Dnever-optimize.js43 %NeverOptimizeFunction(u1);
44 function u1() {
48 u1();
51 u1(); u1();
54 %OptimizeFunctionOnNextCall(u1);
57 u1(); u1();
61 assertUnoptimized(u1);
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java31 public void write(short u0, short u1); argument
36 public void write(short u0, short u1, short u2); argument
41 public void write(short u0, short u1, short u2, short u3); argument
46 public void write(short u0, short u1, short u2, short u3, short u4); argument
H A DShortArrayCodeOutput.java63 public void write(short u0, short u1) { argument
65 write(u1);
69 public void write(short u0, short u1, short u2) { argument
71 write(u1);
76 public void write(short u0, short u1, short u2, short u3) { argument
78 write(u1);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
86 write(u1);
/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.c40 #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/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/Parser/
H A Dcxx-friend.cpp17 int u1; member in union:U
/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.h112 unsigned char u1, u2; local
115 u1 = (unsigned char) *s1++;
117 if (u1 != u2)
118 return u1 - u2;
119 if (u1 == '\0')
128 unsigned char u1, u2; local
131 u1 = (unsigned char) *s1++;
133 if (u1 != u2)
134 return u1 - u2;
135 if (u1
[all...]
/external/opencv3/modules/cudaoptflow/src/cuda/
H A Dtvl1flow.cu108 __global__ void warpBackwardKernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrStepf I1w, PtrStepf I1wx, PtrStepf I1wy, PtrStepf grad, PtrStepf rho)
116 const float u1Val = u1(y, x);
169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx,
180 warpBackwardKernel<<<grid, block, 0, stream>>>(I0, u1, u2, I1w, I1wx, I1wy, grad, rho);
220 PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error,
232 const float u1OldVal = u1(y, x);
277 // estimate the values of the optical flow (u1, u2)
283 u1(y, x) = u1NewVal;
299 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, PtrStepSzf error,
306 estimateUKernel<<<grid, block, 0, stream>>>(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32, u1, u
[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/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.c51 __m128i u0, u1, sum; local
54 u1 = _mm_add_epi16(in2, in3);
61 sum = _mm_add_epi16(u0, u1);
89 __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);
158 __m128i u0, u1; local
[all...]
/external/mesa3d/src/glx/
H A Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
66 __GLX_PUT_DOUBLE(4, u1);
80 __GLX_PUT_DOUBLE(8, u1);
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
138 __GLX_PUT_FLOAT(8, u1);
148 __GLX_PUT_FLOAT(12, u1);
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
197 __GLX_PUT_DOUBLE(4, u1);
215 __GLX_PUT_DOUBLE(8, u1);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloa argument
[all...]
/external/mesa3d/src/mesa/main/
H A Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, argument
371 if (u1 == u2) {
372 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(u1,u2)" );
415 map->u1 = u1;
417 map->du = 1.0F / (u2 - u1);
426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
429 map1(target, u1, u2, stride, order, points, GL_FLOAT);
434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
437 map1(target, (GLfloat) u1, (GLfloa
442 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
525 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
536 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument
828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument
846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) argument
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
[all...]
/external/opencv3/modules/video/src/
H A Dtvl1flow.cpp125 void procOneScale(const Mat_<float>& I0, const Mat_<float>& I1, Mat_<float>& u1, Mat_<float>& u2, Mat_<float>& u3);
127 bool procOneScale_ocl(const UMat& I0, const UMat& I1, UMat& u1, UMat& u2);
205 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy,
210 UMat &p21, UMat &p22, UMat &u1,
213 bool estimateDualVariables(UMat &u1, UMat &u2,
237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy,
258 idxArg = kernel.set(idxArg, ocl::KernelArg::PtrReadOnly(u1));//const float* u1
259 idxArg = kernel.set(idxArg, (int)(u1.step / u1
236 warpBackward(const UMat &I0, const UMat &I1, UMat &I1x, UMat &I1y, UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy, UMat &grad, UMat &rho) argument
279 estimateU(UMat &I1wx, UMat &I1wy, UMat &grad, UMat &rho_c, UMat &p11, UMat &p12, UMat &p21, UMat &p22, UMat &u1, UMat &u2, UMat &error, float l_t, float theta, char calc_error) argument
322 estimateDualVariables(UMat &u1, UMat &u2, UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut) argument
609 Mat_<float> u1; member in struct:__anon15724::BuildFlowMapBody
633 buildFlowMap(const Mat_<float>& u1, const Mat_<float>& u2, Mat_<float>& map1, Mat_<float>& map2) argument
876 Mat_<float> u1; member in struct:__anon15724::CalcGradRhoBody
910 calcGradRho(const Mat_<float>& I0, const Mat_<float>& I1w, const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<float>& u2, Mat_<float>& grad, Mat_<float>& rho_c) argument
944 Mat_<float> u1; member in struct:__anon15724::EstimateVBody
1007 estimateV(const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<float>& u2, const Mat_<float>& u3, const Mat_<float>& grad, const Mat_<float>& rho_c, Mat_<float>& v1, Mat_<float>& v2, Mat_<float>& v3, float l_t, float gamma) argument
1038 estimateU(const Mat_<float>& v1, const Mat_<float>& v2, const Mat_<float>& v3, const Mat_<float>& div_p1, const Mat_<float>& div_p2, const Mat_<float>& div_p3, Mat_<float>& u1, Mat_<float>& u2, Mat_<float>& u3, float theta, float gamma) argument
1183 procOneScale_ocl(const UMat& I0, const UMat& I1, UMat& u1, UMat& u2) argument
1271 procOneScale(const Mat_<float>& I0, const Mat_<float>& I1, Mat_<float>& u1, Mat_<float>& u2, Mat_<float>& u3) argument
[all...]
/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 Ddcl_init_aggr.cpp119 u u1 = { 1 }; variable
120 u u2 = u1;
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/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon14329::__anon14330
66 GLfloat u1, v1, q1; member in struct:__anon14329::__anon14331
/external/opencv3/3rdparty/include/dshow/
H A D_mingw_dxhelper.h40 # define DUMMYUNIONNAME1 u1 /* Wine uses this variant */
65 # define DUMMYUNIONNAME1 u1 /* Wine uses this variant */
/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 571 milliseconds

1234567