#include <stdio.h>
#include <sys/time.h>
#include <unistd.h>
#include <gr_nco.h>
#include <gr_fxpt_nco.h>
Defines | |
#define | ITERATIONS 20000000 |
#define | BLOCK_SIZE (10 * 1000) |
#define | FREQ 5003.123 |
Functions | |
void | basic_sincos_vec (float *x, float *y) |
void | native_sincos_vec (float *x, float *y) |
void | fxpt_sincos_vec (float *x, float *y) |
void | native_sincos (float *x, float *y) |
void | fxpt_sincos (float *x, float *y) |
void | native_sin (float *x, float *y) |
void | fxpt_sin (float *x, float *y) |
void | nop_fct (float *x, float *y) |
void | nop_loop (float *x, float *y) |
int | main (int argc, char **argv) |
#define BLOCK_SIZE (10 * 1000) |
#define FREQ 5003.123 |
#define ITERATIONS 20000000 |
void basic_sincos_vec | ( | float * | x, | |
float * | y | |||
) |
void fxpt_sin | ( | float * | x, | |
float * | y | |||
) |
void fxpt_sincos | ( | float * | x, | |
float * | y | |||
) |
void fxpt_sincos_vec | ( | float * | x, | |
float * | y | |||
) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
void native_sin | ( | float * | x, | |
float * | y | |||
) |
void native_sincos | ( | float * | x, | |
float * | y | |||
) |
void native_sincos_vec | ( | float * | x, | |
float * | y | |||
) |
void nop_fct | ( | float * | x, | |
float * | y | |||
) |
void nop_loop | ( | float * | x, | |
float * | y | |||
) |