From 76177aa280494bb36d7a0bcbda1078d4db717020 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Mon, 9 Dec 2019 11:25:19 +0100 Subject: Official ARM version: v4.5 --- .../_a_r_m_2arm__dotproduct__example__f32_8c.html | 297 +++++++++++++++++++++ 1 file changed, 297 insertions(+) create mode 100644 Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html (limited to 'Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html') diff --git a/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html b/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html new file mode 100644 index 0000000..76b279f --- /dev/null +++ b/Documentation/DSP/html/_a_r_m_2arm__dotproduct__example__f32_8c.html @@ -0,0 +1,297 @@ + + + + + +arm_dotproduct_example_f32.c File Reference +CMSIS-DSP: arm_dotproduct_example_f32.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ARM/arm_dotproduct_example_f32.c File Reference
+
+
+ + + + + + +

+Macros

#define MAX_BLOCKSIZE
 
#define DELTA
 
+ + + +

+Functions

int32_t main (void)
 
+ + + + + + + + + + + + + +

+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
 
+

Macro Definition Documentation

+ +
+
+ + + + +
#define DELTA
+
+ +

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define MAX_BLOCKSIZE
+
+ +

Referenced by main().

+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
int32_t main (void )
+
+
+

Variable Documentation

+ +
+
+ + + + +
float32_t multOutput[MAX_BLOCKSIZE]
+
+
Examples:
arm_dotproduct_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t refDotProdOut
+
+
Examples:
arm_dotproduct_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t srcA_buf_f32[MAX_BLOCKSIZE]
+
+
Examples:
arm_dotproduct_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
float32_t srcB_buf_f32[MAX_BLOCKSIZE]
+
+
Examples:
arm_dotproduct_example_f32.c.
+
+

Referenced by main().

+ +
+
+ +
+
+ + + + +
arm_status status
+
+
Examples:
arm_convolution_example_f32.c, arm_dotproduct_example_f32.c, arm_fft_bin_example_f32.c, arm_fir_example_f32.c, arm_graphic_equalizer_example_q31.c, arm_linear_interp_example_f32.c, arm_matrix_example_f32.c, arm_signal_converge_example_f32.c, arm_sin_cos_example_f32.c, and arm_variance_example_f32.c.
+
+

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_cmplx_mult_f32(), arm_mat_cmplx_mult_q15(), arm_mat_cmplx_mult_q31(), arm_mat_inverse_f32(), arm_mat_inverse_f64(), 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_fast_init_f32(), arm_rfft_init_f32(), arm_rfft_init_q15(), arm_rfft_init_q31(), and main().

+ +
+
+ +
+
+ + + + +
float32_t testOutput
+
+ +
+
+
+
+ + + + -- cgit