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__class__marks__example__f32_8c.html | 388 +++++++++++++++++++++ 1 file changed, 388 insertions(+) create mode 100644 Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html (limited to 'Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html') diff --git a/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html b/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html new file mode 100644 index 0000000..762f476 --- /dev/null +++ b/Documentation/DSP/html/_g_c_c_2arm__class__marks__example__f32_8c.html @@ -0,0 +1,388 @@ + + + + + +arm_class_marks_example_f32.c File Reference +CMSIS-DSP: arm_class_marks_example_f32.c File Reference + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-DSP +  Version 1.4.7 +
+
CMSIS DSP Software Library
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
GCC/arm_class_marks_example_f32.c File Reference
+
+
+ + + + + + + + + + +

+Macros

#define USE_STATIC_INIT
 
#define TEST_LENGTH_SAMPLES
 
#define NUMSTUDENTS
 
#define NUMSUBJECTS
 
+ + + +

+Functions

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

+Variables

const float32_t testMarks_f32 [TEST_LENGTH_SAMPLES]
 
const float32_t testUnity_f32 [4]
 
static float32_t testOutput [TEST_LENGTH_SAMPLES]
 
uint32_t numStudents
 
uint32_t numSubjects
 
float32_t max_marks
 
float32_t min_marks
 
float32_t mean
 
float32_t std
 
float32_t var
 
uint32_t student_num
 
+

Macro Definition Documentation

+ +
+
+ + + + +
#define NUMSTUDENTS
+
+ +

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define NUMSUBJECTS
+
+ +

Referenced by main().

+ +
+
+ +
+
+ + + + +
#define TEST_LENGTH_SAMPLES
+
+ +
+
+ +
+
+ + + + +
#define USE_STATIC_INIT
+
+ +
+
+

Function Documentation

+ + +

Variable Documentation

+ +
+
+ + + + +
float32_t max_marks
+
+ +
+
+ +
+
+ + + + +
float32_t mean
+
+ +
+
+ +
+
+ + + + +
float32_t min_marks
+
+ +
+
+ +
+
+ + + + +
uint32_t numStudents
+
+ +
+
+ +
+
+ + + + +
uint32_t numSubjects
+
+ +
+
+ +
+
+ + + + +
float32_t std
+
+ +
+
+ +
+
+ + + + +
uint32_t student_num
+
+ +
+
+ +
+
+ + + + +
const float32_t testMarks_f32[TEST_LENGTH_SAMPLES]
+
+ +
+
+ +
+
+ + + + + +
+ + + + +
float32_t testOutput[TEST_LENGTH_SAMPLES]
+
+static
+
+ +
+
+ +
+
+ + + + +
const float32_t testUnity_f32[4]
+
+ +
+
+ +
+
+ + + + +
float32_t var
+
+ +
+
+
+
+ + + + -- cgit