• Home
  • Raw
  • Download

Lines Matching refs:Inexact

27 -- This tests toIntegraExact, which may set Inexact
37 intxx003 tointegralx 0.1 -> 0 Inexact Rounded
38 intxx004 tointegralx 0.2 -> 0 Inexact Rounded
39 intxx005 tointegralx 0.3 -> 0 Inexact Rounded
40 intxx006 tointegralx 0.4 -> 0 Inexact Rounded
41 intxx007 tointegralx 0.5 -> 1 Inexact Rounded
42 intxx008 tointegralx 0.6 -> 1 Inexact Rounded
43 intxx009 tointegralx 0.7 -> 1 Inexact Rounded
44 intxx010 tointegralx 0.8 -> 1 Inexact Rounded
45 intxx011 tointegralx 0.9 -> 1 Inexact Rounded
48 intxx014 tointegralx 1.1 -> 1 Inexact Rounded
49 intxx015 tointegralx 1.2 -> 1 Inexact Rounded
50 intxx016 tointegralx 1.3 -> 1 Inexact Rounded
51 intxx017 tointegralx 1.4 -> 1 Inexact Rounded
52 intxx018 tointegralx 1.5 -> 2 Inexact Rounded
53 intxx019 tointegralx 1.6 -> 2 Inexact Rounded
54 intxx020 tointegralx 1.7 -> 2 Inexact Rounded
55 intxx021 tointegralx 1.8 -> 2 Inexact Rounded
56 intxx022 tointegralx 1.9 -> 2 Inexact Rounded
60 intxx033 tointegralx -0.1 -> -0 Inexact Rounded
61 intxx034 tointegralx -0.2 -> -0 Inexact Rounded
62 intxx035 tointegralx -0.3 -> -0 Inexact Rounded
63 intxx036 tointegralx -0.4 -> -0 Inexact Rounded
64 intxx037 tointegralx -0.5 -> -1 Inexact Rounded
65 intxx038 tointegralx -0.6 -> -1 Inexact Rounded
66 intxx039 tointegralx -0.7 -> -1 Inexact Rounded
67 intxx040 tointegralx -0.8 -> -1 Inexact Rounded
68 intxx041 tointegralx -0.9 -> -1 Inexact Rounded
71 intxx044 tointegralx -1.1 -> -1 Inexact Rounded
72 intxx045 tointegralx -1.2 -> -1 Inexact Rounded
73 intxx046 tointegralx -1.3 -> -1 Inexact Rounded
74 intxx047 tointegralx -1.4 -> -1 Inexact Rounded
75 intxx048 tointegralx -1.5 -> -2 Inexact Rounded
76 intxx049 tointegralx -1.6 -> -2 Inexact Rounded
77 intxx050 tointegralx -1.7 -> -2 Inexact Rounded
78 intxx051 tointegralx -1.8 -> -2 Inexact Rounded
79 intxx052 tointegralx -1.9 -> -2 Inexact Rounded
86 intxx060 tointegralx '56267E-10' -> '0' Inexact Rounded
87 intxx061 tointegralx '56267E-5' -> '1' Inexact Rounded
88 intxx062 tointegralx '56267E-2' -> '563' Inexact Rounded
89 intxx063 tointegralx '56267E-1' -> '5627' Inexact Rounded
102 intxx080 tointegralx '-56267E-10' -> '-0' Inexact Rounded
103 intxx081 tointegralx '-56267E-5' -> '-1' Inexact Rounded
104 intxx082 tointegralx '-56267E-2' -> '-563' Inexact Rounded
105 intxx083 tointegralx '-56267E-1' -> '-5627' Inexact Rounded
119 intxx100 tointegralx 1E-999 -> 0 Inexact Rounded
120 intxx101 tointegralx 0.1E-999 -> 0 Inexact Rounded
121 intxx102 tointegralx 0.01E-999 -> 0 Inexact Rounded
168 intxx200 tointegralx 2.1 -> 2 Inexact Rounded
171 intxx203 tointegralx 101.5 -> 102 Inexact Rounded
172 intxx204 tointegralx -101.5 -> -102 Inexact Rounded
181 intxx210 tointegralx 55.5 -> 56 Inexact Rounded
182 intxx211 tointegralx 56.5 -> 56 Inexact Rounded
183 intxx212 tointegralx 57.5 -> 58 Inexact Rounded
184 intxx213 tointegralx -55.5 -> -56 Inexact Rounded
185 intxx214 tointegralx -56.5 -> -56 Inexact Rounded
186 intxx215 tointegralx -57.5 -> -58 Inexact Rounded
190 intxx220 tointegralx 55.5 -> 56 Inexact Rounded
191 intxx221 tointegralx 56.5 -> 57 Inexact Rounded
192 intxx222 tointegralx 57.5 -> 58 Inexact Rounded
193 intxx223 tointegralx -55.5 -> -56 Inexact Rounded
194 intxx224 tointegralx -56.5 -> -57 Inexact Rounded
195 intxx225 tointegralx -57.5 -> -58 Inexact Rounded
199 intxx230 tointegralx 55.5 -> 55 Inexact Rounded
200 intxx231 tointegralx 56.5 -> 56 Inexact Rounded
201 intxx232 tointegralx 57.5 -> 57 Inexact Rounded
202 intxx233 tointegralx -55.5 -> -55 Inexact Rounded
203 intxx234 tointegralx -56.5 -> -56 Inexact Rounded
204 intxx235 tointegralx -57.5 -> -57 Inexact Rounded
208 intxx240 tointegralx 55.3 -> 56 Inexact Rounded
209 intxx241 tointegralx 56.3 -> 57 Inexact Rounded
210 intxx242 tointegralx 57.3 -> 58 Inexact Rounded
211 intxx243 tointegralx -55.3 -> -56 Inexact Rounded
212 intxx244 tointegralx -56.3 -> -57 Inexact Rounded
213 intxx245 tointegralx -57.3 -> -58 Inexact Rounded
217 intxx250 tointegralx 55.7 -> 55 Inexact Rounded
218 intxx251 tointegralx 56.7 -> 56 Inexact Rounded
219 intxx252 tointegralx 57.7 -> 57 Inexact Rounded
220 intxx253 tointegralx -55.7 -> -55 Inexact Rounded
221 intxx254 tointegralx -56.7 -> -56 Inexact Rounded
222 intxx255 tointegralx -57.7 -> -57 Inexact Rounded
226 intxx260 tointegralx 55.3 -> 56 Inexact Rounded
227 intxx261 tointegralx 56.3 -> 57 Inexact Rounded
228 intxx262 tointegralx 57.3 -> 58 Inexact Rounded
229 intxx263 tointegralx -55.3 -> -55 Inexact Rounded
230 intxx264 tointegralx -56.3 -> -56 Inexact Rounded
231 intxx265 tointegralx -57.3 -> -57 Inexact Rounded
235 intxx270 tointegralx 55.7 -> 55 Inexact Rounded
236 intxx271 tointegralx 56.7 -> 56 Inexact Rounded
237 intxx272 tointegralx 57.7 -> 57 Inexact Rounded
238 intxx273 tointegralx -55.7 -> -56 Inexact Rounded
239 intxx274 tointegralx -56.7 -> -57 Inexact Rounded
240 intxx275 tointegralx -57.7 -> -58 Inexact Rounded