#include <volk/volk_complex.h>
#include <immintrin.h>
#include <pmmintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
#include <stdio.h>
#include <volk/volk_common.h>
Go to the source code of this file.
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_generic (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_block (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_u_avx (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_u_sse3 (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_neon (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_a_avx (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_a_sse3 (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
static void | volk_32fc_x2_conjugate_dot_prod_32fc_a_generic (lv_32fc_t *result, const lv_32fc_t *input, const lv_32fc_t *taps, unsigned int num_points) |
|
◆ INCLUDED_volk_32fc_x2_conjugate_dot_prod_32fc_a_H
#define INCLUDED_volk_32fc_x2_conjugate_dot_prod_32fc_a_H |
◆ volk_32fc_x2_conjugate_dot_prod_32fc_a_avx()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_a_generic()
static void volk_32fc_x2_conjugate_dot_prod_32fc_a_generic |
( |
lv_32fc_t * |
result, |
|
|
const lv_32fc_t * |
input, |
|
|
const lv_32fc_t * |
taps, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_x2_conjugate_dot_prod_32fc_a_sse3()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_block()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_generic()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_neon()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_u_avx()
◆ volk_32fc_x2_conjugate_dot_prod_32fc_u_sse3()