#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <xmmintrin.h>
#include <immintrin.h>
Go to the source code of this file.
|
static void | volk_32f_s32f_stddev_32f_a_sse (float *stddev, const float *inputBuffer, const float mean, unsigned int num_points) |
static void | volk_32f_s32f_stddev_32f_a_avx (float *stddev, const float *inputBuffer, const float mean, unsigned int num_points) |
static void | volk_32f_s32f_stddev_32f_generic (float *stddev, const float *inputBuffer, const float mean, unsigned int num_points) |
static void | volk_32f_s32f_stddev_32f_u_avx (float *stddev, const float *inputBuffer, const float mean, unsigned int num_points) |
◆ INCLUDED_volk_32f_s32f_stddev_32f_u_H
#define INCLUDED_volk_32f_s32f_stddev_32f_u_H |
◆ volk_32f_s32f_stddev_32f_a_avx()
void volk_32f_s32f_stddev_32f_a_avx |
( |
float * | stddev, |
|
|
const float * | inputBuffer, |
|
|
const float | mean, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_s32f_stddev_32f_a_sse()
void volk_32f_s32f_stddev_32f_a_sse |
( |
float * | stddev, |
|
|
const float * | inputBuffer, |
|
|
const float | mean, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_s32f_stddev_32f_generic()
void volk_32f_s32f_stddev_32f_generic |
( |
float * | stddev, |
|
|
const float * | inputBuffer, |
|
|
const float | mean, |
|
|
unsigned int | num_points ) |
|
inlinestatic |
◆ volk_32f_s32f_stddev_32f_u_avx()
void volk_32f_s32f_stddev_32f_u_avx |
( |
float * | stddev, |
|
|
const float * | inputBuffer, |
|
|
const float | mean, |
|
|
unsigned int | num_points ) |
|
inlinestatic |