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 --- .../_g_c_c_2arm__dotproduct__example__f32_8c.html | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html (limited to 'Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html') diff --git a/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html b/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html new file mode 100644 index 0000000..544f2ae --- /dev/null +++ b/Documentation/DSP/html/_g_c_c_2arm__dotproduct__example__f32_8c.html @@ -0,0 +1,282 @@ + + + + + +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
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
GCC/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]
+
+ +
+
+ +
+
+ + + + +
float32_t refDotProdOut
+
+ +
+
+ +
+
+ + + + +
float32_t srcA_buf_f32[MAX_BLOCKSIZE]
+
+ +
+
+ +
+
+ + + + +
float32_t srcB_buf_f32[MAX_BLOCKSIZE]
+
+ +
+
+ +
+
+ + + + +
arm_status status
+
+ +
+
+ +
+
+ + + + +
float32_t testOutput
+
+ +
+
+
+
+ + + + -- cgit