Fix some greedy sed changes in imported code. Also provide a sys/types.h for compatib...
[kugel-rb.git] / apps / plugins / pdbox / PDa / src / d_imayer_tables.h
blob122725d8c0da0a522f25bbeb4ee7990a51728eb0
1 /* Tables for fixed point lookup with 18 bit precision*/
3 static int fsintab[TRIG_TAB_SIZE]= {
4 262144,
5 185363,
6 100318,
7 51141,
8 25694,
9 12862,
10 6433,
11 3216,
12 1608,
13 804,
14 402,
15 201,
16 100,
17 50,
18 25,
19 12,
20 6,
21 3,
22 0,
23 0,
24 0,
25 0 };
28 static int fcostab[TRIG_TAB_SIZE]= {
29 0,
30 185363,
31 242189,
32 257106,
33 260881,
34 261828,
35 262065,
36 262124,
37 262139,
38 262142,
39 262143,
40 262143,
41 262143,
42 262143,
43 262143,
44 262143,
45 262143,
46 262143,
47 0,
48 0,
49 0,
50 0 };