Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 25 of 188) sorted by relevance

12345678

/external/libvorbis/vq/
D44u1.vqs4 haux 44u1/resaux_0.vqd _44u1__short 0,16,2 8
7 haux 44u1/resaux_1.vqd _44u1__long 0,64,2 8
21 :_p1_0 44u1/res_part1_pass2.vqd, 4, nonseq cull, 0 +- 1
22 :_p2_0 44u1/res_part2_pass2.vqd, 4, nonseq cull, 0 +- 1
23 :_p3_0 44u1/res_part3_pass2.vqd, 4, nonseq cull, 0 +- 1 2
24 :_p4_0 44u1/res_part4_pass2.vqd, 4, nonseq cull, 0 +- 1 2
25 :_p5_0 44u1/res_part5_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
27 :_p6_0 44u1/res_part6_pass0.vqd, 2, nonseq cull, 0 +- 5 10 15 20 25 30
28 :_p6_1 44u1/res_part6_pass1.vqd, 2, nonseq cull, 0 +- 1 2
30 :_p7_0 44u1/res_part7_pass0.vqd, 2, nonseq, 0 +- 169 338 507
[all …]
D8u.vqs23 haux 8u1/resaux_0.vqd _8u1__single 0,64,2 10
25 :_p1_0 8u1/res_part1_pass2.vqd, 4, nonseq cull, 0 +- 1
26 :_p2_0 8u1/res_part2_pass2.vqd, 4, nonseq cull, 0 +- 1
27 :_p3_0 8u1/res_part3_pass2.vqd, 4, nonseq cull, 0 +- 1 2
28 :_p4_0 8u1/res_part4_pass2.vqd, 4, nonseq cull, 0 +- 1 2
29 :_p5_0 8u1/res_part5_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
30 :_p6_0 8u1/res_part6_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
32 :_p7_0 8u1/res_part7_pass0.vqd, 4, nonseq, 0 +- 11
33 :_p7_1 8u1/res_part7_pass1.vqd, 2, nonseq, 0 +- 1 2 3 4 5
35 :_p8_0 8u1/res_part8_pass0.vqd, 2, nonseq, 0 +- 11 22 33 44 55
[all …]
D16u.vqs22 haux 16u1/resaux_0.vqd _16u1__short 0,64,2 10
24 haux 16u1/resaux_1.vqd _16u1__long 0,64,2 10
26 :_p1_0 16u1/res_sub0_part1_pass2.vqd, 4, nonseq cull, 0 +- 1
27 :_p2_0 16u1/res_sub0_part2_pass2.vqd, 4, nonseq cull, 0 +- 1
28 :_p3_0 16u1/res_sub0_part3_pass2.vqd, 4, nonseq cull, 0 +- 1 2
29 :_p4_0 16u1/res_sub0_part4_pass2.vqd, 4, nonseq cull, 0 +- 1 2
30 :_p5_0 16u1/res_sub0_part5_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
31 :_p6_0 16u1/res_sub0_part6_pass2.vqd, 2, nonseq cull, 0 +- 1 2 3 4
33 :_p7_0 16u1/res_sub0_part7_pass0.vqd, 4, nonseq, 0 +- 11
34 :_p7_1 16u1/res_sub0_part7_pass1.vqd, 2, nonseq, 0 +- 1 2 3 4 5
[all …]
/external/clang/test/SemaTemplate/
Dfun-template-def.cpp24 T f1(T t1, U u1, int i1) in f1() argument
27 t2 = i1 + u1; in f1()
28 ++u1; in f1()
29 u1++; in f1()
30 int i2 = u1; in f1()
32 i1 = t1[u1]; in f1()
35 i1(u1, t1); // error in f1()
36 u1(i1, t1); in f1()
43 new int(t1, u1); in f1()
44 new (t1, u1) int; in f1()
[all …]
/external/v8/test/mjsunit/
Dnever-optimize.js43 %NeverOptimizeFunction(u1);
44 function u1() { function
48 u1();
51 u1(); u1();
54 %OptimizeFunctionOnNextCall(u1);
57 u1(); u1();
61 assertUnoptimized(u1);
/external/opencv3/modules/cudaoptflow/src/cuda/
Dtvl1flow.cu108 …__global__ void warpBackwardKernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrS… in warpBackwardKernel() argument
116 const float u1Val = u1(y, x); in warpBackwardKernel()
169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward() argument
180 warpBackwardKernel<<<grid, block, 0, stream>>>(I0, u1, u2, I1w, I1wx, I1wy, grad, rho); in warpBackward()
220 PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error, in estimateUKernel() argument
232 const float u1OldVal = u1(y, x); in estimateUKernel()
283 u1(y, x) = u1NewVal; in estimateUKernel()
299 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, PtrStepSzf error, in estimateU() argument
306 …block, 0, stream>>>(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32, u1, u2, u3, error, l_t,… in estimateU()
319 …__global__ void estimateDualVariablesKernel(const PtrStepSzf u1, const PtrStepf u2, const PtrStepS… in estimateDualVariablesKernel() argument
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_sse2.c51 __m128i u0, u1, sum; in vpx_fdct8x8_1_sse2() local
54 u1 = _mm_add_epi16(in2, in3); in vpx_fdct8x8_1_sse2()
61 sum = _mm_add_epi16(u0, u1); in vpx_fdct8x8_1_sse2()
89 __m128i u0, u1; in vpx_fdct16x16_1_sse2() local
101 u1 = _mm_add_epi16(in2, in3); in vpx_fdct16x16_1_sse2()
109 sum = _mm_add_epi16(sum, u1); in vpx_fdct16x16_1_sse2()
111 u1 = _mm_add_epi16(in2, in3); in vpx_fdct16x16_1_sse2()
119 sum = _mm_add_epi16(sum, u1); in vpx_fdct16x16_1_sse2()
121 u1 = _mm_add_epi16(in2, in3); in vpx_fdct16x16_1_sse2()
129 sum = _mm_add_epi16(sum, u1); in vpx_fdct16x16_1_sse2()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DShortArrayCodeOutput.java63 public void write(short u0, short u1) { in write() argument
65 write(u1); in write()
69 public void write(short u0, short u1, short u2) { in write() argument
71 write(u1); in write()
76 public void write(short u0, short u1, short u2, short u3) { in write() argument
78 write(u1); in write()
84 public void write(short u0, short u1, short u2, short u3, short u4) { in write() argument
86 write(u1); in write()
DCodeOutput.java31 public void write(short u0, short u1); in write() argument
36 public void write(short u0, short u1, short u2); in write() argument
41 public void write(short u0, short u1, short u2, short u3); in write() argument
46 public void write(short u0, short u1, short u2, short u3, short u4); in write() argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_string.h112 unsigned char u1, u2; in util_strcmp() local
115 u1 = (unsigned char) *s1++; in util_strcmp()
117 if (u1 != u2) in util_strcmp()
118 return u1 - u2; in util_strcmp()
119 if (u1 == '\0') in util_strcmp()
128 unsigned char u1, u2; in util_strncmp() local
131 u1 = (unsigned char) *s1++; in util_strncmp()
133 if (u1 != u2) in util_strncmp()
134 return u1 - u2; in util_strncmp()
135 if (u1 == '\0') in util_strncmp()
/external/opencv3/modules/video/src/
Dtvl1flow.cpp125 …void procOneScale(const Mat_<float>& I0, const Mat_<float>& I1, Mat_<float>& u1, Mat_<float>& u2, …
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, in warpBackward() argument
258 idxArg = kernel.set(idxArg, ocl::KernelArg::PtrReadOnly(u1));//const float* u1 in warpBackward()
259 idxArg = kernel.set(idxArg, (int)(u1.step / u1.elemSize()));//int u1_step in warpBackward()
268 int u1_offset_x = (int)((u1.offset) % (u1.step)); in warpBackward()
269 u1_offset_x = (int)(u1_offset_x / u1.elemSize()); in warpBackward()
[all …]
/external/mesa3d/src/mesa/main/
Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() argument
371 if (u1 == u2) { in map1()
415 map->u1 = u1; in map1()
417 map->du = 1.0F / (u2 - u1); in map1()
426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f() argument
429 map1(target, u1, u2, stride, order, points, GL_FLOAT); in _mesa_Map1f()
434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d() argument
437 map1(target, (GLfloat) u1, (GLfloat) u2, stride, order, points, GL_DOUBLE); in _mesa_Map1d()
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2() argument
454 if (u1==u2) { in map2()
[all …]
/external/mesa3d/src/glx/
Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d() argument
66 __GLX_PUT_DOUBLE(4, u1); in __indirect_glMap1d()
80 __GLX_PUT_DOUBLE(8, u1); in __indirect_glMap1d()
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f() argument
138 __GLX_PUT_FLOAT(8, u1); in __indirect_glMap1f()
148 __GLX_PUT_FLOAT(12, u1); in __indirect_glMap1f()
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d() argument
197 __GLX_PUT_DOUBLE(4, u1); in __indirect_glMap2d()
215 __GLX_PUT_DOUBLE(8, u1); in __indirect_glMap2d()
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f() argument
[all …]
/external/hyphenation-patterns/hr/
Dhyph-hr.pat.txt536 u1ča
537 u1če
538 u1či
539 u1čo
540 u1ču
541 u1ća
542 u1će
543 u1ći
544 u1ćo
545 u1ću
[all …]
/external/valgrind/none/tests/ppc32/
Dtest_dfp1.c317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local
339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops()
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops()
347 *(unsigned long long *)d1p = u1; in test_dfp_two_arg_ops()
367 test_group.op, u1, *((unsigned long long *)(&res))); in test_dfp_two_arg_ops()
371 u0x, test_group.op, u1, u1x, in test_dfp_two_arg_ops()
441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local
445 u1 = 0x27feff197a42ba06ULL; in test_rounding_modes()
459 *(unsigned long long *)d1p = u1; in test_rounding_modes()
465 j, (int)rm_idx, u0, u1, *((unsigned long long *)(&res))); in test_rounding_modes()
/external/valgrind/none/tests/ppc64/
Dtest_dfp1.c317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local
339 u1 = dfp64_vals[test_group.targs[i].frb_idx]; in test_dfp_two_arg_ops()
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2]; in test_dfp_two_arg_ops()
347 *(unsigned long long *)d1p = u1; in test_dfp_two_arg_ops()
367 test_group.op, u1, *((unsigned long long *)(&res))); in test_dfp_two_arg_ops()
371 u0x, test_group.op, u1, u1x, in test_dfp_two_arg_ops()
441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local
445 u1 = 0x27feff197a42ba06ULL; in test_rounding_modes()
459 *(unsigned long long *)d1p = u1; in test_rounding_modes()
465 j, (int)rm_idx, u0, u1, *((unsigned long long *)(&res))); in test_rounding_modes()
/external/clang/test/Sema/
Dtype-spec-struct-union.c11 } u1; member
15 if (s1->u1.x == s2) return 1; in test_struct_scope()
16 if (s1->u1.y == s3) return 1; in test_struct_scope()
22 …if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct … in test_struct_scope_2()
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DVector3D.java137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { in Vector3D() argument
138 this.x = a1 * u1.x + a2 * u2.x; in Vector3D()
139 this.y = a1 * u1.y + a2 * u2.y; in Vector3D()
140 this.z = a1 * u1.z + a2 * u2.z; in Vector3D()
153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() argument
155 this.x = a1 * u1.x + a2 * u2.x + a3 * u3.x; in Vector3D()
156 this.y = a1 * u1.y + a2 * u2.y + a3 * u3.y; in Vector3D()
157 this.z = a1 * u1.z + a2 * u2.z + a3 * u3.z; in Vector3D()
172 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() argument
174 this.x = a1 * u1.x + a2 * u2.x + a3 * u3.x + a4 * u4.x; in Vector3D()
[all …]
/external/hyphenation-patterns/tk/
Dhyph-tk.pat.txt783 u1ça
784 u1çy
785 u1ço
786 u1çu
843 u1ýa
844 u1ýy
845 u1ýo
846 u1ýu
851 u1ňa
852 u1ňy
[all …]
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp168 const CUpdateItem &u1 = updateItems[*p1]; in CompareEmptyItems() local
171 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
172 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
173 if (u1.IsDir != u2.IsDir) in CompareEmptyItems()
176 if (u1.IsDir) in CompareEmptyItems()
177 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
180 int n = CompareFileNames(u1.Name, u2.Name); in CompareEmptyItems()
181 return (u1.IsDir && u1.IsAnti) ? -n : n; in CompareEmptyItems()
313 const CUpdateItem &u1 = *a1.UpdateItem; in CompareUpdateItems() local
323 if (u1.IsDir != u2.IsDir) in CompareUpdateItems()
[all …]
/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInBatch.cpp26 int u0, v0, u1, v1; in regen_vertices() local
35 u1 = u0 + width - 2 * SK_DistanceFieldInset; in regen_vertices()
40 u1 = u0 + width; in regen_vertices()
47 u1 *= 65535; in regen_vertices()
48 u1 >>= log2Width; in regen_vertices()
54 SkASSERT(u1 >= 0 && u1 <= 65535); in regen_vertices()
116 textureCoords[0] = (uint16_t)u1; in regen_vertices()
135 textureCoords[0] = (uint16_t)u1; in regen_vertices()
/external/e2fsprogs/lib/uuid/
Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13…
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-ldr_ext.ll3 define i32 @test1(i8* %v.pntr.s0.u1) {
4 %tmp.u = load i8, i8* %v.pntr.s0.u1
9 define i32 @test2(i16* %v.pntr.s0.u1) {
10 %tmp.u = load i16, i16* %v.pntr.s0.u1
/external/tpm2/
DPolicyCpHash.c35 && session->u1.cpHash.t.size != 0 in TPM2_PolicyCpHash()
36 && !Memory2BEqual(&in->cpHashA.b, &session->u1.cpHash.b) in TPM2_PolicyCpHash()
64 session->u1.cpHash = in->cpHashA; in TPM2_PolicyCpHash()

12345678