#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <xmmintrin.h>
Go to the source code of this file.
◆ volk_32fc_s32f_atan2_32f_a_sse()
static void volk_32fc_s32f_atan2_32f_a_sse |
( |
float * |
outputVector, |
|
|
const lv_32fc_t * |
complexVector, |
|
|
const float |
normalizeFactor, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_atan2_32f_generic()
static void volk_32fc_s32f_atan2_32f_generic |
( |
float * |
outputVector, |
|
|
const lv_32fc_t * |
inputVector, |
|
|
const float |
normalizeFactor, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |