ReactOS 0.4.15-dev-7842-g558ab78
log_F_inv_dword_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_F_inv_dword
27 ** Used in log10f and logf
28 **
29 */
30
31#include <crtdefs.h>
32
33const unsigned int _CRT_ALIGN(16) __log_F_inv_dword[] =
34{
35 0x40000000,
36 0x3ffe03f8,
37 0x3ffc0fc1,
38 0x3ffa232d,
39 0x3ff83e10,
40 0x3ff6603e,
41 0x3ff4898d,
42 0x3ff2b9d6,
43 0x3ff0f0f1,
44 0x3fef2eb7,
45 0x3fed7304,
46 0x3febbdb3,
47 0x3fea0ea1,
48 0x3fe865ac,
49 0x3fe6c2b4,
50 0x3fe52598,
51 0x3fe38e39,
52 0x3fe1fc78,
53 0x3fe07038,
54 0x3fdee95c,
55 0x3fdd67c9,
56 0x3fdbeb62,
57 0x3fda740e,
58 0x3fd901b2,
59 0x3fd79436,
60 0x3fd62b81,
61 0x3fd4c77b,
62 0x3fd3680d,
63 0x3fd20d21,
64 0x3fd0b6a0,
65 0x3fcf6475,
66 0x3fce168a,
67 0x3fcccccd,
68 0x3fcb8728,
69 0x3fca4588,
70 0x3fc907da,
71 0x3fc7ce0c,
72 0x3fc6980c,
73 0x3fc565c8,
74 0x3fc43730,
75 0x3fc30c31,
76 0x3fc1e4bc,
77 0x3fc0c0c1,
78 0x3fbfa030,
79 0x3fbe82fa,
80 0x3fbd6910,
81 0x3fbc5264,
82 0x3fbb3ee7,
83 0x3fba2e8c,
84 0x3fb92144,
85 0x3fb81703,
86 0x3fb70fbb,
87 0x3fb60b61,
88 0x3fb509e7,
89 0x3fb40b41,
90 0x3fb30f63,
91 0x3fb21643,
92 0x3fb11fd4,
93 0x3fb02c0b,
94 0x3faf3ade,
95 0x3fae4c41,
96 0x3fad602b,
97 0x3fac7692,
98 0x3fab8f6a,
99 0x3faaaaab,
100 0x3fa9c84a,
101 0x3fa8e83f,
102 0x3fa80a81,
103 0x3fa72f05,
104 0x3fa655c4,
105 0x3fa57eb5,
106 0x3fa4a9cf,
107 0x3fa3d70a,
108 0x3fa3065e,
109 0x3fa237c3,
110 0x3fa16b31,
111 0x3fa0a0a1,
112 0x3f9fd80a,
113 0x3f9f1166,
114 0x3f9e4cad,
115 0x3f9d89d9,
116 0x3f9cc8e1,
117 0x3f9c09c1,
118 0x3f9b4c70,
119 0x3f9a90e8,
120 0x3f99d723,
121 0x3f991f1a,
122 0x3f9868c8,
123 0x3f97b426,
124 0x3f97012e,
125 0x3f964fda,
126 0x3f95a025,
127 0x3f94f209,
128 0x3f944581,
129 0x3f939a86,
130 0x3f92f114,
131 0x3f924925,
132 0x3f91a2b4,
133 0x3f90fdbc,
134 0x3f905a38,
135 0x3f8fb824,
136 0x3f8f177a,
137 0x3f8e7835,
138 0x3f8dda52,
139 0x3f8d3dcb,
140 0x3f8ca29c,
141 0x3f8c08c1,
142 0x3f8b7034,
143 0x3f8ad8f3,
144 0x3f8a42f8,
145 0x3f89ae41,
146 0x3f891ac7,
147 0x3f888889,
148 0x3f87f781,
149 0x3f8767ab,
150 0x3f86d905,
151 0x3f864b8a,
152 0x3f85bf37,
153 0x3f853408,
154 0x3f84a9fa,
155 0x3f842108,
156 0x3f839930,
157 0x3f83126f,
158 0x3f828cc0,
159 0x3f820821,
160 0x3f81848e,
161 0x3f810204,
162 0x3f808081,
163 0x3f800000,
164};
#define _CRT_ALIGN(x)
Definition: crtdefs.h:154