Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: test/cctest/compiler/value-helper.h

Issue 1533503002: [turbofan] Fixed the second return value of TryTruncateFloatXXToUint64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Code cleanup Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/compiler/test-run-machops.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_CCTEST_COMPILER_VALUE_HELPER_H_ 5 #ifndef V8_CCTEST_COMPILER_VALUE_HELPER_H_
6 #define V8_CCTEST_COMPILER_VALUE_HELPER_H_ 6 #define V8_CCTEST_COMPILER_VALUE_HELPER_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "src/compiler/common-operator.h" 10 #include "src/compiler/common-operator.h"
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 -27194.0f, 97 -27194.0f,
98 -26401.0f, 98 -26401.0f,
99 -20575.0f, 99 -20575.0f,
100 -17069.0f, 100 -17069.0f,
101 -9167.0f, 101 -9167.0f,
102 -960.178f, 102 -960.178f,
103 -113.0f, 103 -113.0f,
104 -62.0f, 104 -62.0f,
105 -15.0f, 105 -15.0f,
106 -7.0f, 106 -7.0f,
107 -1.0f,
107 -0.0256635f, 108 -0.0256635f,
108 -4.60374e-07f, 109 -4.60374e-07f,
109 -3.63759e-10f, 110 -3.63759e-10f,
110 -4.30175e-14f, 111 -4.30175e-14f,
111 -5.27385e-15f, 112 -5.27385e-15f,
112 -1.48084e-15f, 113 -1.48084e-15f,
113 -1.05755e-19f, 114 -1.05755e-19f,
114 -3.2995e-21f, 115 -3.2995e-21f,
115 -1.67354e-23f, 116 -1.67354e-23f,
116 -1.11885e-23f, 117 -1.11885e-23f,
117 -1.78506e-30f, 118 -1.78506e-30f,
118 -5.07594e-31f, 119 -5.07594e-31f,
119 -3.65799e-31f, 120 -3.65799e-31f,
120 -1.43718e-34f, 121 -1.43718e-34f,
121 -1.27126e-38f, 122 -1.27126e-38f,
122 -0.0f, 123 -0.0f,
123 0.0f, 124 0.0f,
124 1.17549e-38f, 125 1.17549e-38f,
125 1.56657e-37f, 126 1.56657e-37f,
126 4.08512e-29f, 127 4.08512e-29f,
127 3.31357e-28f, 128 3.31357e-28f,
128 6.25073e-22f, 129 6.25073e-22f,
129 4.1723e-13f, 130 4.1723e-13f,
130 1.44343e-09f, 131 1.44343e-09f,
131 5.27004e-08f, 132 5.27004e-08f,
132 9.48298e-08f, 133 9.48298e-08f,
133 5.57888e-07f, 134 5.57888e-07f,
134 4.89988e-05f, 135 4.89988e-05f,
135 0.244326f, 136 0.244326f,
137 1.0f,
136 12.4895f, 138 12.4895f,
137 19.0f, 139 19.0f,
138 47.0f, 140 47.0f,
139 106.0f, 141 106.0f,
140 538.324f, 142 538.324f,
141 564.536f, 143 564.536f,
142 819.124f, 144 819.124f,
143 7048.0f, 145 7048.0f,
144 12611.0f, 146 12611.0f,
145 19878.0f, 147 19878.0f,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 -9223372036854775808.0, // INT64_MIN 181 -9223372036854775808.0, // INT64_MIN
180 -2147483649.5, 182 -2147483649.5,
181 -2147483648.25, 183 -2147483648.25,
182 -2147483648.0, 184 -2147483648.0,
183 -2147483647.875, 185 -2147483647.875,
184 -2147483647.125, 186 -2147483647.125,
185 -2147483647.0, 187 -2147483647.0,
186 -999.75, 188 -999.75,
187 -2e66, 189 -2e66,
188 -1.75, 190 -1.75,
191 -1.0,
189 -0.5, 192 -0.5,
190 -0.0, 193 -0.0,
191 0.0, 194 0.0,
192 3e-88, 195 3e-88,
193 0.125, 196 0.125,
194 0.25, 197 0.25,
195 0.375, 198 0.375,
196 0.5, 199 0.5,
200 1.0,
197 1.25, 201 1.25,
198 2, 202 2,
199 3.1e7, 203 3.1e7,
200 5.125, 204 5.125,
201 6.25, 205 6.25,
202 888, 206 888,
203 982983.25, 207 982983.25,
204 2147483647.0, 208 2147483647.0,
205 2147483647.375, 209 2147483647.375,
206 2147483647.75, 210 2147483647.75,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 310
307 #define FOR_INT32_SHIFTS(var) for (int32_t var = 0; var < 32; var++) 311 #define FOR_INT32_SHIFTS(var) for (int32_t var = 0; var < 32; var++)
308 312
309 #define FOR_UINT32_SHIFTS(var) for (uint32_t var = 0; var < 32; var++) 313 #define FOR_UINT32_SHIFTS(var) for (uint32_t var = 0; var < 32; var++)
310 314
311 } // namespace compiler 315 } // namespace compiler
312 } // namespace internal 316 } // namespace internal
313 } // namespace v8 317 } // namespace v8
314 318
315 #endif // V8_CCTEST_COMPILER_VALUE_HELPER_H_ 319 #endif // V8_CCTEST_COMPILER_VALUE_HELPER_H_
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-run-machops.cc ('k') | test/cctest/wasm/test-run-wasm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698