Searched refs:u3 (Results 1 - 25 of 46) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java41 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.java76 public void write(short u0, short u1, short u2, short u3) { argument
80 write(u3);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
88 write(u3);
/external/e2fsprogs/lib/uuid/
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/clang/test/SemaCXX/
H A Dcxx1y-initializer-aggregates.cpp7 constexpr U u3 { 'x' };
10 static_assert(u3.c == 'x', "");
H A Derr_typecheck_assign_const.cpp62 U3 u3; member in struct:U4
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
H A Ddcl_init_aggr.cpp121 u u3 = 1; // expected-error{{no viable conversion}} variable
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h59 GLfloat u3, v3; member in struct:__anon14329::__anon14330
68 GLfloat u3, v3, q3; member in struct:__anon14329::__anon14331
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c14 // CHECK: @u3 = global %union.anon.1 zeroinitializer
15 union { double f; int i; } u3 = { }; variable in typeref:union:__anon2002
157 union { int i; float f; } u3; local
H A Dxcore-stringtype.c162 void unionType3(union U3 u3) {} argument
/external/opencv3/modules/cudaoptflow/src/cuda/
H A Dtvl1flow.cu220 PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error,
234 const float u3OldVal = gamma ? u3(y, x) : 0;
286 u3(y, x) = u3NewVal;
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, u2, u3, error, l_t, theta, gamma, calcError);
319 __global__ void estimateDualVariablesKernel(const PtrStepSzf u1, const PtrStepf u2, const PtrStepSzf u3,
334 const float u3x = gamma ? u3(y, ::min(x + 1, u1.cols - 1)) - u3(y, x) : 0;
335 const float u3y = gamma ? u3(::min(y + 1, u1.rows - 1), x) - u3(
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3D.java145 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3
151 * @param u3 third base (unscaled) vector
154 double a3, Vector3D u3) {
155 this.x = a1 * u1.x + a2 * u2.x + a3 * u3.x;
156 this.y = a1 * u1.y + a2 * u2.y + a3 * u3.y;
157 this.z = a1 * u1.z + a2 * u2.z + a3 * u3.z;
162 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3 + a4 * u4
168 * @param u3 third base (unscaled) vector
173 double a3, Vector3D u3, double a4, Vector3D u4) {
174 this.x = a1 * u1.x + a2 * u2.x + a3 * u3
153 Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, double a3, Vector3D u3) argument
172 Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, double a3, Vector3D u3, double a4, Vector3D u4) argument
[all...]
/external/clang/test/Sema/
H A Dtransparent-union.c89 unsigned int u3; member in struct:pr15134v2::__anon2656
/external/opencv3/3rdparty/include/dshow/
H A D_mingw_dxhelper.h42 # define DUMMYUNIONNAME3 u3
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java68 public static String u3(int v) { method in class:Hex
278 case 6: astr = Hex.u3(outOffset); break;
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java80 public static String u3(int v) { method in class:Hex
290 case 6: astr = Hex.u3(outOffset); break;
/external/opencv3/modules/cudaoptflow/src/
H A Dtvl1flow.cpp65 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, PtrStepSzf error,
68 void estimateDualVariables(PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3,
132 void procOneScale(const GpuMat& I0, const GpuMat& I1, GpuMat& u1, GpuMat& u2, GpuMat& u3, Stream& stream);
295 void OpticalFlowDual_TVL1_Impl::procOneScale(const GpuMat& I0, const GpuMat& I1, GpuMat& u1, GpuMat& u2, GpuMat& u3, Stream& _stream) argument
354 estimateU(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32, u1, u2, u3, diff, l_t, static_cast<float>(theta_), gamma_, calcError, stream);
367 estimateDualVariables(u1, u2, u3, p11, p12, p21, p22, p31, p32, taut, gamma_, stream);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp48 constexpr union U3 {} u3 = {}; variable in typeref:union:U3
/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin_sse.hpp1244 __m128i u3 = _mm_loadu_si128((const __m128i*)(ptr + 48)); // a12 b12 c12 d12 ... local
1248 __m128i v2 = _mm_unpacklo_epi8(u1, u3); // a4 a12 b4 b12 ...
1249 __m128i v3 = _mm_unpackhi_epi8(u1, u3); // a6 a14 b4 b14 ...
1254 u3 = _mm_unpackhi_epi8(v1, v3); // a3 a7 a11 a15 ...
1257 v1 = _mm_unpacklo_epi8(u2, u3); // a1 a3 a5 a7 ...
1259 v3 = _mm_unpackhi_epi8(u2, u3); // b1 b3 b5 b7 ...
1291 __m128i u3 = _mm_loadu_si128((const __m128i*)(ptr + 24)); // a6 b6 c6 d6 ... local
1295 __m128i v2 = _mm_unpacklo_epi16(u1, u3); // a2 a6 b2 b6 ...
1296 __m128i v3 = _mm_unpackhi_epi16(u1, u3); // a3 a7 b3 b7 ...
1301 u3
1390 __m128i u3 = _mm_unpackhi_epi8(b.val, d.val); // b8 d8 b9 d9 ... local
1450 __m128i u3 = _mm_unpackhi_epi16(b.val, d.val); // b4 d4 b5 d5 ... local
1466 v_uint32x4 z = v_setzero_u32(), u0, u1, u2, u3; local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c277 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
286 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
339 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
348 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
779 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
796 u3 = _mm_sub_epi16(s0, s3);
800 v2 = _mm_unpacklo_epi16(u2, u3);
801 v3 = _mm_unpackhi_epi16(u2, u3);
806 u3 = _mm_madd_epi16(v1, k__cospi_p16_m16);
816 v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDIN
926 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
[all...]
H A Dvp9_dct_ssse3.c117 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
128 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
172 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
181 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DExcludedProxyTest.java57 URL u3 = new URL("http://localhost");
58 URLConnection conn3 = u3.openConnection();
/external/libvorbis/vq/
H A DMakefile.am22 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
/external/fdlibm/
H A De_lgamma_r.c127 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h161 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_D); local
166 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
217 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_H); local
226 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING2);
353 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_p16_m16); local
362 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);
439 const __m128i u3 = _mm_madd_epi16(t1, k__cospi_m04_p28); local
448 const __m128i v3 = _mm_add_epi32(u3, k__DCT_CONST_ROUNDING);

Completed in 1005 milliseconds

12