Home
last modified time | relevance | path

Searched refs:bVector (Results 1 – 25 of 75) sorted by relevance

123

/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32f_x2_multiply_32f.h89 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_u_sse()
125 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_u_avx512f()
161 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_u_avx()
194 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_generic()
225 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_a_sse()
261 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_a_avx512f()
298 const float* bPtr= bVector; in volk_32f_x2_multiply_32f_a_avx()
335 bvec = vld1q_f32(bVector); in volk_32f_x2_multiply_32f_neon()
339 bVector += 4; in volk_32f_x2_multiply_32f_neon()
343 *cVector++ = *aVector++ * *bVector++; in volk_32f_x2_multiply_32f_neon()
[all …]
H A Dvolk_32f_x2_add_32f.h84 const float* bVector, unsigned int num_points) in volk_32f_x2_add_32f_u_avx512f() argument
91 const float* bPtr= bVector; in volk_32f_x2_add_32f_u_avx512f()
123 const float* bVector, unsigned int num_points) in volk_32f_x2_add_32f_u_avx() argument
129 const float* bPtr= bVector; in volk_32f_x2_add_32f_u_avx()
166 const float* bPtr= bVector; in volk_32f_x2_add_32f_u_sse()
199 const float* bPtr= bVector; in volk_32f_x2_add_32f_generic()
228 const float* bPtr= bVector; in volk_32f_x2_add_32f_a_avx512f()
267 const float* bPtr= bVector; in volk_32f_x2_add_32f_a_avx()
302 const float* bPtr= bVector; in volk_32f_x2_add_32f_a_sse()
338 const float* bPtr= bVector; in volk_32f_x2_add_32f_u_neon()
[all …]
H A Dvolk_32i_x2_or_32i.h99 const int32_t* bPtr = (int32_t*)bVector; in volk_32i_x2_or_32i_a_avx512f()
118 cVector[number] = aVector[number] | bVector[number]; in volk_32i_x2_or_32i_a_avx512f()
135 const int32_t* bPtr = bVector; in volk_32i_x2_or_32i_a_avx2()
154 cVector[number] = aVector[number] | bVector[number]; in volk_32i_x2_or_32i_a_avx2()
172 const float* bPtr = (float*)bVector; in volk_32i_x2_or_32i_a_sse()
190 cVector[number] = aVector[number] | bVector[number]; in volk_32i_x2_or_32i_a_sse()
205 const int32_t* bPtr= bVector; in volk_32i_x2_or_32i_neon()
236 const int32_t* bPtr= bVector; in volk_32i_x2_or_32i_generic()
281 const int32_t* bPtr = (int32_t*)bVector; in volk_32i_x2_or_32i_u_avx512f()
300 cVector[number] = aVector[number] | bVector[number]; in volk_32i_x2_or_32i_u_avx512f()
[all …]
H A Dvolk_32i_x2_and_32i.h99 const int32_t* bPtr = (int32_t*)bVector; in volk_32i_x2_and_32i_a_avx512f()
118 cVector[number] = aVector[number] & bVector[number]; in volk_32i_x2_and_32i_a_avx512f()
135 const int32_t* bPtr = bVector; in volk_32i_x2_and_32i_a_avx2()
154 cVector[number] = aVector[number] & bVector[number]; in volk_32i_x2_and_32i_a_avx2()
172 const float* bPtr = (float*)bVector; in volk_32i_x2_and_32i_a_sse()
191 cVector[number] = aVector[number] & bVector[number]; in volk_32i_x2_and_32i_a_sse()
205 const int32_t* bPtr= bVector; in volk_32i_x2_and_32i_neon()
236 const int32_t* bPtr= bVector; in volk_32i_x2_and_32i_generic()
281 const int32_t* bPtr = (int32_t*)bVector; in volk_32i_x2_and_32i_u_avx512f()
300 cVector[number] = aVector[number] & bVector[number]; in volk_32i_x2_and_32i_u_avx512f()
[all …]
H A Dvolk_32f_x2_subtract_32f.h82 const float* bVector, unsigned int num_points) in volk_32f_x2_subtract_32f_a_avx512f() argument
89 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_a_avx512f()
118 const float* bVector, unsigned int num_points) in volk_32f_x2_subtract_32f_a_avx() argument
125 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_a_avx()
154 const float* bVector, unsigned int num_points) in volk_32f_x2_subtract_32f_a_sse() argument
161 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_a_sse()
194 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_generic()
209 const float* bVector, unsigned int num_points) in volk_32f_x2_subtract_32f_neon() argument
213 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_neon()
271 const float* bPtr = bVector; in volk_32f_x2_subtract_32f_u_avx512f()
[all …]
H A Dvolk_32f_x2_max_32f.h82 const float* bVector, unsigned int num_points) in volk_32f_x2_max_32f_a_avx512f() argument
89 const float* bPtr= bVector; in volk_32f_x2_max_32f_a_avx512f()
119 const float* bVector, unsigned int num_points) in volk_32f_x2_max_32f_a_sse() argument
126 const float* bPtr= bVector; in volk_32f_x2_max_32f_a_sse()
156 const float* bVector, unsigned int num_points) in volk_32f_x2_max_32f_a_avx() argument
163 const float* bPtr= bVector; in volk_32f_x2_max_32f_a_avx()
193 const float* bVector, unsigned int num_points) in volk_32f_x2_max_32f_neon() argument
198 const float* bPtr= bVector; in volk_32f_x2_max_32f_neon()
229 const float* bPtr= bVector; in volk_32f_x2_max_32f_generic()
275 const float* bPtr= bVector; in volk_32f_x2_max_32f_u_avx512f()
[all …]
H A Dvolk_32f_x2_min_32f.h82 const float* bVector, unsigned int num_points) in volk_32f_x2_min_32f_a_sse() argument
89 const float* bPtr= bVector; in volk_32f_x2_min_32f_a_sse()
120 const float* bVector, unsigned int num_points) in volk_32f_x2_min_32f_neon() argument
124 const float* bPtr= bVector; in volk_32f_x2_min_32f_neon()
158 const float* bPtr= bVector; in volk_32f_x2_min_32f_generic()
178 const float* bVector, unsigned int num_points) in volk_32f_x2_min_32f_u_orc() argument
180 volk_32f_x2_min_32f_a_orc_impl(cVector, aVector, bVector, num_points); in volk_32f_x2_min_32f_u_orc()
196 const float* bPtr= bVector; in volk_32f_x2_min_32f_a_avx()
233 const float* bPtr= bVector; in volk_32f_x2_min_32f_a_avx512f()
279 const float* bPtr= bVector; in volk_32f_x2_min_32f_u_avx512f()
[all …]
H A Dvolk_32fc_x2_multiply_32fc.h93 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_u_avx2_fma()
140 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_u_avx()
176 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_u_sse3()
204 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_multiply_32fc_generic()
238 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_a_avx2_fma()
285 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_a_avx()
320 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_32fc_a_sse3()
348 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_multiply_32fc_a_generic()
366 lv_32fc_t *b_ptr = (lv_32fc_t*) bVector; in volk_32fc_x2_multiply_32fc_neon()
414 lv_32fc_t *b_ptr = (lv_32fc_t*) bVector; in volk_32fc_x2_multiply_32fc_neon_opttests()
[all …]
H A Dvolk_32f_x2_divide_32f.h82 const float* bVector, unsigned int num_points) in volk_32f_x2_divide_32f_a_avx512f() argument
89 const float* bPtr= bVector; in volk_32f_x2_divide_32f_a_avx512f()
118 const float* bVector, unsigned int num_points) in volk_32f_x2_divide_32f_a_avx() argument
125 const float* bPtr= bVector; in volk_32f_x2_divide_32f_a_avx()
154 const float* bVector, unsigned int num_points) in volk_32f_x2_divide_32f_a_sse() argument
161 const float* bPtr= bVector; in volk_32f_x2_divide_32f_a_sse()
190 const float* bVector, unsigned int num_points) in volk_32f_x2_divide_32f_neon() argument
194 const float* bPtr = bVector; in volk_32f_x2_divide_32f_neon()
249 const float* bPtr= bVector; in volk_32f_x2_divide_32f_generic()
296 const float* bPtr= bVector; in volk_32f_x2_divide_32f_u_avx512f()
[all …]
H A Dvolk_32f_expfast_32f.h83 volk_32f_expfast_32f_a_avx_fma(float* bVector, const float* aVector, unsigned int num_points) in volk_32f_expfast_32f_a_avx_fma() argument
85 float* bPtr = bVector; in volk_32f_expfast_32f_a_avx_fma()
119 volk_32f_expfast_32f_a_avx(float* bVector, const float* aVector, unsigned int num_points) in volk_32f_expfast_32f_a_avx() argument
121 float* bPtr = bVector; in volk_32f_expfast_32f_a_avx()
154 volk_32f_expfast_32f_a_sse4_1(float* bVector, const float* aVector, unsigned int num_points) in volk_32f_expfast_32f_a_sse4_1() argument
156 float* bPtr = bVector; in volk_32f_expfast_32f_a_sse4_1()
196 float* bPtr = bVector; in volk_32f_expfast_32f_u_avx_fma()
229 volk_32f_expfast_32f_u_avx(float* bVector, const float* aVector, unsigned int num_points) in volk_32f_expfast_32f_u_avx() argument
231 float* bPtr = bVector; in volk_32f_expfast_32f_u_avx()
267 float* bPtr = bVector; in volk_32f_expfast_32f_u_sse4_1()
[all …]
H A Dvolk_32fc_x2_multiply_conjugate_32fc.h85 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_multiply_conjugate_32fc_u_avx() argument
93 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_conjugate_32fc_u_avx()
121 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_multiply_conjugate_32fc_u_sse3() argument
129 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_conjugate_32fc_u_sse3()
157 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_multiply_conjugate_32fc_generic()
183 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_multiply_conjugate_32fc_a_avx() argument
191 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_conjugate_32fc_a_avx()
227 const lv_32fc_t* b = bVector; in volk_32fc_x2_multiply_conjugate_32fc_a_sse3()
252 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_multiply_conjugate_32fc_neon() argument
255 lv_32fc_t *b_ptr = (lv_32fc_t*) bVector; in volk_32fc_x2_multiply_conjugate_32fc_neon()
[all …]
H A Dvolk_64f_x2_max_64f.h82 const double* bVector, unsigned int num_points) in volk_64f_x2_max_64f_a_avx512f() argument
89 const double* bPtr= bVector; in volk_64f_x2_max_64f_a_avx512f()
121 const double* bVector, unsigned int num_points) in volk_64f_x2_max_64f_a_avx() argument
128 const double* bPtr= bVector; in volk_64f_x2_max_64f_a_avx()
160 const double* bVector, unsigned int num_points) in volk_64f_x2_max_64f_a_sse2() argument
167 const double* bPtr= bVector; in volk_64f_x2_max_64f_a_sse2()
202 const double* bPtr= bVector; in volk_64f_x2_max_64f_generic()
228 const double* bVector, unsigned int num_points) in volk_64f_x2_max_64f_u_avx512f() argument
235 const double* bPtr= bVector; in volk_64f_x2_max_64f_u_avx512f()
267 const double* bVector, unsigned int num_points) in volk_64f_x2_max_64f_u_avx() argument
[all …]
H A Dvolk_64f_x2_min_64f.h82 const double* bVector, unsigned int num_points) in volk_64f_x2_min_64f_a_avx512f() argument
89 const double* bPtr= bVector; in volk_64f_x2_min_64f_a_avx512f()
121 const double* bVector, unsigned int num_points) in volk_64f_x2_min_64f_a_avx() argument
128 const double* bPtr= bVector; in volk_64f_x2_min_64f_a_avx()
160 const double* bVector, unsigned int num_points) in volk_64f_x2_min_64f_a_sse2() argument
167 const double* bPtr= bVector; in volk_64f_x2_min_64f_a_sse2()
202 const double* bPtr= bVector; in volk_64f_x2_min_64f_generic()
227 const double* bVector, unsigned int num_points) in volk_64f_x2_min_64f_u_avx512f() argument
234 const double* bPtr= bVector; in volk_64f_x2_min_64f_u_avx512f()
266 const double* bVector, unsigned int num_points) in volk_64f_x2_min_64f_u_avx() argument
[all …]
H A Dvolk_32fc_x2_add_32fc.h81 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_add_32fc_u_avx() argument
88 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_add_32fc_u_avx()
118 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_add_32fc_a_avx() argument
125 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_add_32fc_a_avx()
155 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_add_32fc_u_sse() argument
162 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_add_32fc_u_sse()
191 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_add_32fc_generic() argument
195 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_add_32fc_generic()
216 const lv_32fc_t* bPtr= bVector; in volk_32fc_x2_add_32fc_a_sse()
245 const lv_32fc_t* bVector, unsigned int num_points) in volk_32fc_x2_add_32fc_u_neon() argument
[all …]
H A Dvolk_64f_x2_add_64f.h81 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_generic() argument
85 const double *bPtr = bVector; in volk_64f_x2_add_64f_generic()
105 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_u_sse2() argument
112 const double *bPtr = bVector; in volk_64f_x2_add_64f_u_sse2()
143 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_u_avx() argument
150 const double *bPtr = bVector; in volk_64f_x2_add_64f_u_avx()
185 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_a_sse2() argument
192 const double *bPtr = bVector; in volk_64f_x2_add_64f_a_sse2()
223 const double *bVector, unsigned int num_points) in volk_64f_x2_add_64f_a_avx() argument
230 const double *bPtr = bVector; in volk_64f_x2_add_64f_a_avx()
H A Dvolk_64f_x2_multiply_64f.h81 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_generic() argument
85 const double *bPtr = bVector; in volk_64f_x2_multiply_64f_generic()
105 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_u_sse2() argument
112 const double *bPtr = bVector; in volk_64f_x2_multiply_64f_u_sse2()
143 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_u_avx() argument
150 const double *bPtr = bVector; in volk_64f_x2_multiply_64f_u_avx()
185 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_a_sse2() argument
192 const double *bPtr = bVector; in volk_64f_x2_multiply_64f_a_sse2()
223 const double *bVector, unsigned int num_points) in volk_64f_x2_multiply_64f_a_avx() argument
230 const double *bPtr = bVector; in volk_64f_x2_multiply_64f_a_avx()
H A Dvolk_32fc_32f_multiply_32fc.h66 const float* bVector, unsigned int num_points) in volk_32fc_32f_multiply_32fc_a_avx() argument
73 const float* bPtr= bVector; in volk_32fc_32f_multiply_32fc_a_avx()
119 const float* bVector, unsigned int num_points) in volk_32fc_32f_multiply_32fc_a_sse() argument
126 const float* bPtr= bVector; in volk_32fc_32f_multiply_32fc_a_sse()
168 const float* bVector, unsigned int num_points) in volk_32fc_32f_multiply_32fc_generic() argument
172 const float* bPtr= bVector; in volk_32fc_32f_multiply_32fc_generic()
187 const float* bVector, unsigned int num_points) in volk_32fc_32f_multiply_32fc_neon() argument
191 const float* bPtr= bVector; in volk_32fc_32f_multiply_32fc_neon()
221 const float* bVector, unsigned int num_points);
225 const float* bVector, unsigned int num_points) in volk_32fc_32f_multiply_32fc_u_orc() argument
[all …]
H A Dvolk_32fc_x2_s32fc_multiply_conjugate_add_32fc.h95 …c_generic(lv_32fc_t* cVector, const lv_32fc_t* aVector, const lv_32fc_t* bVector, const lv_32fc_t … in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_generic() argument
97 const lv_32fc_t* bPtr = bVector; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_generic()
126 …2fc_u_avx(lv_32fc_t* cVector, const lv_32fc_t* aVector, const lv_32fc_t* bVector, const lv_32fc_t … in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_avx() argument
136 const lv_32fc_t* b = bVector; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_avx()
165 …fc_u_sse3(lv_32fc_t* cVector, const lv_32fc_t* aVector, const lv_32fc_t* bVector, const lv_32fc_t … in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_sse3() argument
173 const lv_32fc_t* b = bVector; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_u_sse3()
202 …2fc_a_avx(lv_32fc_t* cVector, const lv_32fc_t* aVector, const lv_32fc_t* bVector, const lv_32fc_t … in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_avx() argument
212 const lv_32fc_t* b = bVector; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_avx()
249 const lv_32fc_t* b = bVector; in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_a_sse3()
277 …32fc_neon(lv_32fc_t* cVector, const lv_32fc_t* aVector, const lv_32fc_t* bVector, const lv_32fc_t … in volk_32fc_x2_s32fc_multiply_conjugate_add_32fc_neon() argument
[all …]
H A Dvolk_32f_64f_add_64f.h82 const double *bVector, in volk_32f_64f_add_64f_generic() argument
86 const double *bPtr = bVector; in volk_32f_64f_add_64f_generic()
101 const double *bVector, in volk_32f_64f_add_64f_neon() argument
108 const double *bPtr = bVector; in volk_32f_64f_add_64f_neon()
146 const double *bVector, in volk_32f_64f_add_64f_u_avx() argument
153 const double *bPtr = bVector; in volk_32f_64f_add_64f_u_avx()
198 const double *bVector, in volk_32f_64f_add_64f_a_avx() argument
205 const double *bPtr = bVector; in volk_32f_64f_add_64f_a_avx()
H A Dvolk_8ic_x2_multiply_conjugate_16ic.h39 …16ic_a_avx2(lv_16sc_t* cVector, const lv_8sc_t* aVector, const lv_8sc_t* bVector, unsigned int num… in volk_8ic_x2_multiply_conjugate_16ic_a_avx2() argument
46 const lv_8sc_t* b = bVector; in volk_8ic_x2_multiply_conjugate_16ic_a_avx2()
78 int8_t* b8Ptr = (int8_t*)&bVector[number]; in volk_8ic_x2_multiply_conjugate_16ic_a_avx2()
104 …ic_a_sse4_1(lv_16sc_t* cVector, const lv_8sc_t* aVector, const lv_8sc_t* bVector, unsigned int num… in volk_8ic_x2_multiply_conjugate_16ic_a_sse4_1() argument
111 const lv_8sc_t* b = bVector; in volk_8ic_x2_multiply_conjugate_16ic_a_sse4_1()
141 int8_t* b8Ptr = (int8_t*)&bVector[number]; in volk_8ic_x2_multiply_conjugate_16ic_a_sse4_1()
165 …6ic_generic(lv_16sc_t* cVector, const lv_8sc_t* aVector, const lv_8sc_t* bVector, unsigned int num… in volk_8ic_x2_multiply_conjugate_16ic_generic() argument
169 int8_t* b8Ptr = (int8_t*)bVector; in volk_8ic_x2_multiply_conjugate_16ic_generic()
203 …16ic_u_avx2(lv_16sc_t* cVector, const lv_8sc_t* aVector, const lv_8sc_t* bVector, unsigned int num… in volk_8ic_x2_multiply_conjugate_16ic_u_avx2() argument
210 const lv_8sc_t* b = bVector; in volk_8ic_x2_multiply_conjugate_16ic_u_avx2()
[all …]
H A Dvolk_32fc_32f_add_32fc.h80 const float* bVector, unsigned int num_points) in volk_32fc_32f_add_32fc_generic() argument
84 const float* bPtr= bVector; in volk_32fc_32f_add_32fc_generic()
99 const float* bVector, unsigned int num_points) in volk_32fc_32f_add_32fc_u_avx() argument
106 const float* bPtr= bVector; in volk_32fc_32f_add_32fc_u_avx()
147 const float* bVector, unsigned int num_points) in volk_32fc_32f_add_32fc_a_avx() argument
154 const float* bPtr= bVector; in volk_32fc_32f_add_32fc_a_avx()
195 const float* bVector, unsigned int num_points) in volk_32fc_32f_add_32fc_neon() argument
199 const float* bPtr = bVector; in volk_32fc_32f_add_32fc_neon()
H A Dvolk_8ic_x2_s32f_multiply_conjugate_32fc.h68 const lv_8sc_t* bVector, const float scalar, in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_avx2() argument
78 const lv_8sc_t* b = bVector; in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_avx2()
127 int8_t* b8Ptr = (int8_t*)&bVector[number]; in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_avx2()
149 const lv_8sc_t* bVector, const float scalar, in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_sse4_1() argument
159 const lv_8sc_t* b = bVector; in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_sse4_1()
208 int8_t* b8Ptr = (int8_t*)&bVector[number]; in volk_8ic_x2_s32f_multiply_conjugate_32fc_a_sse4_1()
229 const lv_8sc_t* bVector, const float scalar, in volk_8ic_x2_s32f_multiply_conjugate_32fc_generic() argument
236 int8_t* b8Ptr = (int8_t*)bVector; in volk_8ic_x2_s32f_multiply_conjugate_32fc_generic()
267 const lv_8sc_t* bVector, const float scalar, in volk_8ic_x2_s32f_multiply_conjugate_32fc_u_avx2() argument
277 const lv_8sc_t* b = bVector; in volk_8ic_x2_s32f_multiply_conjugate_32fc_u_avx2()
[all …]
H A Dvolk_32f_64f_multiply_64f.h81 const double *bVector, unsigned int num_points) in volk_32f_64f_multiply_64f_generic() argument
85 const double *bPtr = bVector; in volk_32f_64f_multiply_64f_generic()
107 const double *bVector, unsigned int num_points) in volk_32f_64f_multiply_64f_u_avx() argument
114 const double *bPtr = bVector; in volk_32f_64f_multiply_64f_u_avx()
158 const double *bVector, unsigned int num_points) in volk_32f_64f_multiply_64f_a_avx() argument
165 const double *bPtr = bVector; in volk_32f_64f_multiply_64f_a_avx()
/dports/devel/volk/volk-2.2.1/kernels/volk/asm/neon/
H A Dvolk_32f_x2_add_32f_a_neonpipeline.s1 …dd_32f_a_neonpipeline(float* cVector, const float* aVector, const float* bVector, unsigned int num…
6 @ r2 - bVector: pointer to input array 2
10 bVector .req r2
21 pld [bVector, #128] @ pre-load hint - this is implementation specific!
30 vld1.32 {d2-d3}, [bVector:128]! @ bVal
36 pld [bVector, #128] @ pre-load hint - this is implementation specific!
39 vld1.32 {d2-d3}, [bVector:128]! @ bVal
57 vld1.32 {d0[1]}, [bVector]!
H A Dvolk_32f_x2_add_32f_a_neonasm.s1 …_x2_add_32f_a_neonasm(float* cVector, const float* aVector, const float* bVector, unsigned int num…
6 @ r2 - bVector: pointer to input array 2
10 bVector .req r2
28 pld [bVector, #128] @ pre-load hint - this is implementation specific!
32 vld1.32 {d2-d3}, [bVector:128]! @ bVal
46 vld1.32 {d0[1]}, [bVector]!

123