annotate libfaad2/cfft_tab.h @ 12443:ae4ae7ab636c

ENCA support (http://trific.ath.cx/software/enca/)
author henry
date Sat, 08 May 2004 17:52:25 +0000
parents 3185f64f6350
children 4a370c80fe5c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1 /*
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
2 ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
3 ** Copyright (C) 2003 M. Bakker, Ahead Software AG, http://www.nero.com
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
4 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
5 ** This program is free software; you can redistribute it and/or modify
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
6 ** it under the terms of the GNU General Public License as published by
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
7 ** the Free Software Foundation; either version 2 of the License, or
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
8 ** (at your option) any later version.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
9 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
10 ** This program is distributed in the hope that it will be useful,
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
11 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
12 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
13 ** GNU General Public License for more details.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
14 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
15 ** You should have received a copy of the GNU General Public License
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
16 ** along with this program; if not, write to the Free Software
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
17 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
18 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
19 ** Any non-GPL usage of this software or parts of this software is strictly
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
20 ** forbidden.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
21 **
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
22 ** Commercial non-GPL licensing of this software is possible.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
23 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
24 **
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
25 ** $Id: cfft_tab.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
26 **/
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
27
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
28 #ifndef __CFFT_TAB_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
29 #define __CFFT_TAB_H__
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
30
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
31 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
32 extern "C" {
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
33 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
34
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
35 #ifdef FIXED_POINT
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
36
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
37 complex_t cfft_tab_512[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
38 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
39 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
40 { COEF_CONST(0.99992472), COEF_CONST(0.01227154) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
41 { COEF_CONST(0.99969882), COEF_CONST(0.02454123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
42 { COEF_CONST(0.99932235), COEF_CONST(0.03680722) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
43 { COEF_CONST(0.99879545), COEF_CONST(0.04906768) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
44 { COEF_CONST(0.99811810), COEF_CONST(0.06132074) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
45 { COEF_CONST(0.99729043), COEF_CONST(0.07356457) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
46 { COEF_CONST(0.99631262), COEF_CONST(0.08579732) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
47 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
48 { COEF_CONST(0.99390697), COEF_CONST(0.11022221) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
49 { COEF_CONST(0.99247956), COEF_CONST(0.12241068) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
50 { COEF_CONST(0.99090266), COEF_CONST(0.13458072) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
51 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
52 { COEF_CONST(0.98730141), COEF_CONST(0.15885815) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
53 { COEF_CONST(0.98527765), COEF_CONST(0.17096190) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
54 { COEF_CONST(0.98310548), COEF_CONST(0.18303989) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
55 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
56 { COEF_CONST(0.97831738), COEF_CONST(0.20711139) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
57 { COEF_CONST(0.97570211), COEF_CONST(0.21910124) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
58 { COEF_CONST(0.97293997), COEF_CONST(0.23105812) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
59 { COEF_CONST(0.97003126), COEF_CONST(0.24298020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
60 { COEF_CONST(0.96697646), COEF_CONST(0.25486568) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
61 { COEF_CONST(0.96377605), COEF_CONST(0.26671278) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
62 { COEF_CONST(0.96043050), COEF_CONST(0.27851969) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
63 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
64 { COEF_CONST(0.95330602), COEF_CONST(0.30200595) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
65 { COEF_CONST(0.94952816), COEF_CONST(0.31368175) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
66 { COEF_CONST(0.94560730), COEF_CONST(0.32531032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
67 { COEF_CONST(0.94154406), COEF_CONST(0.33688986) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
68 { COEF_CONST(0.93733901), COEF_CONST(0.34841868) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
69 { COEF_CONST(0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
70 { COEF_CONST(0.92850608), COEF_CONST(0.37131721) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
71 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
72 { COEF_CONST(0.91911387), COEF_CONST(0.39399207) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
73 { COEF_CONST(0.91420972), COEF_CONST(0.40524134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
74 { COEF_CONST(0.90916800), COEF_CONST(0.41642958) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
75 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
76 { COEF_CONST(0.89867449), COEF_CONST(0.43861625) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
77 { COEF_CONST(0.89322430), COEF_CONST(0.44961134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
78 { COEF_CONST(0.88763964), COEF_CONST(0.46053872) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
79 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
80 { COEF_CONST(0.87607008), COEF_CONST(0.48218375) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
81 { COEF_CONST(0.87008697), COEF_CONST(0.49289823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
82 { COEF_CONST(0.86397284), COEF_CONST(0.50353837) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
83 { COEF_CONST(0.85772860), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
84 { COEF_CONST(0.85135520), COEF_CONST(0.52458972) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
85 { COEF_CONST(0.84485358), COEF_CONST(0.53499764) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
86 { COEF_CONST(0.83822471), COEF_CONST(0.54532498) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
87 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
88 { COEF_CONST(0.82458931), COEF_CONST(0.56573182) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
89 { COEF_CONST(0.81758481), COEF_CONST(0.57580823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
90 { COEF_CONST(0.81045717), COEF_CONST(0.58579791) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
91 { COEF_CONST(0.80320752), COEF_CONST(0.59569931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
92 { COEF_CONST(0.79583687), COEF_CONST(0.60551101) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
93 { COEF_CONST(0.78834641), COEF_CONST(0.61523163) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
94 { COEF_CONST(0.78073722), COEF_CONST(0.62485951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
95 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
96 { COEF_CONST(0.76516724), COEF_CONST(0.64383155) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
97 { COEF_CONST(0.75720882), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
98 { COEF_CONST(0.74913639), COEF_CONST(0.66241580) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
99 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
100 { COEF_CONST(0.73265427), COEF_CONST(0.68060100) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
101 { COEF_CONST(0.72424710), COEF_CONST(0.68954057) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
102 { COEF_CONST(0.71573079), COEF_CONST(0.69837630) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
103 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
104 { COEF_CONST(0.69837624), COEF_CONST(0.71573085) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
105 { COEF_CONST(0.68954051), COEF_CONST(0.72424710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
106 { COEF_CONST(0.68060100), COEF_CONST(0.73265427) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
107 { COEF_CONST(0.67155892), COEF_CONST(0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
108 { COEF_CONST(0.66241574), COEF_CONST(0.74913639) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
109 { COEF_CONST(0.65317285), COEF_CONST(0.75720888) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
110 { COEF_CONST(0.64383155), COEF_CONST(0.76516730) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
111 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
112 { COEF_CONST(0.62485945), COEF_CONST(0.78073728) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
113 { COEF_CONST(0.61523157), COEF_CONST(0.78834641) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
114 { COEF_CONST(0.60551101), COEF_CONST(0.79583693) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
115 { COEF_CONST(0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
116 { COEF_CONST(0.58579785), COEF_CONST(0.81045717) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
117 { COEF_CONST(0.57580817), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
118 { COEF_CONST(0.56573176), COEF_CONST(0.82458931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
119 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
120 { COEF_CONST(0.54532498), COEF_CONST(0.83822471) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
121 { COEF_CONST(0.53499758), COEF_CONST(0.84485358) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
122 { COEF_CONST(0.52458966), COEF_CONST(0.85135520) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
123 { COEF_CONST(0.51410270), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
124 { COEF_CONST(0.50353837), COEF_CONST(0.86397284) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
125 { COEF_CONST(0.49289817), COEF_CONST(0.87008697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
126 { COEF_CONST(0.48218375), COEF_CONST(0.87607014) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
127 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
128 { COEF_CONST(0.46053869), COEF_CONST(0.88763964) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
129 { COEF_CONST(0.44961131), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
130 { COEF_CONST(0.43861622), COEF_CONST(0.89867449) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
131 { COEF_CONST(0.42755505), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
132 { COEF_CONST(0.41642952), COEF_CONST(0.90916800) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
133 { COEF_CONST(0.40524128), COEF_CONST(0.91420978) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
134 { COEF_CONST(0.39399201), COEF_CONST(0.91911387) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
135 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
136 { COEF_CONST(0.37131718), COEF_CONST(0.92850608) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
137 { COEF_CONST(0.35989499), COEF_CONST(0.93299282) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
138 { COEF_CONST(0.34841865), COEF_CONST(0.93733901) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
139 { COEF_CONST(0.33688983), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
140 { COEF_CONST(0.32531026), COEF_CONST(0.94560736) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
141 { COEF_CONST(0.31368172), COEF_CONST(0.94952822) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
142 { COEF_CONST(0.30200592), COEF_CONST(0.95330602) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
143 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
144 { COEF_CONST(0.27851966), COEF_CONST(0.96043056) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
145 { COEF_CONST(0.26671273), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
146 { COEF_CONST(0.25486562), COEF_CONST(0.96697646) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
147 { COEF_CONST(0.24298014), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
148 { COEF_CONST(0.23105808), COEF_CONST(0.97293997) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
149 { COEF_CONST(0.21910121), COEF_CONST(0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
150 { COEF_CONST(0.20711134), COEF_CONST(0.97831738) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
151 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
152 { COEF_CONST(0.18303984), COEF_CONST(0.98310548) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
153 { COEF_CONST(0.17096186), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
154 { COEF_CONST(0.15885811), COEF_CONST(0.98730141) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
155 { COEF_CONST(0.14673044), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
156 { COEF_CONST(0.13458067), COEF_CONST(0.99090266) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
157 { COEF_CONST(0.12241063), COEF_CONST(0.99247956) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
158 { COEF_CONST(0.11022217), COEF_CONST(0.99390697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
159 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
160 { COEF_CONST(0.08579727), COEF_CONST(0.99631262) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
161 { COEF_CONST(0.07356452), COEF_CONST(0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
162 { COEF_CONST(0.06132070), COEF_CONST(0.99811810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
163 { COEF_CONST(0.04906763), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
164 { COEF_CONST(0.03680718), COEF_CONST(0.99932241) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
165 { COEF_CONST(0.02454119), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
166 { COEF_CONST(0.01227149), COEF_CONST(0.99992472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
167 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
168 { COEF_CONST(-0.01227158), COEF_CONST(0.99992472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
169 { COEF_CONST(-0.02454127), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
170 { COEF_CONST(-0.03680727), COEF_CONST(0.99932235) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
171 { COEF_CONST(-0.04906772), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
172 { COEF_CONST(-0.06132078), COEF_CONST(0.99811810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
173 { COEF_CONST(-0.07356461), COEF_CONST(0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
174 { COEF_CONST(-0.08579735), COEF_CONST(0.99631262) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
175 { COEF_CONST(-0.09801719), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
176 { COEF_CONST(-0.11022225), COEF_CONST(0.99390697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
177 { COEF_CONST(-0.12241072), COEF_CONST(0.99247950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
178 { COEF_CONST(-0.13458076), COEF_CONST(0.99090260) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
179 { COEF_CONST(-0.14673053), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
180 { COEF_CONST(-0.15885819), COEF_CONST(0.98730141) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
181 { COEF_CONST(-0.17096193), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
182 { COEF_CONST(-0.18303993), COEF_CONST(0.98310548) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
183 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
184 { COEF_CONST(-0.20711142), COEF_CONST(0.97831738) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
185 { COEF_CONST(-0.21910129), COEF_CONST(0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
186 { COEF_CONST(-0.23105815), COEF_CONST(0.97293991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
187 { COEF_CONST(-0.24298023), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
188 { COEF_CONST(-0.25486571), COEF_CONST(0.96697646) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
189 { COEF_CONST(-0.26671281), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
190 { COEF_CONST(-0.27851975), COEF_CONST(0.96043050) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
191 { COEF_CONST(-0.29028472), COEF_CONST(0.95694029) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
192 { COEF_CONST(-0.30200601), COEF_CONST(0.95330602) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
193 { COEF_CONST(-0.31368178), COEF_CONST(0.94952816) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
194 { COEF_CONST(-0.32531035), COEF_CONST(0.94560730) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
195 { COEF_CONST(-0.33688989), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
196 { COEF_CONST(-0.34841874), COEF_CONST(0.93733895) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
197 { COEF_CONST(-0.35989508), COEF_CONST(0.93299282) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
198 { COEF_CONST(-0.37131724), COEF_CONST(0.92850608) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
199 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
200 { COEF_CONST(-0.39399210), COEF_CONST(0.91911387) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
201 { COEF_CONST(-0.40524137), COEF_CONST(0.91420972) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
202 { COEF_CONST(-0.41642961), COEF_CONST(0.90916800) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
203 { COEF_CONST(-0.42755514), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
204 { COEF_CONST(-0.43861628), COEF_CONST(0.89867443) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
205 { COEF_CONST(-0.44961137), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
206 { COEF_CONST(-0.46053877), COEF_CONST(0.88763958) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
207 { COEF_CONST(-0.47139677), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
208 { COEF_CONST(-0.48218381), COEF_CONST(0.87607002) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
209 { COEF_CONST(-0.49289826), COEF_CONST(0.87008703) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
210 { COEF_CONST(-0.50353843), COEF_CONST(0.86397284) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
211 { COEF_CONST(-0.51410282), COEF_CONST(0.85772860) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
212 { COEF_CONST(-0.52458972), COEF_CONST(0.85135514) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
213 { COEF_CONST(-0.53499764), COEF_CONST(0.84485352) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
214 { COEF_CONST(-0.54532504), COEF_CONST(0.83822465) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
215 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
216 { COEF_CONST(-0.56573188), COEF_CONST(0.82458931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
217 { COEF_CONST(-0.57580823), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
218 { COEF_CONST(-0.58579791), COEF_CONST(0.81045717) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
219 { COEF_CONST(-0.59569937), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
220 { COEF_CONST(-0.60551107), COEF_CONST(0.79583687) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
221 { COEF_CONST(-0.61523163), COEF_CONST(0.78834635) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
222 { COEF_CONST(-0.62485951), COEF_CONST(0.78073710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
223 { COEF_CONST(-0.63439333), COEF_CONST(0.77301049) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
224 { COEF_CONST(-0.64383161), COEF_CONST(0.76516724) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
225 { COEF_CONST(-0.65317291), COEF_CONST(0.75720882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
226 { COEF_CONST(-0.66241580), COEF_CONST(0.74913633) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
227 { COEF_CONST(-0.67155898), COEF_CONST(0.74095106) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
228 { COEF_CONST(-0.68060106), COEF_CONST(0.73265415) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
229 { COEF_CONST(-0.68954057), COEF_CONST(0.72424698) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
230 { COEF_CONST(-0.69837630), COEF_CONST(0.71573085) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
231 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
232 { COEF_CONST(-0.71573085), COEF_CONST(0.69837624) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
233 { COEF_CONST(-0.72424716), COEF_CONST(0.68954051) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
234 { COEF_CONST(-0.73265433), COEF_CONST(0.68060094) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
235 { COEF_CONST(-0.74095118), COEF_CONST(0.67155886) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
236 { COEF_CONST(-0.74913645), COEF_CONST(0.66241562) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
237 { COEF_CONST(-0.75720888), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
238 { COEF_CONST(-0.76516730), COEF_CONST(0.64383155) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
239 { COEF_CONST(-0.77301049), COEF_CONST(0.63439327) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
240 { COEF_CONST(-0.78073728), COEF_CONST(0.62485945) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
241 { COEF_CONST(-0.78834647), COEF_CONST(0.61523151) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
242 { COEF_CONST(-0.79583693), COEF_CONST(0.60551095) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
243 { COEF_CONST(-0.80320758), COEF_CONST(0.59569913) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
244 { COEF_CONST(-0.81045723), COEF_CONST(0.58579785) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
245 { COEF_CONST(-0.81758487), COEF_CONST(0.57580817) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
246 { COEF_CONST(-0.82458937), COEF_CONST(0.56573176) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
247 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
248 { COEF_CONST(-0.83822477), COEF_CONST(0.54532486) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
249 { COEF_CONST(-0.84485358), COEF_CONST(0.53499746) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
250 { COEF_CONST(-0.85135525), COEF_CONST(0.52458954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
251 { COEF_CONST(-0.85772866), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
252 { COEF_CONST(-0.86397290), COEF_CONST(0.50353837) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
253 { COEF_CONST(-0.87008703), COEF_CONST(0.49289814) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
254 { COEF_CONST(-0.87607014), COEF_CONST(0.48218369) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
255 { COEF_CONST(-0.88192129), COEF_CONST(0.47139663) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
256 { COEF_CONST(-0.88763964), COEF_CONST(0.46053857) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
257 { COEF_CONST(-0.89322436), COEF_CONST(0.44961137) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
258 { COEF_CONST(-0.89867449), COEF_CONST(0.43861625) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
259 { COEF_CONST(-0.90398932), COEF_CONST(0.42755505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
260 { COEF_CONST(-0.90916800), COEF_CONST(0.41642949) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
261 { COEF_CONST(-0.91420978), COEF_CONST(0.40524122) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
262 { COEF_CONST(-0.91911387), COEF_CONST(0.39399192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
263 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
264 { COEF_CONST(-0.92850614), COEF_CONST(0.37131724) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
265 { COEF_CONST(-0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
266 { COEF_CONST(-0.93733907), COEF_CONST(0.34841865) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
267 { COEF_CONST(-0.94154412), COEF_CONST(0.33688980) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
268 { COEF_CONST(-0.94560736), COEF_CONST(0.32531020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
269 { COEF_CONST(-0.94952822), COEF_CONST(0.31368160) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
270 { COEF_CONST(-0.95330608), COEF_CONST(0.30200580) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
271 { COEF_CONST(-0.95694035), COEF_CONST(0.29028472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
272 { COEF_CONST(-0.96043056), COEF_CONST(0.27851969) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
273 { COEF_CONST(-0.96377611), COEF_CONST(0.26671273) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
274 { COEF_CONST(-0.96697646), COEF_CONST(0.25486559) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
275 { COEF_CONST(-0.97003126), COEF_CONST(0.24298008) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
276 { COEF_CONST(-0.97293997), COEF_CONST(0.23105797) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
277 { COEF_CONST(-0.97570217), COEF_CONST(0.21910107) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
278 { COEF_CONST(-0.97831738), COEF_CONST(0.20711140) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
279 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
280 { COEF_CONST(-0.98310548), COEF_CONST(0.18303984) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
281 { COEF_CONST(-0.98527765), COEF_CONST(0.17096181) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
282 { COEF_CONST(-0.98730141), COEF_CONST(0.15885803) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
283 { COEF_CONST(-0.98917651), COEF_CONST(0.14673033) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
284 { COEF_CONST(-0.99090266), COEF_CONST(0.13458052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
285 { COEF_CONST(-0.99247956), COEF_CONST(0.12241070) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
286 { COEF_CONST(-0.99390697), COEF_CONST(0.11022220) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
287 { COEF_CONST(-0.99518472), COEF_CONST(0.09801710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
288 { COEF_CONST(-0.99631262), COEF_CONST(0.08579723) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
289 { COEF_CONST(-0.99729049), COEF_CONST(0.07356445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
290 { COEF_CONST(-0.99811810), COEF_CONST(0.06132058) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
291 { COEF_CONST(-0.99879545), COEF_CONST(0.04906749) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
292 { COEF_CONST(-0.99932241), COEF_CONST(0.03680724) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
293 { COEF_CONST(-0.99969882), COEF_CONST(0.02454121) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
294 { COEF_CONST(-0.99992472), COEF_CONST(0.01227149) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
295 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
296 { COEF_CONST(0.99969882), COEF_CONST(0.02454123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
297 { COEF_CONST(0.99879545), COEF_CONST(0.04906768) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
298 { COEF_CONST(0.99729043), COEF_CONST(0.07356457) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
299 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
300 { COEF_CONST(0.99247956), COEF_CONST(0.12241068) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
301 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
302 { COEF_CONST(0.98527765), COEF_CONST(0.17096190) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
303 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
304 { COEF_CONST(0.97570211), COEF_CONST(0.21910124) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
305 { COEF_CONST(0.97003126), COEF_CONST(0.24298020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
306 { COEF_CONST(0.96377605), COEF_CONST(0.26671278) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
307 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
308 { COEF_CONST(0.94952816), COEF_CONST(0.31368175) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
309 { COEF_CONST(0.94154406), COEF_CONST(0.33688986) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
310 { COEF_CONST(0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
311 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
312 { COEF_CONST(0.91420972), COEF_CONST(0.40524134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
313 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
314 { COEF_CONST(0.89322430), COEF_CONST(0.44961134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
315 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
316 { COEF_CONST(0.87008697), COEF_CONST(0.49289823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
317 { COEF_CONST(0.85772860), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
318 { COEF_CONST(0.84485358), COEF_CONST(0.53499764) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
319 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
320 { COEF_CONST(0.81758481), COEF_CONST(0.57580823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
321 { COEF_CONST(0.80320752), COEF_CONST(0.59569931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
322 { COEF_CONST(0.78834641), COEF_CONST(0.61523163) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
323 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
324 { COEF_CONST(0.75720882), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
325 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
326 { COEF_CONST(0.72424710), COEF_CONST(0.68954057) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
327 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
328 { COEF_CONST(0.68954051), COEF_CONST(0.72424710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
329 { COEF_CONST(0.67155892), COEF_CONST(0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
330 { COEF_CONST(0.65317285), COEF_CONST(0.75720888) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
331 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
332 { COEF_CONST(0.61523157), COEF_CONST(0.78834641) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
333 { COEF_CONST(0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
334 { COEF_CONST(0.57580817), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
335 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
336 { COEF_CONST(0.53499758), COEF_CONST(0.84485358) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
337 { COEF_CONST(0.51410270), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
338 { COEF_CONST(0.49289817), COEF_CONST(0.87008697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
339 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
340 { COEF_CONST(0.44961131), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
341 { COEF_CONST(0.42755505), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
342 { COEF_CONST(0.40524128), COEF_CONST(0.91420978) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
343 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
344 { COEF_CONST(0.35989499), COEF_CONST(0.93299282) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
345 { COEF_CONST(0.33688983), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
346 { COEF_CONST(0.31368172), COEF_CONST(0.94952822) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
347 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
348 { COEF_CONST(0.26671273), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
349 { COEF_CONST(0.24298014), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
350 { COEF_CONST(0.21910121), COEF_CONST(0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
351 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
352 { COEF_CONST(0.17096186), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
353 { COEF_CONST(0.14673044), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
354 { COEF_CONST(0.12241063), COEF_CONST(0.99247956) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
355 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
356 { COEF_CONST(0.07356452), COEF_CONST(0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
357 { COEF_CONST(0.04906763), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
358 { COEF_CONST(0.02454119), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
359 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
360 { COEF_CONST(0.99879545), COEF_CONST(0.04906768) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
361 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
362 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
363 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
364 { COEF_CONST(0.97003126), COEF_CONST(0.24298020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
365 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
366 { COEF_CONST(0.94154406), COEF_CONST(0.33688986) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
367 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
368 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
369 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
370 { COEF_CONST(0.85772860), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
371 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
372 { COEF_CONST(0.80320752), COEF_CONST(0.59569931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
373 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
374 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
375 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
376 { COEF_CONST(0.67155892), COEF_CONST(0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
377 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
378 { COEF_CONST(0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
379 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
380 { COEF_CONST(0.51410270), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
381 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
382 { COEF_CONST(0.42755505), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
383 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
384 { COEF_CONST(0.33688983), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
385 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
386 { COEF_CONST(0.24298014), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
387 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
388 { COEF_CONST(0.14673044), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
389 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
390 { COEF_CONST(0.04906763), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
391 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
392 { COEF_CONST(-0.04906772), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
393 { COEF_CONST(-0.09801719), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
394 { COEF_CONST(-0.14673053), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
395 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
396 { COEF_CONST(-0.24298023), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
397 { COEF_CONST(-0.29028472), COEF_CONST(0.95694029) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
398 { COEF_CONST(-0.33688989), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
399 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
400 { COEF_CONST(-0.42755514), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
401 { COEF_CONST(-0.47139677), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
402 { COEF_CONST(-0.51410282), COEF_CONST(0.85772860) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
403 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
404 { COEF_CONST(-0.59569937), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
405 { COEF_CONST(-0.63439333), COEF_CONST(0.77301049) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
406 { COEF_CONST(-0.67155898), COEF_CONST(0.74095106) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
407 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
408 { COEF_CONST(-0.74095118), COEF_CONST(0.67155886) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
409 { COEF_CONST(-0.77301049), COEF_CONST(0.63439327) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
410 { COEF_CONST(-0.80320758), COEF_CONST(0.59569913) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
411 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
412 { COEF_CONST(-0.85772866), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
413 { COEF_CONST(-0.88192129), COEF_CONST(0.47139663) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
414 { COEF_CONST(-0.90398932), COEF_CONST(0.42755505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
415 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
416 { COEF_CONST(-0.94154412), COEF_CONST(0.33688980) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
417 { COEF_CONST(-0.95694035), COEF_CONST(0.29028472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
418 { COEF_CONST(-0.97003126), COEF_CONST(0.24298008) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
419 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
420 { COEF_CONST(-0.98917651), COEF_CONST(0.14673033) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
421 { COEF_CONST(-0.99518472), COEF_CONST(0.09801710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
422 { COEF_CONST(-0.99879545), COEF_CONST(0.04906749) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
423 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
424 { COEF_CONST(0.99729043), COEF_CONST(0.07356457) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
425 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
426 { COEF_CONST(0.97570211), COEF_CONST(0.21910124) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
427 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
428 { COEF_CONST(0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
429 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
430 { COEF_CONST(0.87008697), COEF_CONST(0.49289823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
431 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
432 { COEF_CONST(0.78834641), COEF_CONST(0.61523157) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
433 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
434 { COEF_CONST(0.68954057), COEF_CONST(0.72424710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
435 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
436 { COEF_CONST(0.57580817), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
437 { COEF_CONST(0.51410276), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
438 { COEF_CONST(0.44961134), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
439 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
440 { COEF_CONST(0.31368175), COEF_CONST(0.94952816) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
441 { COEF_CONST(0.24298018), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
442 { COEF_CONST(0.17096189), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
443 { COEF_CONST(0.09801713), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
444 { COEF_CONST(0.02454123), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
445 { COEF_CONST(-0.04906768), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
446 { COEF_CONST(-0.12241068), COEF_CONST(0.99247950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
447 { COEF_CONST(-0.19509032), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
448 { COEF_CONST(-0.26671275), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
449 { COEF_CONST(-0.33688986), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
450 { COEF_CONST(-0.40524131), COEF_CONST(0.91420972) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
451 { COEF_CONST(-0.47139674), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
452 { COEF_CONST(-0.53499764), COEF_CONST(0.84485352) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
453 { COEF_CONST(-0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
454 { COEF_CONST(-0.65317285), COEF_CONST(0.75720882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
455 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
456 { COEF_CONST(-0.75720882), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
457 { COEF_CONST(-0.80320752), COEF_CONST(0.59569937) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
458 { COEF_CONST(-0.84485358), COEF_CONST(0.53499770) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
459 { COEF_CONST(-0.88192129), COEF_CONST(0.47139683) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
460 { COEF_CONST(-0.91420978), COEF_CONST(0.40524122) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
461 { COEF_CONST(-0.94154406), COEF_CONST(0.33688980) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
462 { COEF_CONST(-0.96377605), COEF_CONST(0.26671273) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
463 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
464 { COEF_CONST(-0.99247956), COEF_CONST(0.12241070) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
465 { COEF_CONST(-0.99879545), COEF_CONST(0.04906772) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
466 { COEF_CONST(-0.99969882), COEF_CONST(-0.02454115) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
467 { COEF_CONST(-0.99518472), COEF_CONST(-0.09801727) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
468 { COEF_CONST(-0.98527765), COEF_CONST(-0.17096199) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
469 { COEF_CONST(-0.97003126), COEF_CONST(-0.24298024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
470 { COEF_CONST(-0.94952816), COEF_CONST(-0.31368178) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
471 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
472 { COEF_CONST(-0.89322430), COEF_CONST(-0.44961131) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
473 { COEF_CONST(-0.85772860), COEF_CONST(-0.51410270) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
474 { COEF_CONST(-0.81758481), COEF_CONST(-0.57580811) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
475 { COEF_CONST(-0.77301043), COEF_CONST(-0.63439322) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
476 { COEF_CONST(-0.72424710), COEF_CONST(-0.68954062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
477 { COEF_CONST(-0.67155898), COEF_CONST(-0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
478 { COEF_CONST(-0.61523157), COEF_CONST(-0.78834647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
479 { COEF_CONST(-0.55557024), COEF_CONST(-0.83146977) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
480 { COEF_CONST(-0.49289820), COEF_CONST(-0.87008697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
481 { COEF_CONST(-0.42755508), COEF_CONST(-0.90398937) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
482 { COEF_CONST(-0.35989502), COEF_CONST(-0.93299276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
483 { COEF_CONST(-0.29028466), COEF_CONST(-0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
484 { COEF_CONST(-0.21910124), COEF_CONST(-0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
485 { COEF_CONST(-0.14673047), COEF_CONST(-0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
486 { COEF_CONST(-0.07356455), COEF_CONST(-0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
487 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
488 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
489 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
490 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
491 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
492 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
493 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
494 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
495 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
496 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
497 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
498 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
499 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
500 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
501 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
502 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
503 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
504 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
505 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
506 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
507 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
508 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
509 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
510 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
511 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
512 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
513 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
514 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
515 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
516 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
517 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
518 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
519 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
520 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
521 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
522 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
523 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
524 { COEF_CONST(0.09801713), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
525 { COEF_CONST(-0.19509032), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
526 { COEF_CONST(-0.47139674), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
527 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
528 { COEF_CONST(-0.88192129), COEF_CONST(0.47139683) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
529 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
530 { COEF_CONST(-0.99518472), COEF_CONST(-0.09801727) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
531 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
532 { COEF_CONST(-0.77301043), COEF_CONST(-0.63439322) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
533 { COEF_CONST(-0.55557024), COEF_CONST(-0.83146977) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
534 { COEF_CONST(-0.29028466), COEF_CONST(-0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
535 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
536 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
537 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
538 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
539 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
540 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
541 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
542 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
543 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
544 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
545 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
546 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
547 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
548 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
549 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
550 { COEF_CONST(0.00000001), COEF_CONST(-1.00000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
551 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
552
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
553 complex_t cfft_tab_480[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
554 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
555 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
556 { COEF_CONST(0.99991435), COEF_CONST(0.01308960) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
557 { COEF_CONST(0.99965733), COEF_CONST(0.02617695) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
558 { COEF_CONST(0.99922901), COEF_CONST(0.03925982) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
559 { COEF_CONST(0.99862951), COEF_CONST(0.05233596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
560 { COEF_CONST(0.99785894), COEF_CONST(0.06540313) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
561 { COEF_CONST(0.99691731), COEF_CONST(0.07845910) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
562 { COEF_CONST(0.99580491), COEF_CONST(0.09150162) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
563 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
564 { COEF_CONST(0.99306846), COEF_CONST(0.11753740) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
565 { COEF_CONST(0.99144489), COEF_CONST(0.13052620) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
566 { COEF_CONST(0.98965138), COEF_CONST(0.14349262) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
567 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
568 { COEF_CONST(0.98555607), COEF_CONST(0.16934951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
569 { COEF_CONST(0.98325491), COEF_CONST(0.18223552) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
570 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
571 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
572 { COEF_CONST(0.97534233), COEF_CONST(0.22069745) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
573 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
574 { COEF_CONST(0.96923089), COEF_CONST(0.24615330) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
575 { COEF_CONST(0.96592581), COEF_CONST(0.25881904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
576 { COEF_CONST(0.96245521), COEF_CONST(0.27144045) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
577 { COEF_CONST(0.95881975), COEF_CONST(0.28401536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
578 { COEF_CONST(0.95501995), COEF_CONST(0.29654160) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
579 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
580 { COEF_CONST(0.94693011), COEF_CONST(0.32143945) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
581 { COEF_CONST(0.94264150), COEF_CONST(0.33380687) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
582 { COEF_CONST(0.93819135), COEF_CONST(0.34611708) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
583 { COEF_CONST(0.93358040), COEF_CONST(0.35836795) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
584 { COEF_CONST(0.92880952), COEF_CONST(0.37055743) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
585 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
586 { COEF_CONST(0.91879123), COEF_CONST(0.39474389) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
587 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
588 { COEF_CONST(0.90814316), COEF_CONST(0.41865975) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
589 { COEF_CONST(0.90258527), COEF_CONST(0.43051112) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
590 { COEF_CONST(0.89687276), COEF_CONST(0.44228873) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
591 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
592 { COEF_CONST(0.88498765), COEF_CONST(0.46561453) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
593 { COEF_CONST(0.87881708), COEF_CONST(0.47715878) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
594 { COEF_CONST(0.87249601), COEF_CONST(0.48862126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
595 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
596 { COEF_CONST(0.85940641), COEF_CONST(0.51129311) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
597 { COEF_CONST(0.85264015), COEF_CONST(0.52249855) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
598 { COEF_CONST(0.84572780), COEF_CONST(0.53361452) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
599 { COEF_CONST(0.83867055), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
600 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
601 { COEF_CONST(0.82412618), COEF_CONST(0.56640625) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
602 { COEF_CONST(0.81664157), COEF_CONST(0.57714522) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
603 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
604 { COEF_CONST(0.80125380), COEF_CONST(0.59832460) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
605 { COEF_CONST(0.79335332), COEF_CONST(0.60876143) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
606 { COEF_CONST(0.78531694), COEF_CONST(0.61909395) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
607 { COEF_CONST(0.77714592), COEF_CONST(0.62932038) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
608 { COEF_CONST(0.76884180), COEF_CONST(0.63943899) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
609 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
610 { COEF_CONST(0.75183982), COEF_CONST(0.65934587) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
611 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
612 { COEF_CONST(0.73432249), COEF_CONST(0.67880076) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
613 { COEF_CONST(0.72537434), COEF_CONST(0.68835455) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
614 { COEF_CONST(0.71630192), COEF_CONST(0.69779050) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
615 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
616 { COEF_CONST(0.69779044), COEF_CONST(0.71630198) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
617 { COEF_CONST(0.68835455), COEF_CONST(0.72537440) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
618 { COEF_CONST(0.67880070), COEF_CONST(0.73432255) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
619 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
620 { COEF_CONST(0.65934581), COEF_CONST(0.75183982) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
621 { COEF_CONST(0.64944804), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
622 { COEF_CONST(0.63943899), COEF_CONST(0.76884186) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
623 { COEF_CONST(0.62932038), COEF_CONST(0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
624 { COEF_CONST(0.61909395), COEF_CONST(0.78531694) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
625 { COEF_CONST(0.60876143), COEF_CONST(0.79335338) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
626 { COEF_CONST(0.59832460), COEF_CONST(0.80125386) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
627 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
628 { COEF_CONST(0.57714516), COEF_CONST(0.81664157) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
629 { COEF_CONST(0.56640619), COEF_CONST(0.82412618) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
630 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
631 { COEF_CONST(0.54463899), COEF_CONST(0.83867061) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
632 { COEF_CONST(0.53361452), COEF_CONST(0.84572780) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
633 { COEF_CONST(0.52249855), COEF_CONST(0.85264021) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
634 { COEF_CONST(0.51129305), COEF_CONST(0.85940641) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
635 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
636 { COEF_CONST(0.48862121), COEF_CONST(0.87249607) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
637 { COEF_CONST(0.47715873), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
638 { COEF_CONST(0.46561450), COEF_CONST(0.88498765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
639 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
640 { COEF_CONST(0.44228867), COEF_CONST(0.89687276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
641 { COEF_CONST(0.43051106), COEF_CONST(0.90258533) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
642 { COEF_CONST(0.41865972), COEF_CONST(0.90814316) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
643 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
644 { COEF_CONST(0.39474383), COEF_CONST(0.91879123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
645 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
646 { COEF_CONST(0.37055740), COEF_CONST(0.92880958) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
647 { COEF_CONST(0.35836792), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
648 { COEF_CONST(0.34611702), COEF_CONST(0.93819135) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
649 { COEF_CONST(0.33380681), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
650 { COEF_CONST(0.32143945), COEF_CONST(0.94693011) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
651 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
652 { COEF_CONST(0.29654154), COEF_CONST(0.95501995) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
653 { COEF_CONST(0.28401530), COEF_CONST(0.95881975) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
654 { COEF_CONST(0.27144042), COEF_CONST(0.96245527) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
655 { COEF_CONST(0.25881901), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
656 { COEF_CONST(0.24615325), COEF_CONST(0.96923089) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
657 { COEF_CONST(0.23344533), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
658 { COEF_CONST(0.22069740), COEF_CONST(0.97534233) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
659 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
660 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
661 { COEF_CONST(0.18223549), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
662 { COEF_CONST(0.16934946), COEF_CONST(0.98555607) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
663 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
664 { COEF_CONST(0.14349258), COEF_CONST(0.98965138) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
665 { COEF_CONST(0.13052616), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
666 { COEF_CONST(0.11753736), COEF_CONST(0.99306846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
667 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
668 { COEF_CONST(0.09150158), COEF_CONST(0.99580491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
669 { COEF_CONST(0.07845905), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
670 { COEF_CONST(0.06540309), COEF_CONST(0.99785894) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
671 { COEF_CONST(0.05233591), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
672 { COEF_CONST(0.03925977), COEF_CONST(0.99922901) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
673 { COEF_CONST(0.02617691), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
674 { COEF_CONST(0.01308955), COEF_CONST(0.99991435) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
675 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
676 { COEF_CONST(-0.01308964), COEF_CONST(0.99991435) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
677 { COEF_CONST(-0.02617699), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
678 { COEF_CONST(-0.03925986), COEF_CONST(0.99922901) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
679 { COEF_CONST(-0.05233600), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
680 { COEF_CONST(-0.06540318), COEF_CONST(0.99785894) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
681 { COEF_CONST(-0.07845914), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
682 { COEF_CONST(-0.09150167), COEF_CONST(0.99580491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
683 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
684 { COEF_CONST(-0.11753745), COEF_CONST(0.99306846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
685 { COEF_CONST(-0.13052624), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
686 { COEF_CONST(-0.14349267), COEF_CONST(0.98965138) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
687 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
688 { COEF_CONST(-0.16934955), COEF_CONST(0.98555607) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
689 { COEF_CONST(-0.18223557), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
690 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
691 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
692 { COEF_CONST(-0.22069748), COEF_CONST(0.97534227) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
693 { COEF_CONST(-0.23344541), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
694 { COEF_CONST(-0.24615334), COEF_CONST(0.96923089) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
695 { COEF_CONST(-0.25881910), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
696 { COEF_CONST(-0.27144051), COEF_CONST(0.96245521) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
697 { COEF_CONST(-0.28401539), COEF_CONST(0.95881969) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
698 { COEF_CONST(-0.29654163), COEF_CONST(0.95501995) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
699 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
700 { COEF_CONST(-0.32143950), COEF_CONST(0.94693011) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
701 { COEF_CONST(-0.33380690), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
702 { COEF_CONST(-0.34611711), COEF_CONST(0.93819129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
703 { COEF_CONST(-0.35836801), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
704 { COEF_CONST(-0.37055749), COEF_CONST(0.92880952) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
705 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
706 { COEF_CONST(-0.39474392), COEF_CONST(0.91879123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
707 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
708 { COEF_CONST(-0.41865978), COEF_CONST(0.90814310) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
709 { COEF_CONST(-0.43051115), COEF_CONST(0.90258527) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
710 { COEF_CONST(-0.44228873), COEF_CONST(0.89687276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
711 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
712 { COEF_CONST(-0.46561456), COEF_CONST(0.88498759) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
713 { COEF_CONST(-0.47715881), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
714 { COEF_CONST(-0.48862129), COEF_CONST(0.87249595) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
715 { COEF_CONST(-0.50000006), COEF_CONST(0.86602539) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
716 { COEF_CONST(-0.51129311), COEF_CONST(0.85940641) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
717 { COEF_CONST(-0.52249861), COEF_CONST(0.85264009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
718 { COEF_CONST(-0.53361458), COEF_CONST(0.84572780) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
719 { COEF_CONST(-0.54463911), COEF_CONST(0.83867055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
720 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
721 { COEF_CONST(-0.56640631), COEF_CONST(0.82412612) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
722 { COEF_CONST(-0.57714522), COEF_CONST(0.81664157) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
723 { COEF_CONST(-0.58778530), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
724 { COEF_CONST(-0.59832466), COEF_CONST(0.80125374) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
725 { COEF_CONST(-0.60876149), COEF_CONST(0.79335332) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
726 { COEF_CONST(-0.61909401), COEF_CONST(0.78531694) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
727 { COEF_CONST(-0.62932044), COEF_CONST(0.77714586) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
728 { COEF_CONST(-0.63943905), COEF_CONST(0.76884180) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
729 { COEF_CONST(-0.64944810), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
730 { COEF_CONST(-0.65934587), COEF_CONST(0.75183970) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
731 { COEF_CONST(-0.66913068), COEF_CONST(0.74314481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
732 { COEF_CONST(-0.67880082), COEF_CONST(0.73432249) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
733 { COEF_CONST(-0.68835461), COEF_CONST(0.72537428) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
734 { COEF_CONST(-0.69779050), COEF_CONST(0.71630186) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
735 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
736 { COEF_CONST(-0.71630198), COEF_CONST(0.69779032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
737 { COEF_CONST(-0.72537440), COEF_CONST(0.68835449) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
738 { COEF_CONST(-0.73432255), COEF_CONST(0.67880070) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
739 { COEF_CONST(-0.74314487), COEF_CONST(0.66913044) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
740 { COEF_CONST(-0.75183988), COEF_CONST(0.65934575) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
741 { COEF_CONST(-0.76040602), COEF_CONST(0.64944804) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
742 { COEF_CONST(-0.76884186), COEF_CONST(0.63943905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
743 { COEF_CONST(-0.77714598), COEF_CONST(0.62932026) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
744 { COEF_CONST(-0.78531694), COEF_CONST(0.61909389) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
745 { COEF_CONST(-0.79335338), COEF_CONST(0.60876143) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
746 { COEF_CONST(-0.80125386), COEF_CONST(0.59832448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
747 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
748 { COEF_CONST(-0.81664157), COEF_CONST(0.57714522) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
749 { COEF_CONST(-0.82412624), COEF_CONST(0.56640613) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
750 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
751 { COEF_CONST(-0.83867061), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
752 { COEF_CONST(-0.84572786), COEF_CONST(0.53361434) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
753 { COEF_CONST(-0.85264021), COEF_CONST(0.52249849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
754 { COEF_CONST(-0.85940647), COEF_CONST(0.51129305) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
755 { COEF_CONST(-0.86602545), COEF_CONST(0.50000006) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
756 { COEF_CONST(-0.87249607), COEF_CONST(0.48862115) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
757 { COEF_CONST(-0.87881714), COEF_CONST(0.47715873) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
758 { COEF_CONST(-0.88498765), COEF_CONST(0.46561456) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
759 { COEF_CONST(-0.89100653), COEF_CONST(0.45399037) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
760 { COEF_CONST(-0.89687276), COEF_CONST(0.44228864) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
761 { COEF_CONST(-0.90258533), COEF_CONST(0.43051112) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
762 { COEF_CONST(-0.90814322), COEF_CONST(0.41865960) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
763 { COEF_CONST(-0.91354549), COEF_CONST(0.40673658) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
764 { COEF_CONST(-0.91879123), COEF_CONST(0.39474386) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
765 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
766 { COEF_CONST(-0.92880958), COEF_CONST(0.37055734) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
767 { COEF_CONST(-0.93358046), COEF_CONST(0.35836792) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
768 { COEF_CONST(-0.93819135), COEF_CONST(0.34611690) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
769 { COEF_CONST(-0.94264150), COEF_CONST(0.33380675) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
770 { COEF_CONST(-0.94693017), COEF_CONST(0.32143945) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
771 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
772 { COEF_CONST(-0.95501995), COEF_CONST(0.29654145) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
773 { COEF_CONST(-0.95881975), COEF_CONST(0.28401530) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
774 { COEF_CONST(-0.96245527), COEF_CONST(0.27144048) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
775 { COEF_CONST(-0.96592587), COEF_CONST(0.25881892) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
776 { COEF_CONST(-0.96923095), COEF_CONST(0.24615324) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
777 { COEF_CONST(-0.97236997), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
778 { COEF_CONST(-0.97534233), COEF_CONST(0.22069728) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
779 { COEF_CONST(-0.97814763), COEF_CONST(0.20791161) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
780 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
781 { COEF_CONST(-0.98325491), COEF_CONST(0.18223536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
782 { COEF_CONST(-0.98555607), COEF_CONST(0.16934940) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
783 { COEF_CONST(-0.98768836), COEF_CONST(0.15643445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
784 { COEF_CONST(-0.98965138), COEF_CONST(0.14349243) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
785 { COEF_CONST(-0.99144489), COEF_CONST(0.13052608) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
786 { COEF_CONST(-0.99306846), COEF_CONST(0.11753736) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
787 { COEF_CONST(-0.99452192), COEF_CONST(0.10452849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
788 { COEF_CONST(-0.99580491), COEF_CONST(0.09150149) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
789 { COEF_CONST(-0.99691737), COEF_CONST(0.07845904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
790 { COEF_CONST(-0.99785894), COEF_CONST(0.06540315) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
791 { COEF_CONST(-0.99862951), COEF_CONST(0.05233581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
792 { COEF_CONST(-0.99922901), COEF_CONST(0.03925974) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
793 { COEF_CONST(-0.99965733), COEF_CONST(0.02617695) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
794 { COEF_CONST(-0.99991435), COEF_CONST(0.01308943) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
795 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
796 { COEF_CONST(0.99965733), COEF_CONST(0.02617695) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
797 { COEF_CONST(0.99862951), COEF_CONST(0.05233596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
798 { COEF_CONST(0.99691731), COEF_CONST(0.07845910) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
799 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
800 { COEF_CONST(0.99144489), COEF_CONST(0.13052620) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
801 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
802 { COEF_CONST(0.98325491), COEF_CONST(0.18223552) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
803 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
804 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
805 { COEF_CONST(0.96592581), COEF_CONST(0.25881904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
806 { COEF_CONST(0.95881975), COEF_CONST(0.28401536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
807 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
808 { COEF_CONST(0.94264150), COEF_CONST(0.33380687) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
809 { COEF_CONST(0.93358040), COEF_CONST(0.35836795) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
810 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
811 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
812 { COEF_CONST(0.90258527), COEF_CONST(0.43051112) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
813 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
814 { COEF_CONST(0.87881708), COEF_CONST(0.47715878) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
815 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
816 { COEF_CONST(0.85264015), COEF_CONST(0.52249855) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
817 { COEF_CONST(0.83867055), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
818 { COEF_CONST(0.82412618), COEF_CONST(0.56640625) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
819 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
820 { COEF_CONST(0.79335332), COEF_CONST(0.60876143) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
821 { COEF_CONST(0.77714592), COEF_CONST(0.62932038) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
822 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
823 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
824 { COEF_CONST(0.72537434), COEF_CONST(0.68835455) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
825 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
826 { COEF_CONST(0.68835455), COEF_CONST(0.72537440) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
827 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
828 { COEF_CONST(0.64944804), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
829 { COEF_CONST(0.62932038), COEF_CONST(0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
830 { COEF_CONST(0.60876143), COEF_CONST(0.79335338) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
831 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
832 { COEF_CONST(0.56640619), COEF_CONST(0.82412618) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
833 { COEF_CONST(0.54463899), COEF_CONST(0.83867061) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
834 { COEF_CONST(0.52249855), COEF_CONST(0.85264021) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
835 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
836 { COEF_CONST(0.47715873), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
837 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
838 { COEF_CONST(0.43051106), COEF_CONST(0.90258533) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
839 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
840 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
841 { COEF_CONST(0.35836792), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
842 { COEF_CONST(0.33380681), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
843 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
844 { COEF_CONST(0.28401530), COEF_CONST(0.95881975) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
845 { COEF_CONST(0.25881901), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
846 { COEF_CONST(0.23344533), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
847 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
848 { COEF_CONST(0.18223549), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
849 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
850 { COEF_CONST(0.13052616), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
851 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
852 { COEF_CONST(0.07845905), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
853 { COEF_CONST(0.05233591), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
854 { COEF_CONST(0.02617691), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
855 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
856 { COEF_CONST(-0.02617699), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
857 { COEF_CONST(-0.05233600), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
858 { COEF_CONST(-0.07845914), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
859 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
860 { COEF_CONST(-0.13052624), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
861 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
862 { COEF_CONST(-0.18223557), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
863 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
864 { COEF_CONST(-0.23344541), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
865 { COEF_CONST(-0.25881910), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
866 { COEF_CONST(-0.28401539), COEF_CONST(0.95881969) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
867 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
868 { COEF_CONST(-0.33380690), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
869 { COEF_CONST(-0.35836801), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
870 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
871 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
872 { COEF_CONST(-0.43051115), COEF_CONST(0.90258527) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
873 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
874 { COEF_CONST(-0.47715881), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
875 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
876 { COEF_CONST(0.99862951), COEF_CONST(0.05233596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
877 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
878 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
879 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
880 { COEF_CONST(0.96592581), COEF_CONST(0.25881904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
881 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
882 { COEF_CONST(0.93358040), COEF_CONST(0.35836795) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
883 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
884 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
885 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
886 { COEF_CONST(0.83867055), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
887 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
888 { COEF_CONST(0.77714592), COEF_CONST(0.62932038) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
889 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
890 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
891 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
892 { COEF_CONST(0.62932038), COEF_CONST(0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
893 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
894 { COEF_CONST(0.54463899), COEF_CONST(0.83867061) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
895 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
896 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
897 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
898 { COEF_CONST(0.35836792), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
899 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
900 { COEF_CONST(0.25881901), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
901 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
902 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
903 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
904 { COEF_CONST(0.05233591), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
905 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
906 { COEF_CONST(-0.05233600), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
907 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
908 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
909 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
910 { COEF_CONST(-0.25881910), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
911 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
912 { COEF_CONST(-0.35836801), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
913 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
914 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
915 { COEF_CONST(-0.50000006), COEF_CONST(0.86602539) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
916 { COEF_CONST(-0.54463911), COEF_CONST(0.83867055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
917 { COEF_CONST(-0.58778530), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
918 { COEF_CONST(-0.62932044), COEF_CONST(0.77714586) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
919 { COEF_CONST(-0.66913068), COEF_CONST(0.74314481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
920 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
921 { COEF_CONST(-0.74314487), COEF_CONST(0.66913044) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
922 { COEF_CONST(-0.77714598), COEF_CONST(0.62932026) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
923 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
924 { COEF_CONST(-0.83867061), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
925 { COEF_CONST(-0.86602545), COEF_CONST(0.50000006) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
926 { COEF_CONST(-0.89100653), COEF_CONST(0.45399037) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
927 { COEF_CONST(-0.91354549), COEF_CONST(0.40673658) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
928 { COEF_CONST(-0.93358046), COEF_CONST(0.35836792) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
929 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
930 { COEF_CONST(-0.96592587), COEF_CONST(0.25881892) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
931 { COEF_CONST(-0.97814763), COEF_CONST(0.20791161) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
932 { COEF_CONST(-0.98768836), COEF_CONST(0.15643445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
933 { COEF_CONST(-0.99452192), COEF_CONST(0.10452849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
934 { COEF_CONST(-0.99862951), COEF_CONST(0.05233581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
935 { COEF_CONST(-1.00000000), COEF_CONST(-0.00000009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
936 { COEF_CONST(-0.99862951), COEF_CONST(-0.05233599) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
937 { COEF_CONST(-0.99452186), COEF_CONST(-0.10452867) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
938 { COEF_CONST(-0.98768830), COEF_CONST(-0.15643461) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
939 { COEF_CONST(-0.97814757), COEF_CONST(-0.20791179) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
940 { COEF_CONST(-0.96592581), COEF_CONST(-0.25881907) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
941 { COEF_CONST(-0.95105648), COEF_CONST(-0.30901697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
942 { COEF_CONST(-0.93358040), COEF_CONST(-0.35836810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
943 { COEF_CONST(-0.91354543), COEF_CONST(-0.40673673) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
944 { COEF_CONST(-0.89100647), COEF_CONST(-0.45399055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
945 { COEF_CONST(-0.86602533), COEF_CONST(-0.50000018) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
946 { COEF_CONST(-0.83867049), COEF_CONST(-0.54463917) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
947 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
948 { COEF_CONST(-0.77714592), COEF_CONST(-0.62932044) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
949 { COEF_CONST(-0.74314475), COEF_CONST(-0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
950 { COEF_CONST(-0.70710671), COEF_CONST(-0.70710689) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
951 { COEF_CONST(-0.66913050), COEF_CONST(-0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
952 { COEF_CONST(-0.62932032), COEF_CONST(-0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
953 { COEF_CONST(-0.58778518), COEF_CONST(-0.80901712) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
954 { COEF_CONST(-0.54463893), COEF_CONST(-0.83867055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
955 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
956 { COEF_CONST(0.99691731), COEF_CONST(0.07845910) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
957 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
958 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
959 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
960 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
961 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
962 { COEF_CONST(0.85264015), COEF_CONST(0.52249855) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
963 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
964 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
965 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
966 { COEF_CONST(0.64944804), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
967 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
968 { COEF_CONST(0.52249855), COEF_CONST(0.85264021) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
969 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
970 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
971 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
972 { COEF_CONST(0.23344533), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
973 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
974 { COEF_CONST(0.07845905), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
975 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
976 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
977 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
978 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
979 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
980 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
981 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
982 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
983 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
984 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
985 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
986 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
987 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
988 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
989 { COEF_CONST(-0.58778530), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
990 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
991 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
992 { COEF_CONST(-0.89100653), COEF_CONST(0.45399037) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
993 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
994 { COEF_CONST(-0.98768836), COEF_CONST(0.15643445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
995 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
996 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
997 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
998 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
999 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1000 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1001 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1002 { COEF_CONST(-0.07845914), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1003 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1004 { COEF_CONST(-0.52249861), COEF_CONST(0.85264009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1005 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1006 { COEF_CONST(-0.85264021), COEF_CONST(0.52249849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1007 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1008 { COEF_CONST(-0.99691737), COEF_CONST(0.07845904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1009 { COEF_CONST(-0.98768830), COEF_CONST(-0.15643461) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1010 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1011 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1012 { COEF_CONST(-0.64944798), COEF_CONST(-0.76040608) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1013 { COEF_CONST(-0.45399040), COEF_CONST(-0.89100665) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1014 { COEF_CONST(-0.23344524), COEF_CONST(-0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1015 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1016 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1017 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1018 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1019 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1020 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1021 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1022 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1023 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1024 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1025 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1026 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1027 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1028 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1029 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1030 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1031 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1032 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1033 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1034 { COEF_CONST(0.30901712), COEF_CONST(-0.95105648) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1035 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1036
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1037 complex_t cfft_tab_64[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1038 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1039 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1040 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1041 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1042 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1043 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1044 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1045 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1046 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1047 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1048 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1049 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1050 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1051 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1052 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1053 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1054 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1055 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1056 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1057 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1058 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1059 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1060 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1061 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1062 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1063 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1064 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1065 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1066 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1067 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1068 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1069 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1070 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1071 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1072 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1073 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1074 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1075 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1076 { COEF_CONST(0.09801713), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1077 { COEF_CONST(-0.19509032), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1078 { COEF_CONST(-0.47139674), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1079 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1080 { COEF_CONST(-0.88192129), COEF_CONST(0.47139683) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1081 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1082 { COEF_CONST(-0.99518472), COEF_CONST(-0.09801727) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1083 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1084 { COEF_CONST(-0.77301043), COEF_CONST(-0.63439322) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1085 { COEF_CONST(-0.55557024), COEF_CONST(-0.83146977) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1086 { COEF_CONST(-0.29028466), COEF_CONST(-0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1087 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1088 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1089 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1090 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1091 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1092 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1093 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1094 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1095 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1096 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1097 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1098 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1099 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1100 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1101 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1102 { COEF_CONST(0.00000001), COEF_CONST(-1.00000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1103 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1104
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1105 complex_t cfft_tab_60[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1106 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1107 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1108 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1109 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1110 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1111 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1112 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1113 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1114 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1115 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1116 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1117 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1118 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1119 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1120 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1121 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1122 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1123 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1124 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1125 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1126 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1127 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1128 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1129 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1130 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1131 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1132 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1133 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1134 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1135 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1136 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1137 { COEF_CONST(-0.50000006), COEF_CONST(0.86602539) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1138 { COEF_CONST(-0.66913068), COEF_CONST(0.74314481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1139 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1140 { COEF_CONST(-0.91354549), COEF_CONST(0.40673658) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1141 { COEF_CONST(-0.97814763), COEF_CONST(0.20791161) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1142 { COEF_CONST(-1.00000000), COEF_CONST(-0.00000009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1143 { COEF_CONST(-0.97814757), COEF_CONST(-0.20791179) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1144 { COEF_CONST(-0.91354543), COEF_CONST(-0.40673673) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1145 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1146 { COEF_CONST(-0.66913050), COEF_CONST(-0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1147 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1148 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1149 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1150 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1151 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1152 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1153 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1154 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1155 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1156 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1157 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1158 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1159 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1160 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1161 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1162 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1163 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1164 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1165 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1166 { COEF_CONST(0.30901712), COEF_CONST(-0.95105648) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1167 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1168
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1169 #ifdef LD_DEC
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1170
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1171 complex_t cfft_tab_256[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1172 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1173 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1174 { COEF_CONST(0.99969882), COEF_CONST(0.02454123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1175 { COEF_CONST(0.99879545), COEF_CONST(0.04906768) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1176 { COEF_CONST(0.99729043), COEF_CONST(0.07356457) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1177 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1178 { COEF_CONST(0.99247956), COEF_CONST(0.12241068) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1179 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1180 { COEF_CONST(0.98527765), COEF_CONST(0.17096190) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1181 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1182 { COEF_CONST(0.97570211), COEF_CONST(0.21910124) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1183 { COEF_CONST(0.97003126), COEF_CONST(0.24298020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1184 { COEF_CONST(0.96377605), COEF_CONST(0.26671278) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1185 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1186 { COEF_CONST(0.94952816), COEF_CONST(0.31368175) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1187 { COEF_CONST(0.94154406), COEF_CONST(0.33688986) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1188 { COEF_CONST(0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1189 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1190 { COEF_CONST(0.91420972), COEF_CONST(0.40524134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1191 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1192 { COEF_CONST(0.89322430), COEF_CONST(0.44961134) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1193 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1194 { COEF_CONST(0.87008697), COEF_CONST(0.49289823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1195 { COEF_CONST(0.85772860), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1196 { COEF_CONST(0.84485358), COEF_CONST(0.53499764) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1197 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1198 { COEF_CONST(0.81758481), COEF_CONST(0.57580823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1199 { COEF_CONST(0.80320752), COEF_CONST(0.59569931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1200 { COEF_CONST(0.78834641), COEF_CONST(0.61523163) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1201 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1202 { COEF_CONST(0.75720882), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1203 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1204 { COEF_CONST(0.72424710), COEF_CONST(0.68954057) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1205 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1206 { COEF_CONST(0.68954051), COEF_CONST(0.72424710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1207 { COEF_CONST(0.67155892), COEF_CONST(0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1208 { COEF_CONST(0.65317285), COEF_CONST(0.75720888) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1209 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1210 { COEF_CONST(0.61523157), COEF_CONST(0.78834641) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1211 { COEF_CONST(0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1212 { COEF_CONST(0.57580817), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1213 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1214 { COEF_CONST(0.53499758), COEF_CONST(0.84485358) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1215 { COEF_CONST(0.51410270), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1216 { COEF_CONST(0.49289817), COEF_CONST(0.87008697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1217 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1218 { COEF_CONST(0.44961131), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1219 { COEF_CONST(0.42755505), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1220 { COEF_CONST(0.40524128), COEF_CONST(0.91420978) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1221 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1222 { COEF_CONST(0.35989499), COEF_CONST(0.93299282) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1223 { COEF_CONST(0.33688983), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1224 { COEF_CONST(0.31368172), COEF_CONST(0.94952822) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1225 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1226 { COEF_CONST(0.26671273), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1227 { COEF_CONST(0.24298014), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1228 { COEF_CONST(0.21910121), COEF_CONST(0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1229 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1230 { COEF_CONST(0.17096186), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1231 { COEF_CONST(0.14673044), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1232 { COEF_CONST(0.12241063), COEF_CONST(0.99247956) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1233 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1234 { COEF_CONST(0.07356452), COEF_CONST(0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1235 { COEF_CONST(0.04906763), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1236 { COEF_CONST(0.02454119), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1237 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1238 { COEF_CONST(0.99879545), COEF_CONST(0.04906768) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1239 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1240 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1241 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1242 { COEF_CONST(0.97003126), COEF_CONST(0.24298020) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1243 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1244 { COEF_CONST(0.94154406), COEF_CONST(0.33688986) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1245 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1246 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1247 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1248 { COEF_CONST(0.85772860), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1249 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1250 { COEF_CONST(0.80320752), COEF_CONST(0.59569931) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1251 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1252 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1253 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1254 { COEF_CONST(0.67155892), COEF_CONST(0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1255 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1256 { COEF_CONST(0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1257 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1258 { COEF_CONST(0.51410270), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1259 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1260 { COEF_CONST(0.42755505), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1261 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1262 { COEF_CONST(0.33688983), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1263 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1264 { COEF_CONST(0.24298014), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1265 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1266 { COEF_CONST(0.14673044), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1267 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1268 { COEF_CONST(0.04906763), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1269 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1270 { COEF_CONST(-0.04906772), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1271 { COEF_CONST(-0.09801719), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1272 { COEF_CONST(-0.14673053), COEF_CONST(0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1273 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1274 { COEF_CONST(-0.24298023), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1275 { COEF_CONST(-0.29028472), COEF_CONST(0.95694029) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1276 { COEF_CONST(-0.33688989), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1277 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1278 { COEF_CONST(-0.42755514), COEF_CONST(0.90398932) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1279 { COEF_CONST(-0.47139677), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1280 { COEF_CONST(-0.51410282), COEF_CONST(0.85772860) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1281 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1282 { COEF_CONST(-0.59569937), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1283 { COEF_CONST(-0.63439333), COEF_CONST(0.77301049) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1284 { COEF_CONST(-0.67155898), COEF_CONST(0.74095106) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1285 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1286 { COEF_CONST(-0.74095118), COEF_CONST(0.67155886) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1287 { COEF_CONST(-0.77301049), COEF_CONST(0.63439327) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1288 { COEF_CONST(-0.80320758), COEF_CONST(0.59569913) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1289 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1290 { COEF_CONST(-0.85772866), COEF_CONST(0.51410276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1291 { COEF_CONST(-0.88192129), COEF_CONST(0.47139663) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1292 { COEF_CONST(-0.90398932), COEF_CONST(0.42755505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1293 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1294 { COEF_CONST(-0.94154412), COEF_CONST(0.33688980) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1295 { COEF_CONST(-0.95694035), COEF_CONST(0.29028472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1296 { COEF_CONST(-0.97003126), COEF_CONST(0.24298008) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1297 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1298 { COEF_CONST(-0.98917651), COEF_CONST(0.14673033) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1299 { COEF_CONST(-0.99518472), COEF_CONST(0.09801710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1300 { COEF_CONST(-0.99879545), COEF_CONST(0.04906749) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1301 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1302 { COEF_CONST(0.99729043), COEF_CONST(0.07356457) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1303 { COEF_CONST(0.98917651), COEF_CONST(0.14673047) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1304 { COEF_CONST(0.97570211), COEF_CONST(0.21910124) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1305 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1306 { COEF_CONST(0.93299282), COEF_CONST(0.35989505) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1307 { COEF_CONST(0.90398932), COEF_CONST(0.42755508) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1308 { COEF_CONST(0.87008697), COEF_CONST(0.49289823) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1309 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1310 { COEF_CONST(0.78834641), COEF_CONST(0.61523157) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1311 { COEF_CONST(0.74095112), COEF_CONST(0.67155898) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1312 { COEF_CONST(0.68954057), COEF_CONST(0.72424710) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1313 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1314 { COEF_CONST(0.57580817), COEF_CONST(0.81758481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1315 { COEF_CONST(0.51410276), COEF_CONST(0.85772866) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1316 { COEF_CONST(0.44961134), COEF_CONST(0.89322430) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1317 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1318 { COEF_CONST(0.31368175), COEF_CONST(0.94952816) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1319 { COEF_CONST(0.24298018), COEF_CONST(0.97003126) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1320 { COEF_CONST(0.17096189), COEF_CONST(0.98527765) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1321 { COEF_CONST(0.09801713), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1322 { COEF_CONST(0.02454123), COEF_CONST(0.99969882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1323 { COEF_CONST(-0.04906768), COEF_CONST(0.99879545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1324 { COEF_CONST(-0.12241068), COEF_CONST(0.99247950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1325 { COEF_CONST(-0.19509032), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1326 { COEF_CONST(-0.26671275), COEF_CONST(0.96377605) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1327 { COEF_CONST(-0.33688986), COEF_CONST(0.94154406) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1328 { COEF_CONST(-0.40524131), COEF_CONST(0.91420972) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1329 { COEF_CONST(-0.47139674), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1330 { COEF_CONST(-0.53499764), COEF_CONST(0.84485352) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1331 { COEF_CONST(-0.59569931), COEF_CONST(0.80320752) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1332 { COEF_CONST(-0.65317285), COEF_CONST(0.75720882) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1333 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1334 { COEF_CONST(-0.75720882), COEF_CONST(0.65317285) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1335 { COEF_CONST(-0.80320752), COEF_CONST(0.59569937) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1336 { COEF_CONST(-0.84485358), COEF_CONST(0.53499770) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1337 { COEF_CONST(-0.88192129), COEF_CONST(0.47139683) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1338 { COEF_CONST(-0.91420978), COEF_CONST(0.40524122) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1339 { COEF_CONST(-0.94154406), COEF_CONST(0.33688980) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1340 { COEF_CONST(-0.96377605), COEF_CONST(0.26671273) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1341 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1342 { COEF_CONST(-0.99247956), COEF_CONST(0.12241070) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1343 { COEF_CONST(-0.99879545), COEF_CONST(0.04906772) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1344 { COEF_CONST(-0.99969882), COEF_CONST(-0.02454115) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1345 { COEF_CONST(-0.99518472), COEF_CONST(-0.09801727) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1346 { COEF_CONST(-0.98527765), COEF_CONST(-0.17096199) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1347 { COEF_CONST(-0.97003126), COEF_CONST(-0.24298024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1348 { COEF_CONST(-0.94952816), COEF_CONST(-0.31368178) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1349 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1350 { COEF_CONST(-0.89322430), COEF_CONST(-0.44961131) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1351 { COEF_CONST(-0.85772860), COEF_CONST(-0.51410270) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1352 { COEF_CONST(-0.81758481), COEF_CONST(-0.57580811) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1353 { COEF_CONST(-0.77301043), COEF_CONST(-0.63439322) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1354 { COEF_CONST(-0.72424710), COEF_CONST(-0.68954062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1355 { COEF_CONST(-0.67155898), COEF_CONST(-0.74095118) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1356 { COEF_CONST(-0.61523157), COEF_CONST(-0.78834647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1357 { COEF_CONST(-0.55557024), COEF_CONST(-0.83146977) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1358 { COEF_CONST(-0.49289820), COEF_CONST(-0.87008697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1359 { COEF_CONST(-0.42755508), COEF_CONST(-0.90398937) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1360 { COEF_CONST(-0.35989502), COEF_CONST(-0.93299276) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1361 { COEF_CONST(-0.29028466), COEF_CONST(-0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1362 { COEF_CONST(-0.21910124), COEF_CONST(-0.97570211) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1363 { COEF_CONST(-0.14673047), COEF_CONST(-0.98917651) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1364 { COEF_CONST(-0.07356455), COEF_CONST(-0.99729043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1365 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1366 { COEF_CONST(0.99518472), COEF_CONST(0.09801714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1367 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1368 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1369 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1370 { COEF_CONST(0.88192123), COEF_CONST(0.47139674) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1371 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1372 { COEF_CONST(0.77301043), COEF_CONST(0.63439333) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1373 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1374 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1375 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1376 { COEF_CONST(0.47139671), COEF_CONST(0.88192129) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1377 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1378 { COEF_CONST(0.29028463), COEF_CONST(0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1379 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1380 { COEF_CONST(0.09801710), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1381 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1382 { COEF_CONST(0.98078525), COEF_CONST(0.19509032) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1383 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1384 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1385 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1386 { COEF_CONST(0.55557019), COEF_CONST(0.83146966) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1387 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1388 { COEF_CONST(0.19509028), COEF_CONST(0.98078531) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1389 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1390 { COEF_CONST(-0.19509037), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1391 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1392 { COEF_CONST(-0.55557030), COEF_CONST(0.83146954) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1393 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1394 { COEF_CONST(-0.83146966), COEF_CONST(0.55557019) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1395 { COEF_CONST(-0.92387956), COEF_CONST(0.38268328) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1396 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1397 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1398 { COEF_CONST(0.95694035), COEF_CONST(0.29028466) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1399 { COEF_CONST(0.83146960), COEF_CONST(0.55557024) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1400 { COEF_CONST(0.63439327), COEF_CONST(0.77301043) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1401 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1402 { COEF_CONST(0.09801713), COEF_CONST(0.99518472) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1403 { COEF_CONST(-0.19509032), COEF_CONST(0.98078525) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1404 { COEF_CONST(-0.47139674), COEF_CONST(0.88192123) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1405 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1406 { COEF_CONST(-0.88192129), COEF_CONST(0.47139683) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1407 { COEF_CONST(-0.98078531), COEF_CONST(0.19509031) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1408 { COEF_CONST(-0.99518472), COEF_CONST(-0.09801727) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1409 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1410 { COEF_CONST(-0.77301043), COEF_CONST(-0.63439322) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1411 { COEF_CONST(-0.55557024), COEF_CONST(-0.83146977) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1412 { COEF_CONST(-0.29028466), COEF_CONST(-0.95694035) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1413 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1414 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1415 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1416 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1417 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1418 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1419 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1420 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1421 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1422 { COEF_CONST(0.38268343), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1423 { COEF_CONST(-0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1424 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1425 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1426 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1427 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1428 { COEF_CONST(0.00000001), COEF_CONST(-1.00000000) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1429 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1430
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1431 complex_t cfft_tab_240[] =
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1432 {
10989
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1433 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1434 { COEF_CONST(0.99965733), COEF_CONST(0.02617695) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1435 { COEF_CONST(0.99862951), COEF_CONST(0.05233596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1436 { COEF_CONST(0.99691731), COEF_CONST(0.07845910) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1437 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1438 { COEF_CONST(0.99144489), COEF_CONST(0.13052620) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1439 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1440 { COEF_CONST(0.98325491), COEF_CONST(0.18223552) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1441 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1442 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1443 { COEF_CONST(0.96592581), COEF_CONST(0.25881904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1444 { COEF_CONST(0.95881975), COEF_CONST(0.28401536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1445 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1446 { COEF_CONST(0.94264150), COEF_CONST(0.33380687) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1447 { COEF_CONST(0.93358040), COEF_CONST(0.35836795) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1448 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1449 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1450 { COEF_CONST(0.90258527), COEF_CONST(0.43051112) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1451 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1452 { COEF_CONST(0.87881708), COEF_CONST(0.47715878) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1453 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1454 { COEF_CONST(0.85264015), COEF_CONST(0.52249855) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1455 { COEF_CONST(0.83867055), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1456 { COEF_CONST(0.82412618), COEF_CONST(0.56640625) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1457 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1458 { COEF_CONST(0.79335332), COEF_CONST(0.60876143) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1459 { COEF_CONST(0.77714592), COEF_CONST(0.62932038) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1460 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1461 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1462 { COEF_CONST(0.72537434), COEF_CONST(0.68835455) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1463 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1464 { COEF_CONST(0.68835455), COEF_CONST(0.72537440) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1465 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1466 { COEF_CONST(0.64944804), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1467 { COEF_CONST(0.62932038), COEF_CONST(0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1468 { COEF_CONST(0.60876143), COEF_CONST(0.79335338) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1469 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1470 { COEF_CONST(0.56640619), COEF_CONST(0.82412618) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1471 { COEF_CONST(0.54463899), COEF_CONST(0.83867061) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1472 { COEF_CONST(0.52249855), COEF_CONST(0.85264021) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1473 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1474 { COEF_CONST(0.47715873), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1475 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1476 { COEF_CONST(0.43051106), COEF_CONST(0.90258533) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1477 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1478 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1479 { COEF_CONST(0.35836792), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1480 { COEF_CONST(0.33380681), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1481 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1482 { COEF_CONST(0.28401530), COEF_CONST(0.95881975) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1483 { COEF_CONST(0.25881901), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1484 { COEF_CONST(0.23344533), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1485 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1486 { COEF_CONST(0.18223549), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1487 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1488 { COEF_CONST(0.13052616), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1489 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1490 { COEF_CONST(0.07845905), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1491 { COEF_CONST(0.05233591), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1492 { COEF_CONST(0.02617691), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1493 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1494 { COEF_CONST(-0.02617699), COEF_CONST(0.99965733) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1495 { COEF_CONST(-0.05233600), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1496 { COEF_CONST(-0.07845914), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1497 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1498 { COEF_CONST(-0.13052624), COEF_CONST(0.99144489) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1499 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1500 { COEF_CONST(-0.18223557), COEF_CONST(0.98325491) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1501 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1502 { COEF_CONST(-0.23344541), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1503 { COEF_CONST(-0.25881910), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1504 { COEF_CONST(-0.28401539), COEF_CONST(0.95881969) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1505 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1506 { COEF_CONST(-0.33380690), COEF_CONST(0.94264150) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1507 { COEF_CONST(-0.35836801), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1508 { COEF_CONST(-0.38268349), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1509 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1510 { COEF_CONST(-0.43051115), COEF_CONST(0.90258527) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1511 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1512 { COEF_CONST(-0.47715881), COEF_CONST(0.87881714) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1513 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1514 { COEF_CONST(0.99862951), COEF_CONST(0.05233596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1515 { COEF_CONST(0.99452192), COEF_CONST(0.10452846) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1516 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1517 { COEF_CONST(0.97814763), COEF_CONST(0.20791170) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1518 { COEF_CONST(0.96592581), COEF_CONST(0.25881904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1519 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1520 { COEF_CONST(0.93358040), COEF_CONST(0.35836795) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1521 { COEF_CONST(0.91354543), COEF_CONST(0.40673664) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1522 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1523 { COEF_CONST(0.86602539), COEF_CONST(0.50000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1524 { COEF_CONST(0.83867055), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1525 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1526 { COEF_CONST(0.77714592), COEF_CONST(0.62932038) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1527 { COEF_CONST(0.74314481), COEF_CONST(0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1528 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1529 { COEF_CONST(0.66913056), COEF_CONST(0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1530 { COEF_CONST(0.62932038), COEF_CONST(0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1531 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1532 { COEF_CONST(0.54463899), COEF_CONST(0.83867061) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1533 { COEF_CONST(0.49999997), COEF_CONST(0.86602545) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1534 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1535 { COEF_CONST(0.40673661), COEF_CONST(0.91354549) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1536 { COEF_CONST(0.35836792), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1537 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1538 { COEF_CONST(0.25881901), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1539 { COEF_CONST(0.20791166), COEF_CONST(0.97814763) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1540 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1541 { COEF_CONST(0.10452842), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1542 { COEF_CONST(0.05233591), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1543 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1544 { COEF_CONST(-0.05233600), COEF_CONST(0.99862951) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1545 { COEF_CONST(-0.10452851), COEF_CONST(0.99452192) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1546 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1547 { COEF_CONST(-0.20791174), COEF_CONST(0.97814757) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1548 { COEF_CONST(-0.25881910), COEF_CONST(0.96592581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1549 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1550 { COEF_CONST(-0.35836801), COEF_CONST(0.93358046) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1551 { COEF_CONST(-0.40673670), COEF_CONST(0.91354543) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1552 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1553 { COEF_CONST(-0.50000006), COEF_CONST(0.86602539) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1554 { COEF_CONST(-0.54463911), COEF_CONST(0.83867055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1555 { COEF_CONST(-0.58778530), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1556 { COEF_CONST(-0.62932044), COEF_CONST(0.77714586) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1557 { COEF_CONST(-0.66913068), COEF_CONST(0.74314481) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1558 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1559 { COEF_CONST(-0.74314487), COEF_CONST(0.66913044) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1560 { COEF_CONST(-0.77714598), COEF_CONST(0.62932026) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1561 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1562 { COEF_CONST(-0.83867061), COEF_CONST(0.54463905) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1563 { COEF_CONST(-0.86602545), COEF_CONST(0.50000006) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1564 { COEF_CONST(-0.89100653), COEF_CONST(0.45399037) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1565 { COEF_CONST(-0.91354549), COEF_CONST(0.40673658) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1566 { COEF_CONST(-0.93358046), COEF_CONST(0.35836792) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1567 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1568 { COEF_CONST(-0.96592587), COEF_CONST(0.25881892) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1569 { COEF_CONST(-0.97814763), COEF_CONST(0.20791161) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1570 { COEF_CONST(-0.98768836), COEF_CONST(0.15643445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1571 { COEF_CONST(-0.99452192), COEF_CONST(0.10452849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1572 { COEF_CONST(-0.99862951), COEF_CONST(0.05233581) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1573 { COEF_CONST(-1.00000000), COEF_CONST(-0.00000009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1574 { COEF_CONST(-0.99862951), COEF_CONST(-0.05233599) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1575 { COEF_CONST(-0.99452186), COEF_CONST(-0.10452867) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1576 { COEF_CONST(-0.98768830), COEF_CONST(-0.15643461) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1577 { COEF_CONST(-0.97814757), COEF_CONST(-0.20791179) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1578 { COEF_CONST(-0.96592581), COEF_CONST(-0.25881907) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1579 { COEF_CONST(-0.95105648), COEF_CONST(-0.30901697) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1580 { COEF_CONST(-0.93358040), COEF_CONST(-0.35836810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1581 { COEF_CONST(-0.91354543), COEF_CONST(-0.40673673) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1582 { COEF_CONST(-0.89100647), COEF_CONST(-0.45399055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1583 { COEF_CONST(-0.86602533), COEF_CONST(-0.50000018) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1584 { COEF_CONST(-0.83867049), COEF_CONST(-0.54463917) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1585 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1586 { COEF_CONST(-0.77714592), COEF_CONST(-0.62932044) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1587 { COEF_CONST(-0.74314475), COEF_CONST(-0.66913062) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1588 { COEF_CONST(-0.70710671), COEF_CONST(-0.70710689) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1589 { COEF_CONST(-0.66913050), COEF_CONST(-0.74314487) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1590 { COEF_CONST(-0.62932032), COEF_CONST(-0.77714598) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1591 { COEF_CONST(-0.58778518), COEF_CONST(-0.80901712) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1592 { COEF_CONST(-0.54463893), COEF_CONST(-0.83867055) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1593 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1594 { COEF_CONST(0.99691731), COEF_CONST(0.07845910) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1595 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1596 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1597 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1598 { COEF_CONST(0.92387950), COEF_CONST(0.38268346) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1599 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1600 { COEF_CONST(0.85264015), COEF_CONST(0.52249855) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1601 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1602 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1603 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1604 { COEF_CONST(0.64944804), COEF_CONST(0.76040596) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1605 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1606 { COEF_CONST(0.52249855), COEF_CONST(0.85264021) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1607 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1608 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1609 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1610 { COEF_CONST(0.23344533), COEF_CONST(0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1611 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1612 { COEF_CONST(0.07845905), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1613 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1614 { COEF_CONST(0.98768836), COEF_CONST(0.15643448) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1615 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1616 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1617 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1618 { COEF_CONST(0.70710677), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1619 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1620 { COEF_CONST(0.45399046), COEF_CONST(0.89100653) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1621 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1622 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1623 { COEF_CONST(-0.00000004), COEF_CONST(1.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1624 { COEF_CONST(-0.15643451), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1625 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1626 { COEF_CONST(-0.45399055), COEF_CONST(0.89100647) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1627 { COEF_CONST(-0.58778530), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1628 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1629 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1630 { COEF_CONST(-0.89100653), COEF_CONST(0.45399037) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1631 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1632 { COEF_CONST(-0.98768836), COEF_CONST(0.15643445) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1633 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1634 { COEF_CONST(0.97236991), COEF_CONST(0.23344538) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1635 { COEF_CONST(0.89100653), COEF_CONST(0.45399052) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1636 { COEF_CONST(0.76040596), COEF_CONST(0.64944810) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1637 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1638 { COEF_CONST(0.38268340), COEF_CONST(0.92387950) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1639 { COEF_CONST(0.15643443), COEF_CONST(0.98768836) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1640 { COEF_CONST(-0.07845914), COEF_CONST(0.99691731) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1641 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1642 { COEF_CONST(-0.52249861), COEF_CONST(0.85264009) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1643 { COEF_CONST(-0.70710683), COEF_CONST(0.70710677) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1644 { COEF_CONST(-0.85264021), COEF_CONST(0.52249849) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1645 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1646 { COEF_CONST(-0.99691737), COEF_CONST(0.07845904) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1647 { COEF_CONST(-0.98768830), COEF_CONST(-0.15643461) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1648 { COEF_CONST(-0.92387950), COEF_CONST(-0.38268343) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1649 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1650 { COEF_CONST(-0.64944798), COEF_CONST(-0.76040608) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1651 { COEF_CONST(-0.45399040), COEF_CONST(-0.89100665) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1652 { COEF_CONST(-0.23344524), COEF_CONST(-0.97236991) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1653 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1654 { COEF_CONST(0.95105654), COEF_CONST(0.30901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1655 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1656 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1657 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1658 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1659 { COEF_CONST(0.80901700), COEF_CONST(0.58778524) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1660 { COEF_CONST(0.30901697), COEF_CONST(0.95105654) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1661 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1662 { COEF_CONST(-0.80901706), COEF_CONST(0.58778518) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1663 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1664 { COEF_CONST(0.58778524), COEF_CONST(0.80901700) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1665 { COEF_CONST(-0.30901703), COEF_CONST(0.95105648) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1666 { COEF_CONST(-0.95105654), COEF_CONST(0.30901679) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1667 { COEF_CONST(-0.80901694), COEF_CONST(-0.58778536) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1668 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1669 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1670 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1671 { COEF_CONST(1.00000000), COEF_CONST(0.00000000) },
3185f64f6350 synced with current cvs
alex
parents: 10725
diff changeset
1672 { COEF_CONST(0.30901712), COEF_CONST(-0.95105648) }
10725
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1673 };
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1674
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1675 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1676
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1677 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1678
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1679 #ifdef __cplusplus
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1680 }
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1681 #endif
e989150f8216 libfaad2 v2.0rc1 imported
arpi
parents:
diff changeset
1682 #endif