Home
last modified time | relevance | path

Searched refs:xxx3 (Results 1 – 25 of 142) sorted by relevance

123456

/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dgeneral.c47 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_span() argument
53 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_bold() argument
60 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_italic() argument
74 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_fixed() argument
95 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_font() argument
124 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_body() argument
613 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_tt() argument
626 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_th() argument
637 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_td() argument
672 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_ul() argument
[all …]
H A Dlink.c44 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_a() argument
349 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_img() argument
378 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_applet() argument
435 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_iframe() argument
442 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_object() argument
492 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_embed() argument
779 unsigned char *xxx3, unsigned char *xxx4, unsigned char **xxx5) in html_link() argument
/dports/math/fftw3-float/fftw-3.3.9/simd-support/
H A Dsimd-avx2.h170 V xxx0, xxx1, xxx2, xxx3; \
175 xxx3 = _mm256_unpackhi_ps(v1, v3); \
178 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
179 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
238 V xxx0, xxx1, xxx2, xxx3; \
242 xxx3 = _mm256_unpackhi_pd(v2, v3); \
244 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
246 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-avx.h166 V xxx0, xxx1, xxx2, xxx3; \
171 xxx3 = _mm256_unpackhi_ps(v1, v3); \
174 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
175 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
234 V xxx0, xxx1, xxx2, xxx3; \
238 xxx3 = _mm256_unpackhi_pd(v2, v3); \
240 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
242 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-vsx.h129 V xxx0, xxx1, xxx2, xxx3; in STN4() local
133 xxx3 = vec_mergel(v2,v3); in STN4()
140 *(double *)(x+2*ovs+2) = vec_extract( (vector double)xxx3, 0 ); in STN4()
141 *(double *)(x+3*ovs+2) = vec_extract( (vector double)xxx3, 1 ); in STN4()
H A Dsimd-avx-128-fma.h141 V xxx0, xxx1, xxx2, xxx3; \
145 xxx3 = UNPCKH(v1, v3); \
148 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
149 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-avx2-128.h156 V xxx0, xxx1, xxx2, xxx3; \
160 xxx3 = UNPCKH(v1, v3); \
163 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
164 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-sse2.h195 V xxx0, xxx1, xxx2, xxx3; \
199 xxx3 = UNPCKH(v1, v3); \
202 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
203 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
/dports/math/fftw3/fftw-3.3.9/simd-support/
H A Dsimd-avx2.h170 V xxx0, xxx1, xxx2, xxx3; \
175 xxx3 = _mm256_unpackhi_ps(v1, v3); \
178 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
179 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
238 V xxx0, xxx1, xxx2, xxx3; \
242 xxx3 = _mm256_unpackhi_pd(v2, v3); \
244 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
246 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-avx.h166 V xxx0, xxx1, xxx2, xxx3; \
171 xxx3 = _mm256_unpackhi_ps(v1, v3); \
174 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
175 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
234 V xxx0, xxx1, xxx2, xxx3; \
238 xxx3 = _mm256_unpackhi_pd(v2, v3); \
240 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
242 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-vsx.h129 V xxx0, xxx1, xxx2, xxx3; in STN4() local
133 xxx3 = vec_mergel(v2,v3); in STN4()
140 *(double *)(x+2*ovs+2) = vec_extract( (vector double)xxx3, 0 ); in STN4()
141 *(double *)(x+3*ovs+2) = vec_extract( (vector double)xxx3, 1 ); in STN4()
H A Dsimd-avx-128-fma.h141 V xxx0, xxx1, xxx2, xxx3; \
145 xxx3 = UNPCKH(v1, v3); \
148 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
149 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-avx2-128.h156 V xxx0, xxx1, xxx2, xxx3; \
160 xxx3 = UNPCKH(v1, v3); \
163 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
164 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-sse2.h195 V xxx0, xxx1, xxx2, xxx3; \
199 xxx3 = UNPCKH(v1, v3); \
202 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
203 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
/dports/math/fftw3-long/fftw-3.3.9/simd-support/
H A Dsimd-avx2.h170 V xxx0, xxx1, xxx2, xxx3; \
175 xxx3 = _mm256_unpackhi_ps(v1, v3); \
178 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
179 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
238 V xxx0, xxx1, xxx2, xxx3; \
242 xxx3 = _mm256_unpackhi_pd(v2, v3); \
244 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
246 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-avx.h166 V xxx0, xxx1, xxx2, xxx3; \
171 xxx3 = _mm256_unpackhi_ps(v1, v3); \
174 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
175 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
234 V xxx0, xxx1, xxx2, xxx3; \
238 xxx3 = _mm256_unpackhi_pd(v2, v3); \
240 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
242 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-vsx.h129 V xxx0, xxx1, xxx2, xxx3; in STN4() local
133 xxx3 = vec_mergel(v2,v3); in STN4()
140 *(double *)(x+2*ovs+2) = vec_extract( (vector double)xxx3, 0 ); in STN4()
141 *(double *)(x+3*ovs+2) = vec_extract( (vector double)xxx3, 1 ); in STN4()
H A Dsimd-sse2.h195 V xxx0, xxx1, xxx2, xxx3; \
199 xxx3 = UNPCKH(v1, v3); \
202 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
203 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-avx2-128.h156 V xxx0, xxx1, xxx2, xxx3; \
160 xxx3 = UNPCKH(v1, v3); \
163 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
164 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
H A Dsimd-avx-128-fma.h141 V xxx0, xxx1, xxx2, xxx3; \
145 xxx3 = UNPCKH(v1, v3); \
148 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
149 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
/dports/math/fftw3-quad/fftw-3.3.9/simd-support/
H A Dsimd-avx2.h170 V xxx0, xxx1, xxx2, xxx3; \
175 xxx3 = _mm256_unpackhi_ps(v1, v3); \
178 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
179 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
238 V xxx0, xxx1, xxx2, xxx3; \
242 xxx3 = _mm256_unpackhi_pd(v2, v3); \
244 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
246 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-avx.h166 V xxx0, xxx1, xxx2, xxx3; \
171 xxx3 = _mm256_unpackhi_ps(v1, v3); \
174 yyy2 = _mm256_unpacklo_ps(xxx1, xxx3); \
175 yyy3 = _mm256_unpackhi_ps(xxx1, xxx3); \
234 V xxx0, xxx1, xxx2, xxx3; \
238 xxx3 = _mm256_unpackhi_pd(v2, v3); \
240 STA(x + ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x20), 0, 0); \
242 STA(x + 3 * ovs, _mm256_permute2f128_pd(xxx1, xxx3, 0x31), 0, 0); \
H A Dsimd-vsx.h129 V xxx0, xxx1, xxx2, xxx3; in STN4() local
133 xxx3 = vec_mergel(v2,v3); in STN4()
140 *(double *)(x+2*ovs+2) = vec_extract( (vector double)xxx3, 0 ); in STN4()
141 *(double *)(x+3*ovs+2) = vec_extract( (vector double)xxx3, 1 ); in STN4()
H A Dsimd-sse2.h195 V xxx0, xxx1, xxx2, xxx3; \
199 xxx3 = UNPCKH(v1, v3); \
202 STA(x + 2 * ovs, UNPCKL(xxx1, xxx3), 0, 0); \
203 STA(x + 3 * ovs, UNPCKH(xxx1, xxx3), 0, 0); \
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Dr01038.vtc12 chunked {<esi:include src="xxx3.htm"/>}
29 expect req.url == "/xxx3.htm"

123456