#include <inttypes.h>
#include <math.h>
#include <stdio.h>
#include <volk/volk_common.h>
#include <arm_neon.h>
#include <volk/volk_neon_intrinsics.h>
Go to the source code of this file.
◆ INCLUDED_volk_32f_sincos_32f_x2_u_H
| #define INCLUDED_volk_32f_sincos_32f_x2_u_H |
◆ volk_32f_sincos_32f_x2_generic()
| static void volk_32f_sincos_32f_x2_generic |
( |
float * |
sinVector, |
|
|
float * |
cosVector, |
|
|
const float * |
inVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_sincos_32f_x2_neon()
| static void volk_32f_sincos_32f_x2_neon |
( |
float * |
sinVector, |
|
|
float * |
cosVector, |
|
|
const float * |
inVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |
◆ volk_32f_sincos_32f_x2_polynomial()
| static void volk_32f_sincos_32f_x2_polynomial |
( |
float * |
sinVector, |
|
|
float * |
cosVector, |
|
|
const float * |
inVector, |
|
|
unsigned int |
num_points |
|
) |
| |
|
inlinestatic |