#include <inttypes.h>
#include <stdio.h>
#include <xmmintrin.h>
#include <immintrin.h>
#include <arm_neon.h>
Go to the source code of this file.
|
static void | volk_32f_s32f_multiply_32f_u_sse (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_u_avx (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_generic (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_a_sse (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_a_avx (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_u_neon (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
static void | volk_32f_s32f_multiply_32f_a_generic (float *cVector, const float *aVector, const float scalar, unsigned int num_points) |
|
◆ INCLUDED_volk_32f_s32f_multiply_32f_a_H
#define INCLUDED_volk_32f_s32f_multiply_32f_a_H |
◆ volk_32f_s32f_multiply_32f_a_avx()
static void volk_32f_s32f_multiply_32f_a_avx |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_a_generic()
static void volk_32f_s32f_multiply_32f_a_generic |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_a_sse()
static void volk_32f_s32f_multiply_32f_a_sse |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_generic()
static void volk_32f_s32f_multiply_32f_generic |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_u_avx()
static void volk_32f_s32f_multiply_32f_u_avx |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_u_neon()
static void volk_32f_s32f_multiply_32f_u_neon |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_s32f_multiply_32f_u_sse()
static void volk_32f_s32f_multiply_32f_u_sse |
( |
float * |
cVector, |
|
|
const float * |
aVector, |
|
|
const float |
scalar, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |