Searched refs:z1 (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A Dconst-global-linkage.cpp11 const char z1[] = "asdf"; variable
14 // CHECK-NOT: @z1
/external/clang/test/CodeGen/
H A Dblock-3.c17 Z z1; local
18 B b1 = ^(Z z1) { return 1; };
19 b1(z1);
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h44 Packet4f z1,z2;//will need them during computation local
56 z1=pmadd(p4f_minus_half,a,p4f_half);
57 Packet4f x1=psqrt(z1);
58 Packet4f s1=pmadd(p4f_asin1, z1, p4f_asin2);
59 Packet4f s2=pmadd(s1, z1, p4f_asin3);
60 Packet4f s3=pmadd(s2,z1, p4f_asin4);
61 Packet4f s4=pmadd(s3,z1, p4f_asin5);
62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd
63 z1=pmadd(temp,x1,x1);
64 z1
[all...]
/external/clang/test/PCH/
H A Dcxx1y-default-initializer.cpp17 int z1, z2 = z1; member in struct:B
18 constexpr B(int k) : z1(k) {}
/external/qemu/fpu/
H A Dsoftfloat-macros.h122 uint64_t z0, z1; local
126 z1 = a1;
130 z1 = ( a0<<negCount ) | ( a1 != 0 );
135 z1 = a0 | ( a1 != 0 );
138 z1 = ( ( a0 | a1 ) != 0 );
142 *z1Ptr = z1;
159 uint64_t z0, z1; local
163 z1 = a1;
167 z1 = ( a0<<negCount ) | ( a1>>count );
171 z1
194 uint64_t z0, z1; local
252 uint64_t z0, z1, z2; local
329 uint64_t z0, z1, z2; local
357 uint64_t z1; local
386 uint64_t z0, z1, z2; local
442 uint64_t z0, z1, z2; local
468 uint64_t z0, zMiddleA, zMiddleB, z1; local
505 uint64_t z0, z1, z2, more1; local
535 uint64_t z0, z1, z2, z3; local
[all...]
/external/libgsm/src/
H A Dpreprocess.c40 word z1 = S->z1; local
78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */
79 z1 = SO;
110 S->z1 = z1;
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/external/openssl/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
/external/clang/test/Preprocessor/
H A Dline-directive.c62 typedef int z1; // ok typedef
63 typedef int z1; // ok typedef
/external/compiler-rt/test/msan/
H A Dchained_origin_memcpy.cc42 int volatile z1; local
44 fn_f(z1, z2);
59 // CHECK-Z1: Uninitialized value was created by an allocation of 'z1' in the stack frame of function 'main'
/external/jpeg/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
H A Djidctred.c123 INT32 z1, z2, z3, z4; local
171 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
230 z1 = (INT32) wsptr[7];
235 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
240 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
275 INT32 tmp0, tmp10, z1; local
307 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
308 tmp10 = z1 << (CONST_BIT
[all...]
H A Djidctint.c154 INT32 z1, z2, z3, z4, z5; local
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
233 z1 = tmp0 + tmp3;
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
251 tmp0 += z1 + z3;
254 tmp3 += z1 + z4;
314 z1
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jfdctint.c145 INT32 z1, z2, z3, z4, z5; local
177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
178 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
180 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
188 z1 = tmp4 + tmp7;
198 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
206 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
209 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
242 z1
[all...]
H A Dfpdfapi_jidctred.c124 INT32 z1, z2, z3, z4; local
172 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
182 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
231 z1 = (INT32) wsptr[7];
236 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
241 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
276 INT32 tmp0, tmp10, z1; local
308 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
309 tmp10 = z1 << (CONST_BIT
[all...]
H A Dfpdfapi_jidctint.c155 INT32 z1, z2, z3, z4, z5; local
210 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
211 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
212 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
234 z1 = tmp0 + tmp3;
244 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
252 tmp0 += z1 + z3;
255 tmp3 += z1 + z4;
315 z1
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djfdctint.c144 INT32 z1, z2, z3, z4, z5; local
176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
187 z1 = tmp4 + tmp7;
197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
241 z1
[all...]
H A Djidctred.c123 INT32 z1, z2, z3, z4; local
171 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
230 z1 = (INT32) wsptr[7];
235 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
240 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
275 INT32 tmp0, tmp10, z1; local
307 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
308 tmp10 = z1 << (CONST_BIT
[all...]
H A Djidctint.c154 INT32 z1, z2, z3, z4, z5; local
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
233 z1 = tmp0 + tmp3;
243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
251 tmp0 += z1 + z3;
254 tmp3 += z1 + z4;
314 z1
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s43 z1 .req r4 label
71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
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)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s43 z1 .req r4 label
71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
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)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b
[all...]
/external/openssl/crypto/ec/
H A Dec2_mult.c109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
131 if (!BN_GF2m_add(z1, z1, x1)) goto err;
132 if (!group->meth->field_sqr(group, z1, z1, ct
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
224 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_mult.c109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, argument
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
131 if (!BN_GF2m_add(z1, z1, x1)) goto err;
132 if (!group->meth->field_sqr(group, z1, z1, ct
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/chromium_org/third_party/icu/source/test/intltest/
H A Dtzrulets.h43 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
45 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.h44 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
46 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,

Completed in 585 milliseconds

12345