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

123

/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/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DGuiComparator.java47 float z1 = o1.getWorldTranslation().getZ();
49 if (z1 > z2)
51 else if (z1 < z2)
/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/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/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...]
H A Djfdctflt.c63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
91 dataptr[2] = tmp13 + z1; /* phase 5 */
92 dataptr[6] = tmp13 - z1;
140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
142 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djfdctfst.c118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
147 dataptr[2] = tmp13 + z1; /* phase 5 */
148 dataptr[6] = tmp13 - z1;
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
198 dataptr[DCTSIZE*6] = tmp13 - z1;
/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...]
H A Djfdctflt.c63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
91 dataptr[2] = tmp13 + z1; /* phase 5 */
92 dataptr[6] = tmp13 - z1;
140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
142 dataptr[DCTSIZE*6] = tmp13 - z1;
H A Djfdctfst.c118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
147 dataptr[2] = tmp13 + z1; /* phase 5 */
148 dataptr[6] = tmp13 - z1;
196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
198 dataptr[DCTSIZE*6] = tmp13 - z1;
/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
220 BIGNUM *x1, *x2, *z1, *z2; local
[all...]
/external/icu4c/test/intltest/
H A Dtzrulets.h44 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
46 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp54 Z1 z1; // expected-note {{first required here}} variable
H A Ddefault-assignment-operator.cpp26 Z z1; variable
33 z1 = z2;
/external/v8/tools/
H A Dgenerate-ten-powers.scm57 (define max-container (- (bit-lshbx #z1 nb-bits) 1))
65 (-bx (bit-lshbx #z1
67 #z1)))
70 (bit-lshbx #z1
82 ((up) (+bx (/bx x y) #z1))
86 (+bx (/bx tmp #z2) #z1))))))
93 (max-container (- (bit-lshbx #z1 nb-bits) 1)))
103 (two^e #z1)
122 (n (bit-lshbx #z1 (-fx nb-bits 1)))

Completed in 839 milliseconds

123