CMSIS-DSP  Version 1.4.1
CMSIS DSP Software Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

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().

float32_t testOutput