Searched defs:z2 (Results 1 - 25 of 26) sorted by relevance

12

/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...]
H A Deas_wtengine.c359 EAS_I32 z2; local
369 z2 = pFilter->z2;
384 acc1 += z2 * b2;
386 z2 = z1;
395 pFilter->z2 = (EAS_I16) z2;
H A Deas_wtengine.h79 EAS_I16 z2; /* 2 sample delay state variable */ member in struct:s_filter_control_tag
/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...]
H A Deas_wtengine.c359 EAS_I32 z2; local
369 z2 = pFilter->z2;
384 acc1 += z2 * b2;
386 z2 = z1;
395 pFilter->z2 = (EAS_I16) z2;
H A Deas_wtengine.h79 EAS_I16 z2; /* 2 sample delay state variable */ member in struct:s_filter_control_tag
/external/jpeg/
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;
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 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 Djidctred.c123 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/openssl/crypto/ec/
H A Dec2_mult.c114 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,
113 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
150 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
218 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/qemu/fpu/
H A Dsoftfloat-macros.h236 bits64 z0, z1, z2; local
240 z2 = a2;
246 z2 = a1<<negCount;
252 z2 = a1;
258 z2 = a0<<negCount;
262 z2 = ( count == 128 ) ? a0 : ( a0 != 0 );
268 z2 |= ( a2 != 0 );
270 *z2Ptr = z2;
313 bits64 z0, z1, z2; local
316 z2
370 bits64 z0, z1, z2; local
426 bits64 z0, z1, z2; local
489 bits64 z0, z1, z2, more1; local
519 bits64 z0, z1, z2, z3; local
[all...]
/external/webkit/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp469 int z2 = ro2->style()->zIndex(); local
470 if (z1 > z2)
472 if (z1 < z2)
/external/chromium/third_party/icu/source/test/intltest/
H A Dtzregts.cpp80 TimeZone *z2 = TimeZone::createTimeZone("PST"); local
81 if (z1 == z2)
84 delete z2;
937 SimpleTimeZone* z2 = new SimpleTimeZone(offset, "_dst_zone_"); local
938 z2->setDSTSavings(45 * 60000, status); // 0:45
939 z2->setStartRule(UCAL_JANUARY, 1, 0, status);
940 z2->setEndRule(UCAL_JULY, 1, 0, status);
948 fmt2->setTimeZone(*z2); // Format uses DST zone
967 "z2->getDisplayName(false, SHORT)/dst zone",
968 z2
[all...]
H A Dtzrulets.cpp2228 TimeZoneRuleTest::compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2, argument
2236 z2.getID(zid2);
2241 avail2 = z2.getNextTransition(time, inclusive, tzt2);
2285 TimeZoneRuleTest::compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2, argument
2293 z2.getID(zid2);
2298 avail2 = z2.getPreviousTransition(time, inclusive, tzt2);
/external/icu4c/test/intltest/
H A Dtzregts.cpp80 TimeZone *z2 = TimeZone::createTimeZone("PST"); local
81 if (z1 == z2)
84 delete z2;
923 SimpleTimeZone* z2 = new SimpleTimeZone(offset, "_dst_zone_"); local
924 z2->setDSTSavings(45 * 60000, status); // 0:45
925 z2->setStartRule(UCAL_JANUARY, 1, 0, status);
926 z2->setEndRule(UCAL_JULY, 1, 0, status);
937 fmt2->setTimeZone(*z2); // Format uses DST zone
956 "z2->getDisplayName(false, SHORT)/dst zone",
957 z2
[all...]
H A Dtzrulets.cpp2357 TimeZoneRuleTest::compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2, argument
2365 z2.getID(zid2);
2370 avail2 = z2.getNextTransition(time, inclusive, tzt2);
2414 TimeZoneRuleTest::compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2, argument
2422 z2.getID(zid2);
2427 avail2 = z2.getPreviousTransition(time, inclusive, tzt2);
/external/qemu/android/skin/
H A Dtrackball.c135 double d, n, z, d2, z2, cs, sn; local
147 z2 = -sn*d + cs*z;
152 vec[2] = z2;
/external/webkit/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp703 double z2 = z*z; local
705 mat.m_matrix[0][0] = 1.0f - 2.0f * (y2 + z2) * sinA2;
709 mat.m_matrix[1][1] = 1.0f - 2.0f * (z2 + x2) * sinA2;
/external/v8/src/third_party/dtoa/
H A Ddtoa.c764 ULong z2; local
812 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
813 carry = z2 >> 16;
814 Storeinc(xc, z2, z);
823 z2 = *xc;
827 Storeinc(xc, z, z2);
828 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
829 carry = z2 >> 16;
832 *xc = z2;
/external/webkit/JavaScriptCore/wtf/
H A Ddtoa.cpp523 uint32_t z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; local
524 carry = z2 >> 16;
525 Storeinc(xc, z2, z);
533 uint32_t z2 = *xc; local
537 Storeinc(xc, z, z2);
538 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
539 carry = z2 >> 16;
541 *xc = z2;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc812 ULong z2; variable
860 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
861 carry = z2 >> 16;
862 Storeinc(xc, z2, z);
871 z2 = *xc;
875 Storeinc(xc, z, z2);
876 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
877 carry = z2 >> 16;
880 *xc = z2;
/external/sqlite/dist/
H A Dshell.c1318 const char *z2 = z; local
1319 while( *z2 ){ z2++; }
1320 return 0x3fffffff & (int)(z2 - z);
/external/v8/test/cctest/
H A Dtest-api.cc4111 v8::Handle<Value> z2 = global0->Get(v8_str("0")); local
4112 CHECK_EQ(888, z2->Int32Value());

Completed in 263 milliseconds

12