Vector Optimized Library of Kernels 3.2.0
Architecture-tuned implementations of math kernels
Loading...
Searching...
No Matches
volk_32f_x2_pow_32f.h File Reference
#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define POW_POLY_DEGREE   3
#define INCLUDED_volk_32f_x2_pow_32f_u_H
#define POW_POLY_DEGREE   3

Functions

static void volk_32f_x2_pow_32f_generic (float *cVector, const float *bVector, const float *aVector, unsigned int num_points)

Macro Definition Documentation

◆ INCLUDED_volk_32f_x2_pow_32f_u_H

#define INCLUDED_volk_32f_x2_pow_32f_u_H

◆ POW_POLY_DEGREE [1/2]

#define POW_POLY_DEGREE   3

◆ POW_POLY_DEGREE [2/2]

#define POW_POLY_DEGREE   3

Function Documentation

◆ volk_32f_x2_pow_32f_generic()

void volk_32f_x2_pow_32f_generic ( float * cVector,
const float * bVector,
const float * aVector,
unsigned int num_points )
inlinestatic