代码搜索结果
找到约 10,000 项符合
Test 的代码
test.h
/* Test for div32by32: rand */
#define NX 64
#define FNAME "t3"
#define MAXERROR 10
float x[64] = {
-3.907653e-001,
-6.206925e-001,
-6.131377e-001,
3.644464e-001,
-3.944712e-001,
8.33
test.h
#define NX 61
#define NLAGS 61 // max NLAGS = N
#define FNAME "t5"
#define MAXERROR 10 // max absolute error allowed
DATA x[NX] ={
767,
-3191,
-3876,
-348,
3103,
3643,
-1977,
-2851,
3
test.h
#define NX 128
#define NH 64
#define FNAME "t4"
#define MAXERROR 10 // max absolute value
DATA x[NX] ={
19321,
29939,
1480,
24912,
-21434,
31440,
-14979,
-16232,
24624,
15552,
-2382
test.h
/* This is a test for mul32: rand */
#define NX 64
#define FNAME "t4"
#define MAXERROR 10000
LDATA x[NX] ={
1365552825,
688103297,
-678663154,
-903030089,
-682000219,
146353629,
975346294
test.h
/* Test for decimate: sine */
#define NX 500
#define NH 31
#define D 20
#define FNAME "t4"
#define MAXERROR 100
DATA x[NX] ={
0,
2326,
4605,
6791,
8839,
10709,
12361,
13762,
14885,
1