Project Ne10
An open, optimized software library for the ARM architecture.
Macros | Functions | Variables
test_suite_math.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "NE10_math.h"
#include "seatest.h"

Go to the source code of this file.

Macros

#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   3
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 
#define MAX_VEC_COMPONENTS   4
 

Functions

void my_test_teardown (void)
 

Variables

ne10_func_2args_t ftbl_2args [MAX_FUNC_COUNT]
 
ne10_func_3args_t ftbl_3args [MAX_FUNC_COUNT]
 
ne10_func_4args_t ftbl_4args [MAX_FUNC_COUNT]
 
ne10_func_5args_t ftbl_5args [MAX_FUNC_COUNT]
 
ne10_func_3args_cst_t ftbl_3args_cst [MAX_FUNC_COUNT]
 
ne10_func_4args_cst_t ftbl_4args_cst [MAX_FUNC_COUNT]
 
ne10_func_5args_cst_t ftbl_5args_cst [MAX_FUNC_COUNT]
 

Macro Definition Documentation

#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   3
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4
#define MAX_VEC_COMPONENTS   4

Function Documentation

void my_test_teardown ( void  )

Definition at line 2849 of file test_suite_math.c.

Variable Documentation

ne10_func_2args_t ftbl_2args[MAX_FUNC_COUNT]

Definition at line 40 of file test_suite_math.c.

ne10_func_3args_t ftbl_3args[MAX_FUNC_COUNT]

Definition at line 41 of file test_suite_math.c.

ne10_func_3args_cst_t ftbl_3args_cst[MAX_FUNC_COUNT]

Definition at line 44 of file test_suite_math.c.

ne10_func_4args_t ftbl_4args[MAX_FUNC_COUNT]

Definition at line 42 of file test_suite_math.c.

ne10_func_4args_cst_t ftbl_4args_cst[MAX_FUNC_COUNT]

Definition at line 45 of file test_suite_math.c.

ne10_func_5args_t ftbl_5args[MAX_FUNC_COUNT]

Definition at line 43 of file test_suite_math.c.

ne10_func_5args_cst_t ftbl_5args_cst[MAX_FUNC_COUNT]

Definition at line 46 of file test_suite_math.c.