Subversion Repositories canSerial

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
#ifndef ARM_SUPPORT_TEST_DATA_H
2
#define ARM_SUPPORT_TEST_DATA_H
3
 
4
/*--------------------------------------------------------------------------------*/
5
/* Includes */
6
/*--------------------------------------------------------------------------------*/
7
 
8
#include "arr_desc.h"
9
 
10
/*--------------------------------------------------------------------------------*/
11
/* Declare Variables */
12
/*--------------------------------------------------------------------------------*/
13
 
14
/* Input/Output Buffers */
15
ARR_DESC_DECLARE(support_output_fut);
16
ARR_DESC_DECLARE(support_output_ref);
17
 
18
/* Block Sizes*/
19
ARR_DESC_DECLARE(support_block_sizes);
20
 
21
/* Numbers */
22
ARR_DESC_DECLARE(support_elts);
23
 
24
/* Float Inputs */
25
ARR_DESC_DECLARE(support_zeros);
26
ARR_DESC_DECLARE(support_f_2);
27
ARR_DESC_DECLARE(support_f_15);
28
ARR_DESC_DECLARE(support_f_32);
29
ARR_DESC_DECLARE(support_f_all);
30
 
31
#endif