Searched defs:z0 (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp35 Z<float, int> z0; member in namespace:PR6376
/external/aac/libAACdec/src/
H A Dldfiltbank.cpp111 FIXP_DBL z0, z2, tmp; local
114 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
128 z[i] = z0;
134 FIXP_DBL z0, z2, tmp0, tmp1; local
137 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
153 z[i] = z0;
/external/aac/libAACenc/src/
H A Dtransform.cpp222 FIXP_DBL z0, outval; local
224 z0 = (fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i])<< (WTS0-1)) + (fMult((FIXP_PCM)timeData[L+N*3/4+i], pWindowELD[N/2+i])<< (WTS0-1));
232 overlapAddBuffer[i] = z0;
241 FIXP_DBL z0, outval; local
243 z0 = fMult((FIXP_PCM)timeData[L+N*3/4-1-i], pWindowELD[N/2-1-i]) << (WTS0-1);
250 overlapAddBuffer[i] = z0;
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c23 z0 = vld1q_s16(b->coeff), local
40 sz0 = vshrq_n_s16(z0, 15);
44 x0 = vabsq_s16(z0);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c45 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
61 sz0 = _mm_srai_epi16(z0, 15);
65 x0 = _mm_abs_epi16(z0);
H A Dquantize_sse4.c40 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
59 sz0 = _mm_srai_epi16(z0, 15);
63 x0 = _mm_xor_si128(z0, sz0);
H A Dvp8_quantize_sse2.c46 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
65 sz0 = _mm_srai_epi16(z0, 15);
69 x0 = _mm_xor_si128(z0, sz0);
147 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
161 sz0 = _mm_srai_epi16(z0, 15);
165 x0 = _mm_xor_si128(z0, sz0);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy; local
67 init_idepth[0] = (ushort)((z0) * scale);
68 init_idepth[1] = (ushort)((z0 + dzdx) * scale);
69 init_idepth[2] = (ushort)((z0 + dzdy) * scale);
70 init_idepth[3] = (ushort)((z0 + dzdx + dzdy) * scale);
H A Dsp_quad_depth_test.c138 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy; local
140 quad->output.depth[0] = z0;
141 quad->output.depth[1] = z0 + dzdx;
142 quad->output.depth[2] = z0 + dzdy;
143 quad->output.depth[3] = z0 + dzdx + dzdy;
/external/mesa3d/src/gallium/tests/graw/
H A Dfs-frontface.c19 #define z0 0.2 macro
27 {-0.8, -0.9, z0, 1.0 },
32 { -0.2, -0.9, z0, 1.0 },
H A Dfs-write-z.c22 #define z0 0.2 macro
31 {-0.8, -0.9, z0, 1.0 },
36 { -0.2, -0.9, z0, 1.0 },
H A Docclusion-query.c24 #define z0 0.2 macro
30 {-0.9, -0.9, z0, 1.0 },
35 { 0.9, -0.9, z0, 1.0 },
40 { 0.9, 0.9, z0, 1.0 },
45 {-0.9, 0.9, z0, 1.0 },
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cc30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
38 t0 = z0;
53 z0 = t0;
/external/opencv/cv/src/
H A Dcvlinefit.cpp106 float x0 = 0, y0 = 0, z0 = 0; local
134 z0 += z * w;
154 z0 += z;
168 z0 /= w0;
172 dxz = xz - x0 * z0;
174 dyz = yz - y0 * z0;
175 dz2 = z2 - z0 * z0;
214 line[5] = z0;
/external/ceres-solver/internal/ceres/
H A Ddynamic_autodiff_cost_function_test.cc518 // x0, y0, y1, z0, z1, z2
528 const T* z0 = parameters[3]; local
534 T sum_z = z0[0] + 3.0 * z1[0] + 6.0 * z2[0];
/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp157 float z0 = rnd.getFloat(-1.0f, 1.0f); local
163 sglr::drawQuad(*getCurrentContext(), flatShaderID, Vec3(x0, y0, z0), Vec3(x1, y1, z1));
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
53 const GLfloat pz = z1 - z0;
57 const GLfloat qz = z2 - z0;
68 const GLfloat d = -(a * v0[0] + b * v0[1] + c * z0);
48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4]) argument
H A Ds_aaline.c80 * z0, and z1 are the end point values to interpolate.
90 GLfloat z0, GLfloat z1, GLfloat plane[4])
96 const GLfloat pz = z1 - z0;
103 const GLfloat d = -(a * x0 + b * y0 + c * z0);
112 const GLfloat pz = z0 - z1;
116 const GLfloat d = -(a * x0 + b * y0 + c * z0);
89 compute_plane(GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z0, GLfloat z1, GLfloat plane[4]) argument
/external/skia/samplecode/
H A DSampleSkLayer.cpp39 static void test_map(SkScalar x0, SkScalar y0, SkScalar z0, argument
43 src.set(x0, y0, z0);
46 x0, y0, z0,
/external/c-ares/
H A Dacountry.c558 int cnumber, z0, z1, ver_1, ver_2; local
562 z0 = TOLOWER(cname[0]);
567 ver_1 = (z0 == 'z' && z1 == 'z' && !strcasecmp(cname+4,nerd_ver1));
573 if ((z0 != 'z' && z1 != 'z') || dot != cname+4)
581 z0 = TOLOWER(dot_4[1]);
583 if (z0 != 'z' && z1 != 'z')
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c27 v8i16 coeff0, coeff1, z0, z1; local
40 z0, z1);
47 sign_z0 = z0 >> 15;
49 x0 = __msa_add_a_h(z0, zero);
107 v8i16 coeff0, coeff1, z0, z1; local
121 z0, z1);
131 sign_z0 = z0 >> 15;
133 x0 = __msa_add_a_h(z0, zero);
/external/llvm/unittests/Support/
H A DPath.cpp662 fs::create_directories(Twine(TestDirectory) + "/recursive/z0/za1"));
685 v_t::const_iterator z0 = std::find(visited.begin(), visited.end(), "z0"); local
696 ASSERT_NE(z0, visited.end());
705 ASSERT_LT(z0, za1);
715 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/z0/za1"));
716 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/z0"));
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c344 float z0 = z - Z0; local
357 if (y0 >= z0) {
365 else if (x0 >= z0) {
383 if (y0 < z0) {
391 else if (x0 < z0) {
417 z1 = z0 - k1 + G3;
420 z2 = z0 - k2 + 2.0f * G3;
423 z3 = z0 - 1.0f + 3.0f * G3;
431 t0 = 0.6f - x0 * x0 - y0 * y0 - z0 * z0;
505 float z0 = z - Z0; local
[all...]
/external/clang/test/Analysis/
H A Dpr22954.c873 struct z0 { struct
878 int f39(struct z0 * d39) {
887 d39 = (struct z0 *)((char*)(d39) - 2); // Decrement by 2 bytes (struct z0 is 8 bytes).
903 d39 = (struct z0 *)((char*)(d39) + 2); // Increment back.
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c692 LLVMValueRef x0, y0, z0, x1, y1, z1; local
733 &z0, &z1, &r_fpart);
734 lp_build_name(z0, "tex.z0.wrapped");
738 z0 = z1 = r; /* cube face */
742 z0 = z1 = NULL;
748 z0 = z1 = r_fpart = NULL;
757 x0, y0, z0,
762 x1, y0, z0,
781 x0, y1, z0,
[all...]

Completed in 6317 milliseconds

12