代码搜索结果
找到约 10,000 项符合
Test 的代码
test.h
/* Test for rfft: both */
#define NX 64
#define FNAME "t12"
#define MAXERROR 10
#pragma DATA_SECTION (x,".input")
DATA x[NX] ={
32764, /* 0 */
32031, /* 1 */
29882, /* 2 */
26460, /* 3 */
2
test.h
/* Test for rfft: rand */
#define NX 32
#define FNAME "t3"
#define MAXERROR 10
#pragma DATA_SECTION (x,".input")
DATA x[NX] ={
-23664, /* 0 */
-19478, /* 1 */
-19743, /* 2 */
6801, /* 3 */
test.h
/* This is a test for add: rand */
#define NX 32
#define FNAME "t8"
#define MAXERROR 2
#define SCALE 0
DATA x[NX] ={
-2011,
-56,
-9373,
4701,
-5898,
15076,
7426,
-2886,
8013,
-7604,
-1969,
14200,
60