CMSIS-DSP
Verison 1.1.0
CMSIS DSP Software Library
|
Defines | |
#define | MAX_BLOCKSIZE |
#define | DELTA |
Variables | |
float32_t | srcA_buf_f32 [MAX_BLOCKSIZE] |
float32_t | srcB_buf_f32 [MAX_BLOCKSIZE] |
float32_t | refDotProdOut |
float32_t | multOutput [MAX_BLOCKSIZE] |
float32_t | testOutput |
arm_status | status |
Functions | |
int32_t | main (void) |
#define DELTA |
Referenced by main().
#define MAX_BLOCKSIZE |
Referenced by main().
float32_t multOutput[MAX_BLOCKSIZE] |
Referenced by main().
Referenced by main().
float32_t srcA_buf_f32[MAX_BLOCKSIZE] |
Referenced by main().
float32_t srcB_buf_f32[MAX_BLOCKSIZE] |
Referenced by main().
Referenced by arm_cfft_radix2_init_f32(), arm_cfft_radix2_init_q15(), arm_cfft_radix2_init_q31(), arm_cfft_radix4_init_f32(), arm_cfft_radix4_init_q15(), arm_cfft_radix4_init_q31(), arm_conv_partial_f32(), arm_conv_partial_fast_opt_q15(), arm_conv_partial_fast_q15(), arm_conv_partial_fast_q31(), arm_conv_partial_opt_q15(), arm_conv_partial_opt_q7(), arm_conv_partial_q15(), arm_conv_partial_q31(), arm_conv_partial_q7(), arm_dct4_init_f32(), arm_dct4_init_q15(), arm_dct4_init_q31(), arm_fir_decimate_init_f32(), arm_fir_decimate_init_q15(), arm_fir_decimate_init_q31(), arm_fir_init_q15(), arm_fir_interpolate_init_f32(), arm_fir_interpolate_init_q15(), arm_fir_interpolate_init_q31(), arm_mat_add_f32(), arm_mat_add_q15(), arm_mat_add_q31(), arm_mat_inverse_f32(), arm_mat_mult_f32(), arm_mat_mult_fast_q15(), arm_mat_mult_fast_q31(), arm_mat_mult_q15(), arm_mat_mult_q31(), arm_mat_scale_f32(), arm_mat_scale_q15(), arm_mat_scale_q31(), arm_mat_sub_f32(), arm_mat_sub_q15(), arm_mat_sub_q31(), arm_mat_trans_f32(), arm_mat_trans_q15(), arm_mat_trans_q31(), arm_rfft_init_f32(), arm_rfft_init_q15(), arm_rfft_init_q31(), and main().
int32_t main | ( | void | ) |
References arm_add_f32(), ARM_MATH_TEST_FAILURE, arm_mult_f32(), DELTA, MAX_BLOCKSIZE, multOutput, refDotProdOut, srcA_buf_f32, srcB_buf_f32, status, and testOutput.