#include <inttypes.h>
#include <stdio.h>
#include <immintrin.h>
#include <xmmintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
| static void | volk_32fc_deinterleave_imag_32f_a_avx (float *qBuffer, const lv_32fc_t *complexVector, unsigned int num_points) |
| |
| static void | volk_32fc_deinterleave_imag_32f_a_sse (float *qBuffer, const lv_32fc_t *complexVector, unsigned int num_points) |
| |
| static void | volk_32fc_deinterleave_imag_32f_neon (float *qBuffer, const lv_32fc_t *complexVector, unsigned int num_points) |
| |
| static void | volk_32fc_deinterleave_imag_32f_generic (float *qBuffer, const lv_32fc_t *complexVector, unsigned int num_points) |
| |
| static void | volk_32fc_deinterleave_imag_32f_u_avx (float *qBuffer, const lv_32fc_t *complexVector, unsigned int num_points) |
| |
◆ INCLUDED_volk_32fc_deinterleave_imag_32f_u_H
| #define INCLUDED_volk_32fc_deinterleave_imag_32f_u_H |
◆ volk_32fc_deinterleave_imag_32f_a_avx()
| static void volk_32fc_deinterleave_imag_32f_a_avx |
( |
float * |
qBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_imag_32f_a_sse()
| static void volk_32fc_deinterleave_imag_32f_a_sse |
( |
float * |
qBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_imag_32f_generic()
| static void volk_32fc_deinterleave_imag_32f_generic |
( |
float * |
qBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_imag_32f_neon()
| static void volk_32fc_deinterleave_imag_32f_neon |
( |
float * |
qBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_deinterleave_imag_32f_u_avx()
| static void volk_32fc_deinterleave_imag_32f_u_avx |
( |
float * |
qBuffer, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |