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

123

/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/chromium_org/third_party/libvpx/source/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_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);
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);
/external/chromium_org/third_party/mesa/src/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);
/external/chromium_org/third_party/mesa/src/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/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);
/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/openssl/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
96 z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]);
115 t0+=z0;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
128 (*lp).a = z0;
132 *lp++ = z0;
137 return(z0);
/external/openssl/crypto/ec/
H A Dec2_oct.c96 int ret = 0, z0; local
141 z0 = (BN_is_odd(z)) ? 1 : 0;
143 if (z0 != y_bit)
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc29 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
37 t0 = z0;
52 z0 = t0;
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c47 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
66 sz0 = _mm_srai_epi16(z0, 15);
70 x0 = _mm_xor_si128(z0, sz0);
148 __m128i z0 = _mm_load_si128((__m128i *)(b->coeff)); local
162 sz0 = _mm_srai_epi16(z0, 15);
166 x0 = _mm_xor_si128(z0, sz0);
/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/chromium_org/third_party/mesa/src/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
/external/chromium_org/third_party/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/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
/external/qemu/fpu/
H A Dsoftfloat-macros.h122 uint64_t z0, z1; local
127 z0 = a0;
131 z0 = a0>>count;
140 z0 = 0;
143 *z0Ptr = z0;
159 uint64_t z0, z1; local
164 z0 = a0;
168 z0 = a0>>count;
172 z0 = 0;
175 *z0Ptr = z0;
194 uint64_t z0, z1; local
252 uint64_t z0, z1, z2; local
329 uint64_t z0, z1, z2; local
386 uint64_t z0, z1, z2; local
442 uint64_t z0, z1, z2; local
468 uint64_t z0, zMiddleA, zMiddleB, z1; local
505 uint64_t z0, z1, z2, more1; local
535 uint64_t z0, z1, z2, z3; local
[all...]

Completed in 8465 milliseconds

123