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

1 2 3

  /external/clang/test/CodeGenCXX/
const-global-linkage.cpp 10 const char z2[] = "zxcv"; variable
13 const char* b2() { return z2; }
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p4.cpp 21 const A<int> z2; local
22 int &ir1 = h(z2);
  /external/openssl/crypto/ec/
ec2_mult.c 114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
126 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
141 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
159 BN_zero(z2);
163 if (BN_is_zero(z2))
166 if (!BN_GF2m_add(z2, x, y)) return 0;
179 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
183 if (!group->meth->field_mul(group, z2, z2, x, ctx)) goto err
218 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/jpeg/
jidctint.c 154 INT32 z1, z2, z3, z4, z5; local
206 z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
213 z2 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
216 tmp0 = (z2 + z3) << CONST_BITS;
217 tmp1 = (z2 - z3) << CONST_BITS;
234 z2 = tmp1 + tmp2;
244 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) *
    [all...]
jfdctint.c 144 INT32 z1, z2, z3, z4, z5; local
188 z2 = tmp5 + tmp6;
198 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
253 z2 = tmp5 + tmp6;
263 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
272 dataptr[DCTSIZE*5] = (DCTELEM) DESCALE(tmp5 + z2 + z4
    [all...]
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
109 dataptr[5] = z13 + z2; /* phase 6 */
110 dataptr[3] = z13 - z2;
152 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
159 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
160 dataptr[DCTSIZE*3] = z13 - z2;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
165 dataptr[5] = z13 + z2; /* phase 6 */
166 dataptr[3] = z13 - z2;
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
215 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
216 dataptr[DCTSIZE*3] = z13 - z2;
jidctred.c 123 INT32 z1, z2, z3, z4; local
161 z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
172 z2 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
177 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */
182 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */
231 z2 = (INT32) wsptr[5];
236 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */
241 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */
  /external/clang/test/PCH/
variables.c 16 int z2 = 17; // expected-note{{previous}} variable
36 int z2 = 18; // expected-error{{redefinition}} variable
variables.h 12 int z2 = 17; variable
  /external/icu4c/test/intltest/
tzrulets.h 43 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
45 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 44 z2 .req r5 label
72 LDRSH z2, [pFilter, #m_z2]
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
107 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
111 MOV z2, z1 @ delay line
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 44 z2 .req r5 label
72 LDRSH z2, [pFilter, #m_z2]
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
107 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
111 MOV z2, z1 @ delay line
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 252 uint64_t z0, z1, z2; local
256 z2 = a2;
262 z2 = a1<<negCount;
268 z2 = a1;
274 z2 = a0<<negCount;
278 z2 = ( count == 128 ) ? a0 : ( a0 != 0 );
284 z2 |= ( a2 != 0 );
286 *z2Ptr = z2;
329 uint64_t z0, z1, z2; local
332 z2 = a2<<count
386 uint64_t z0, z1, z2; local
442 uint64_t z0, z1, z2; local
505 uint64_t z0, z1, z2, more1; local
535 uint64_t z0, z1, z2, z3; local
    [all...]
  /external/clang/test/SemaCXX/
default2.cpp 92 Z z2; // expected-error{{no matching constructor for initialization}} local
97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
default-assignment-operator.cpp 27 Z z2; variable
33 z1 = z2;
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 87 #define __TGMATH_CPLX_2(z1,z2,R,C) \
88 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
89 __tg_choose_2 (__real__(z1), __real__(z2), \
90 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
91 __tg_choose_2 (z1, z2, \
92 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
tgmath.h 87 #define __TGMATH_CPLX_2(z1,z2,R,C) \
88 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
89 __tg_choose_2 (__real__(z1), __real__(z2), \
90 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
91 __tg_choose_2 (z1, z2, \
92 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 501 s_rdar8320674 * z2; local
504 z2 = z + m;
507 do{ (t).r = (*z2).r*(*tw1).r - (*z2).i*(*tw1).i; (t).i = (*z2).r*(*tw1).i + (*z2).i*(*tw1).r; }while(0);
509 do { (*z2).r=(*z).r-(t).r; (*z2).i=(*z).i-(t).i; }while(0);
511 ++z2;
  /prebuilt/sdk/14/renderscript/include/
rs_graphics.rsh 223 * @param z2
233 float x2, float y2, float z2,
249 * @param z2
265 float x2, float y2, float z2, float u2, float v2,
375 float x1, y1, z1, x2, y2, z2;
376 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
382 bBoxMax->z = z2;
  /external/v8/tools/
generate-ten-powers.scm 46 (*bx x (exptbx #z2 (fixnum->bignum by)))))
51 (/bx x (exptbx #z2 (fixnum->bignum by)))))
83 ((round) (let ((tmp (/bx (*bx #z2 x) y)))
84 (if (zerobx? (remainderbx tmp #z2))
85 (/bx tmp #z2)
86 (+bx (/bx tmp #z2) #z1))))))
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)

Completed in 702 milliseconds

1 2 3