#include <xmmintrin.h>
Go to the source code of this file.
|
static void | volk_32f_s32f_s32f_mod_range_32f_generic (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_u_avx (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_a_avx (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_u_sse2 (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_a_sse2 (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_u_sse (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
static void | volk_32f_s32f_s32f_mod_range_32f_a_sse (float *outputVector, const float *inputVector, const float lower_bound, const float upper_bound, unsigned int num_points) |
|
◆ volk_32f_s32f_s32f_mod_range_32f_a_avx()
static void volk_32f_s32f_s32f_mod_range_32f_a_avx |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_a_sse()
static void volk_32f_s32f_s32f_mod_range_32f_a_sse |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_a_sse2()
static void volk_32f_s32f_s32f_mod_range_32f_a_sse2 |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_generic()
static void volk_32f_s32f_s32f_mod_range_32f_generic |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_u_avx()
static void volk_32f_s32f_s32f_mod_range_32f_u_avx |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_u_sse()
static void volk_32f_s32f_s32f_mod_range_32f_u_sse |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_s32f_mod_range_32f_u_sse2()
static void volk_32f_s32f_s32f_mod_range_32f_u_sse2 |
( |
float * |
outputVector, |
|
|
const float * |
inputVector, |
|
|
const float |
lower_bound, |
|
|
const float |
upper_bound, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |