Searched refs:z2 (Results 1 - 25 of 63) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dconst-global-linkage.cpp10 const char z2[] = "zxcv"; variable
13 const char* b2() { return z2; }
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DGuiComparator.java48 float z2 = o2.getWorldTranslation().getZ();
49 if (z1 > z2)
51 else if (z1 < z2)
/external/skia/third_party/glu/libtess/
H A Dgeom.c218 GLdouble z1, z2; local
238 z2 = EdgeEval( o2, d1, d2 );
239 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2; }
240 v->s = Interpolate( z1, o2->s, z2, d1->s );
244 z2 = -EdgeSign( o1, d2, d1 );
245 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2; }
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp4.cpp21 const A<int> z2; local
22 int &ir1 = h(z2);
/external/openssl/crypto/ec/
H A Dec2_mult.c116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
161 BN_zero(z2);
165 if (BN_is_zero(z2))
168 if (!BN_GF2m_add(z2, x, y)) return 0;
181 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
185 if (!group->meth->field_mul(group, z2, z2,
115 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
152 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
220 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/jpeg/
H A Djidctint.c154 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,
[all...]
H A Djfdctint.c144 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
[all...]
H A Djfdctflt.c63 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;
H A Djfdctfst.c118 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;
/external/qemu/distrib/jpeg-6b/
H A Djidctint.c154 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,
[all...]
H A Djfdctint.c144 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
[all...]
H A Djfdctflt.c63 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;
H A Djfdctfst.c118 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;
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js83 function h1(z2, y2) {
84 var local_z = z2 >> 1;
91 function h2(z2, y2, x2) {
92 var local_z = z2 >> 1;
99 function h3(z2, y2, x2) {
100 var local_z = z2 >> 1;
/external/aac/libAACdec/src/
H A Dldfiltbank.cpp111 FIXP_DBL z0, z2, tmp; local
113 z2 = x[N/2+i];
114 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
129 z[N + i] = z2;
134 FIXP_DBL z0, z2, tmp0, tmp1; local
136 z2 = x[N/2+i];
137 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
154 z[N + i] = z2;
/external/clang/test/PCH/
H A Dvariables.c16 int z2 = 17; variable
36 int z2 = 18; // expected-error{{redefinition}} expected-note@16{{previous}} variable
H A Dvariables.h12 int z2 = 17; variable
/external/icu4c/test/intltest/
H A Dtzrulets.h43 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
45 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s44 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, z
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s44 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, z
[all...]
/external/qemu/fpu/
H A Dsoftfloat-macros.h252 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
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/
H A Ddefault2.cpp92 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'}}
H A Ddefault-assignment-operator.cpp27 Z z2; variable
33 z1 = z2;
/external/clang/test/Analysis/
H A Ddead-stores.c500 s_rdar8320674 * z2; local
503 z2 = z + m;
506 do{ (t).r = (*z2).r*(*tw1).r - (*z2).i*(*tw1).i; (t).i = (*z2).r*(*tw1).i + (*z2).i*(*tw1).r; }while(0);
508 do { (*z2).r=(*z).r-(t).r; (*z2).i=(*z).i-(t).i; }while(0);
510 ++z2;
/external/v8/tools/
H A Dgenerate-ten-powers.scm46 (*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 976 milliseconds

123