#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <xmmintrin.h>
Go to the source code of this file.
◆ __volk_s32fc_s32f_power_s32fc_a()
static lv_32fc_t __volk_s32fc_s32f_power_s32fc_a |
( |
const lv_32fc_t |
exp, |
|
|
const float |
power |
|
) |
| |
|
inlinestatic |
raise a complex float to a real float power
◆ volk_32fc_s32f_power_32fc_a_sse()
static void volk_32fc_s32f_power_32fc_a_sse |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float |
power, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32fc_s32f_power_32fc_generic()
static void volk_32fc_s32f_power_32fc_generic |
( |
lv_32fc_t * |
cVector, |
|
|
const lv_32fc_t * |
aVector, |
|
|
const float |
power, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |