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

1 2

  /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/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/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 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/sdk/renderscript/include/
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,
  /external/qemu/fpu/
softfloat-macros.h 535 uint64_t z0, z1, z2, z3; local
538 mul64To128( a1, b1, &z2, &z3 );
546 *z3Ptr = z3;
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 55 args: { names: ["i", "x3", "y3", "z3"],
209 function g1(i, x3, y3, z3) {
debug-evaluate-locals-optimized.js 47 args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } },
194 function g1(i, x3, y3, z3) {
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 52 ldr r12, [r3], #4 ; [z3 | z2]
60 eor r12, r12, r11 ; [z3 ^ sz3 | z2 ^ sz2]
  /external/v8/test/mjsunit/
debug-evaluate-locals-optimized-double.js 49 { locals: {a3: 7.07, b3: 8.08}, args: { names: ["i", "x3", "y3", "z3"],
208 function g1(i, x3, y3, z3) {
debug-evaluate-locals-optimized.js 41 { locals: {a3: 7, b3: 8}, args: { names: ["i", "x3", "y3", "z3"], values: [3, 9, 10, undefined] } },
191 function g1(i, x3, y3, z3) {
  /frameworks/rs/
rsFont.h 250 float x3, float y3, float z3,

Completed in 4700 milliseconds

1 2