Searched defs:z3 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dconst-global-linkage.cpp13 const volatile char z3[] = "zxcv"; variable
15 // CHECK: @z3 = constant
/external/jpeg/
H A Djfdctflt.c63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
104 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
106 z11 = tmp7 + z3; /* phase 5 */
107 z13 = tmp7 - z3;
154 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
156 z11 = tmp7 + z3; /* phase 5 */
157 z13 = tmp7 - z3;
H A Djfdctfst.c118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
210 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
189 z3 = tmp4 + tmp6;
191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
199 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
202 z3 += z5;
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
254 z3 = tmp4 + tmp6;
256 z5 = MULTIPLY(z3
[all...]
H A Djidctint.c154 INT32 z1, z2, z3, z4, z5; local
207 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
214 z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
216 tmp0 = (z2 + z3) << CONST_BITS;
217 tmp1 = (z2 - z3) << CONST_BITS;
235 z3 = tmp0 + tmp2;
237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
245 z3
[all...]
H A Djidctred.c123 INT32 z1, z2, z3, z4; local
162 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
173 z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
178 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
183 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
232 z3 = (INT32) wsptr[3];
237 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
242 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
41 t3 = z3;
56 z3 = t3;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctfst.c119 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
161 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
163 z11 = tmp7 + z3; /* phase 5 */
164 z13 = tmp7 - z3;
211 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
213 z11 = tmp7 + z3; /* phase 5 */
214 z13 = tmp7 - z3;
H A Dfpdfapi_jfdctint.c145 INT32 z1, z2, z3, z4, z5; local
190 z3 = tmp4 + tmp6;
192 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
200 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
203 z3 += z5;
206 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
255 z3 = tmp4 + tmp6;
257 z5 = MULTIPLY(z3
[all...]
H A Dfpdfapi_jidctint.c155 INT32 z1, z2, z3, z4, z5; local
208 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
210 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
211 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
215 z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]);
217 tmp0 = (z2 + z3) << CONST_BITS;
218 tmp1 = (z2 - z3) << CONST_BITS;
236 z3 = tmp0 + tmp2;
238 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
246 z3
[all...]
H A Dfpdfapi_jidctred.c124 INT32 z1, z2, z3, z4; local
163 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
165 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
174 z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]);
179 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
184 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
233 z3 = (INT32) wsptr[3];
238 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */
243 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
/external/deqp/modules/gles3/functional/
H A Des3fPixelBufferObjectTests.cpp466 float z3 = 2.0f * m_random.getFloat() - 1.0f; local
468 renderTriangle(tcu::Vec3(x1, y1, z1), tcu::Vec3(x2, y2, z2), tcu::Vec3(x3, y3, z3));
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
423 z3 = z0 - 1.0f + 3.0f * G3;
459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3;
466 z3);
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
568 z3 = z0 - k3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w
[all...]
/external/boringssl/src/crypto/ec/
H A Dp256-64.c1105 static void point_add(felem x3, felem y3, felem z3, const felem x1, argument
1211 point_double(x3, y3, z3, x1, y1, z1);
1260 felem_assign(z3, z_out);
1265 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, argument
1277 felem_shrink(z3, felem_z3);
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp154 float z3 = (float) (yf[3] * xf[2] * a * d); local
159 z3 = (float)((_CV_ATAN_CF0*fabs(z3) + _CV_ATAN_CF1)*z3 + icvAtanTab[idx[3]]);
164 angle[i+3] = z3;
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c16010 IRTemp z3 = newTemp(Ity_I64); local
16372 assign( z3, binop(Iop_Add64, mkexpr(b3),
16390 putVReg( vD_addr, mkV128from4x64U( mkexpr(z3), mkexpr(z2),
16412 assign( z3, binop(Iop_Add64, mkexpr(b3),
16430 putVReg( vD_addr, mkV128from4x64S( mkexpr(z3), mkexpr(z2),
16446 assign( z3, binop(Iop_Add64, mkexpr(b3),
16456 putVReg( vD_addr, mkV128from4x64S( mkexpr(z3), mkexpr(z2),
16718 IRTemp z3 = newTemp(Ity_I64); local
16898 assign( z3, binop(Iop_Add64, mkexpr(c3),
16908 putVReg( vD_addr, mkV128from4x64U( mkexpr(z3), mkexp
17629 IRTemp z3 = newTemp(Ity_V128); local
17662 IRTemp z3 = newTemp(Ity_V128); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 426 milliseconds