ReactOS 0.4.15-dev-8058-ga7cbb60
log_128_lead_tail_table.c
Go to the documentation of this file.
1/*
2 * MIT License
3 * -----------
4 *
5 * Copyright (c) 2002-2019 Advanced Micro Devices, Inc.
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a copy
8 * of this Software and associated documentaon files (the "Software"), to deal
9 * in the Software without restriction, including without limitation the rights
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the Software is
12 * furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice shall be included in
15 * all copies or substantial portions of the Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 * THE SOFTWARE.
24 *
25 **
26 ** Defines __log_128_lead and __log_128_tail tables
27 ** Used by log and pow
28 **
29 */
30
31#include <crtdefs.h>
32
33const unsigned int _CRT_ALIGN(16) __log_128_lead[] =
34{
35 0x000000000,
36 0x03bff0000,
37 0x03c7e0000,
38 0x03cbdc000,
39 0x03cfc1000,
40 0x03d1cf000,
41 0x03d3ba000,
42 0x03d5a1000,
43 0x03d785000,
44 0x03d8b2000,
45 0x03d9a0000,
46 0x03da8d000,
47 0x03db78000,
48 0x03dc61000,
49 0x03dd49000,
50 0x03de2f000,
51 0x03df13000,
52 0x03dff6000,
53 0x03e06b000,
54 0x03e0db000,
55 0x03e14a000,
56 0x03e1b8000,
57 0x03e226000,
58 0x03e293000,
59 0x03e2ff000,
60 0x03e36b000,
61 0x03e3d5000,
62 0x03e43f000,
63 0x03e4a9000,
64 0x03e511000,
65 0x03e579000,
66 0x03e5e1000,
67 0x03e647000,
68 0x03e6ae000,
69 0x03e713000,
70 0x03e778000,
71 0x03e7dc000,
72 0x03e820000,
73 0x03e851000,
74 0x03e882000,
75 0x03e8b3000,
76 0x03e8e4000,
77 0x03e914000,
78 0x03e944000,
79 0x03e974000,
80 0x03e9a3000,
81 0x03e9d3000,
82 0x03ea02000,
83 0x03ea30000,
84 0x03ea5f000,
85 0x03ea8d000,
86 0x03eabb000,
87 0x03eae8000,
88 0x03eb16000,
89 0x03eb43000,
90 0x03eb70000,
91 0x03eb9c000,
92 0x03ebc9000,
93 0x03ebf5000,
94 0x03ec21000,
95 0x03ec4d000,
96 0x03ec78000,
97 0x03eca3000,
98 0x03ecce000,
99 0x03ecf9000,
100 0x03ed24000,
101 0x03ed4e000,
102 0x03ed78000,
103 0x03eda2000,
104 0x03edcc000,
105 0x03edf5000,
106 0x03ee1e000,
107 0x03ee47000,
108 0x03ee70000,
109 0x03ee99000,
110 0x03eec1000,
111 0x03eeea000,
112 0x03ef12000,
113 0x03ef3a000,
114 0x03ef61000,
115 0x03ef89000,
116 0x03efb0000,
117 0x03efd7000,
118 0x03effe000,
119 0x03f012000,
120 0x03f025000,
121 0x03f039000,
122 0x03f04c000,
123 0x03f05f000,
124 0x03f072000,
125 0x03f084000,
126 0x03f097000,
127 0x03f0aa000,
128 0x03f0bc000,
129 0x03f0cf000,
130 0x03f0e1000,
131 0x03f0f4000,
132 0x03f106000,
133 0x03f118000,
134 0x03f12a000,
135 0x03f13c000,
136 0x03f14e000,
137 0x03f160000,
138 0x03f172000,
139 0x03f183000,
140 0x03f195000,
141 0x03f1a7000,
142 0x03f1b8000,
143 0x03f1c9000,
144 0x03f1db000,
145 0x03f1ec000,
146 0x03f1fd000,
147 0x03f20e000,
148 0x03f21f000,
149 0x03f230000,
150 0x03f241000,
151 0x03f252000,
152 0x03f263000,
153 0x03f273000,
154 0x03f284000,
155 0x03f295000,
156 0x03f2a5000,
157 0x03f2b5000,
158 0x03f2c6000,
159 0x03f2d6000,
160 0x03f2e6000,
161 0x03f2f7000,
162 0x03f307000,
163 0x03f317000
164};
165
166const unsigned int _CRT_ALIGN(16) __log_128_tail[] =
167{
168 0x000000000,
169 0x03429ac41,
170 0x035a8b0fc,
171 0x0368d83ea,
172 0x0361b0e78,
173 0x03687b9fe,
174 0x03631ec65,
175 0x036dd7119,
176 0x035c30045,
177 0x0379b7751,
178 0x037ebcb0d,
179 0x037839f83,
180 0x037528ae5,
181 0x037a2eb18,
182 0x036da7495,
183 0x036a91eb7,
184 0x03783b715,
185 0x0371131db,
186 0x0383f3e68,
187 0x038156a97,
188 0x038297c0f,
189 0x0387e100f,
190 0x03815b665,
191 0x037e5e3a1,
192 0x038183853,
193 0x035fe719d,
194 0x038448108,
195 0x038503290,
196 0x0373539e8,
197 0x0385e0ff1,
198 0x03864a740,
199 0x03786742d,
200 0x0387be3cd,
201 0x03685ad3e,
202 0x03803b715,
203 0x037adcbdc,
204 0x0380c36af,
205 0x0371652d3,
206 0x038927139,
207 0x038c5fcd7,
208 0x038ae55d5,
209 0x03818c169,
210 0x038a0fde7,
211 0x038ad09ef,
212 0x03862bae1,
213 0x038eecd4c,
214 0x03798aad2,
215 0x037421a1a,
216 0x038c5e10e,
217 0x037bf2aee,
218 0x0382d872d,
219 0x037ee2e8a,
220 0x038dedfac,
221 0x03802f2b9,
222 0x038481e9b,
223 0x0380eaa2b,
224 0x038ebfb5d,
225 0x038255fdd,
226 0x038783b82,
227 0x03851da1e,
228 0x0374e1b05,
229 0x0388f439b,
230 0x038ca0e10,
231 0x038cac08b,
232 0x03891f65f,
233 0x0378121cb,
234 0x0386c9a9a,
235 0x038949923,
236 0x038777bcc,
237 0x037b12d26,
238 0x038a6ced3,
239 0x038ebd3e6,
240 0x038fbe3cd,
241 0x038d785c2,
242 0x0387e7e00,
243 0x038f392c5,
244 0x037d40983,
245 0x038081a7c,
246 0x03784c3ad,
247 0x038cce923,
248 0x0380f5faf,
249 0x03891fd38,
250 0x038ac47bc,
251 0x03897042b,
252 0x0392952d2,
253 0x0396fced4,
254 0x037f97073,
255 0x0385e9eae,
256 0x03865c84a,
257 0x038130ba3,
258 0x03979cf16,
259 0x03938cac9,
260 0x038c3d2f4,
261 0x039755dec,
262 0x038e6b467,
263 0x0395c0fb8,
264 0x0383ebce0,
265 0x038dcd192,
266 0x039186bdf,
267 0x0392de74c,
268 0x0392f0944,
269 0x0391bff61,
270 0x038e9ed44,
271 0x038686dc8,
272 0x0396b99a7,
273 0x039099c89,
274 0x037a27673,
275 0x0390bdaa3,
276 0x0397069ab,
277 0x0388449ff,
278 0x039013538,
279 0x0392dc268,
280 0x03947f423,
281 0x0394ff17c,
282 0x03945e10e,
283 0x03929e8f5,
284 0x038f85db0,
285 0x038735f99,
286 0x0396c08db,
287 0x03909e600,
288 0x037b4996f,
289 0x0391233cc,
290 0x0397cead9,
291 0x038adb5cd,
292 0x03920261a,
293 0x03958ee36,
294 0x035aa4905,
295 0x037cbd11e,
296 0x03805fdf4
297};
#define _CRT_ALIGN(x)
Definition: crtdefs.h:154