Searched defs:z1 (Results 1 - 25 of 93) sorted by relevance

1234

/external/clang/test/CodeGen/
H A Dblock-3.c17 Z z1; local
18 B b1 = ^(Z z1) { return 1; };
19 b1(z1);
/external/clang/test/CodeGenCXX/
H A Dconst-global-linkage.cpp11 const char z1[] = "asdf"; variable
14 // CHECK-NOT: @z1
/external/clang/test/Preprocessor/
H A Dline-directive.c62 typedef int z1; // ok typedef
63 typedef int z1; // ok typedef
/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/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/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/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/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/chromium_org/third_party/libjpeg_turbo/
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;
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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_ssse3.c46 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff + 8)); local
62 sz1 = _mm_srai_epi16(z1, 15);
66 x1 = _mm_abs_epi16(z1);
H A Dquantize_sse2.c47 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8)); local
66 sz1 = _mm_srai_epi16(z1, 15);
70 x1 = _mm_xor_si128(z1, sz1);
148 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff + 8)); local
162 sz1 = _mm_srai_epi16(z1, 15);
166 x1 = _mm_xor_si128(z1, sz1);
H A Dquantize_sse4.c41 __m128i z1 = _mm_load_si128((__m128i *)(b->coeff+8)); local
60 sz1 = _mm_srai_epi16(z1, 15);
64 x1 = _mm_xor_si128(z1, sz1);
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dfs-frontface.c21 #define z1 0.4 macro
48 { 0.2, -0.9, z1, 1.0 },
53 { -0.2, 0.8, z1, 1.0 },
58 { 0.9, 0.8, z1, 1.0 },
63 { 0.8, -0.9, z1, 1.0 },
H A Dfs-write-z.c24 #define z1 0.4 macro
52 { 0.2, -0.9, z1, 1.0 },
57 { -0.2, 0.8, z1, 1.0 },
62 { 0.9, 0.8, z1, 1.0 },
67 { 0.8, -0.9, z1, 1.0 },
H A Docclusion-query.c25 #define z1 0.6 macro
53 { -0.2, -0.2, z1, 1.0 },
58 { 0.95, -0.2, z1, 1.0 },
63 { 0.95, 0.2, z1, 1.0 },
68 { -0.2, 0.2, z1, 1.0 },
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp54 Z1 z1; // expected-note {{first required here}} variable
/external/jpeg/
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;
/external/mesa3d/src/gallium/tests/graw/
H A Dfs-frontface.c21 #define z1 0.4 macro
48 { 0.2, -0.9, z1, 1.0 },
53 { -0.2, 0.8, z1, 1.0 },
58 { 0.9, 0.8, z1, 1.0 },
63 { 0.8, -0.9, z1, 1.0 },
H A Dfs-write-z.c24 #define z1 0.4 macro
52 { 0.2, -0.9, z1, 1.0 },
57 { -0.2, 0.8, z1, 1.0 },
62 { 0.9, 0.8, z1, 1.0 },
67 { 0.8, -0.9, z1, 1.0 },
/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/qemu/distrib/jpeg-6b/
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;
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginOcclusionSupport.cpp74 int z1 = ro1->style()->zIndex(); local
76 if (z1 > z2)
78 if (z1 < z2)

Completed in 6505 milliseconds

1234