HomeSort by relevance Sort by last modified time
    Searched refs:z3 (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
const-global-linkage.cpp 13 const volatile char z3[] = "zxcv"; variable
15 // CHECK: @z3 = constant
  /external/jpeg/
jidctint.c 154 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 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) *
    [all...]
jfdctint.c 144 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 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctflt.c 63 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;
jfdctfst.c 118 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;
jidctred.c 123 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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jidctint.c 155 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 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
    [all...]
fpdfapi_jfdctint.c 145 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 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
    [all...]
fpdfapi_jfdctfst.c 119 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;
fpdfapi_jidctred.c 124 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/qemu/distrib/jpeg-6b/
jidctint.c 154 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 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) *
    [all...]
jfdctint.c 144 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 + z4, FIX_1_175875602); /* sqrt(2) * c3 *
    [all...]
jfdctflt.c 63 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;
jfdctfst.c 118 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;
jidctred.c 123 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/
stack-overflow.cc 29 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable
40 t3 = z3;
55 z3 = t3;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 346 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, w3)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 346 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, w3)
    [all...]
  /external/clang/test/SemaCXX/
default2.cpp 93 Z z3(z);
  /external/clang/test/Index/
load-stmts.cpp 7 while (T *z3 = &x) { }
143 // CHECK: load-stmts.cpp:7:13: VarDecl=z3:7:13 (Definition) Extent=[7:10 - 7:20]
147 // CHECK: load-stmts.cpp:7:13: UnexposedExpr=z3:7:13 Extent=[7:13 - 7:15]
148 // CHECK: load-stmts.cpp:7:13: DeclRefExpr=z3:7:13 Extent=[7:13 - 7:15]
  /frameworks/rs/driver/
rsdGL.h 95 float x3, float y3, float z3, float u3, float v3,
  /frameworks/rs/scriptc/
rs_graphics.rsh 262 * @param z3
270 float x3, float y3, float z3,
290 * @param z3
302 float x3, float y3, float z3, float u3, float v3,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_graphics.rsh 258 * @param z3
266 float x3, float y3, float z3,
286 * @param z3
298 float x3, float y3, float z3, float u3, float v3,
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_graphics.rsh 258 * @param z3
266 float x3, float y3, float z3,
286 * @param z3
298 float x3, float y3, float z3, float u3, float v3,
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_graphics.rsh 258 * @param z3
266 float x3, float y3, float z3,
286 * @param z3
298 float x3, float y3, float z3, float u3, float v3,

Completed in 1644 milliseconds

1 2 3