Searched defs:z0 (Results 1 - 25 of 45) 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/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);
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/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/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/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/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/llvm/unittests/Support/
H A DPath.cpp304 + "/recursive/z0/za1", existed));
327 v_t::const_iterator z0 = std::find(visited.begin(), visited.end(), "z0"); local
338 ASSERT_NE(z0, visited.end());
347 ASSERT_LT(z0, za1);
/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...]
/external/chromium_org/third_party/skia/src/core/
H A DSkCordic.cpp21 static void SkCircularRotation(int32_t* x0, int32_t* y0, int32_t* z0) argument
26 int32_t z = *z0;
44 *z0 = z;
145 static void SkHyperbolic(int32_t* x0, int32_t* y0, int32_t* z0, int mode) argument
150 int32_t z = *z0;
174 *z0 = z;

Completed in 2985 milliseconds

12