Changes in / [1b41219:d85141f]
- Location:
- tests/io
- Files:
-
- 2 edited
-
.expect/manipulatorsOutput4.txt (modified) (1 diff)
-
manipulatorsOutput4.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/.expect/manipulatorsOutput4.txt
r1b41219 rd85141f 225 225 -1.55051464826854e+28 -15.5051e27 -15.5051e27 -15.505e27 -15.505e27 -15.50515e27 -15.50515e27 -0015.505e27 -0015.505e27 -15.50515e27 -15.50515e27 -15.505e27 -15.505e27 -15.50515e27 -15.50515e27 -15.505e27 -15.505e27 -15.50515e27 -15.50515e27 226 226 -6.51216152272788e+29 -651.216e27 -651.216e27 -651.22e27 -651.22e27 -651.21615e27 -651.21615e27 -00651.22e27 -00651.22e27 -651.21615e27 -651.21615e27 -651.22e27 -651.22e27 -651.21615e27 -651.21615e27 -651.22e27 -651.22e27 -651.21615e27 -651.21615e27 227 0 1 1 1.0 1228 1 2 2 2.0 2229 2 4 4 4.0 4230 3 8 8 8.0 8231 4 16 16 16.0 16232 5 32 32 32.0 32233 6 64 64 64.0 64234 7 128 128 128.0 128235 8 256 256 256.0 256236 9 512 512 512.0 512237 10 1024 1.024K 1.0K 1K238 11 2048 2.048K 2.0K 2K239 12 4096 4.096K 4.1K 4K240 13 8192 8.192K 8.2K 8K241 14 16384 16.384K 16.4K 16K242 15 32768 32.768K 32.8K 33K243 16 65536 65.536K 65.5K 66K244 17 131072 131.072K 131.1K 131K245 18 262144 262.144K 262.1K 262K246 19 524288 524.288K 524.3K 524K247 20 1048576 1.04858M 1.0M 1M248 21 2097152 2.09715M 2.1M 2M249 22 4194304 4.1943M 4.2M 4M250 23 8388608 8.38861M 8.4M 8M251 24 16777216 16.7772M 16.8M 17M252 25 33554432 33.5544M 33.6M 34M253 26 67108864 67.1089M 67.1M 67M254 27 134217728 134.218M 134.2M 134M255 28 268435456 268.435M 268.4M 268M256 29 536870912 536.871M 536.9M 537M257 30 1073741824 1.07374G 1.1G 1G258 31 2147483648 2.14748G 2.1G 2G -
tests/io/manipulatorsOutput4.cfa
r1b41219 rd85141f 7 7 // Created On : Tue Apr 13 17:55:02 2021 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Tue Oct 17 08:37:42 202310 // Update Count : 59 // Last Modified On : Tue Apr 13 18:00:33 2021 10 // Update Count : 4 11 11 // 12 12 … … 42 42 | left(ws(12,5, eng(w) )) | left(sign(ws(12,5, eng(w) ))) | left(wd(12,5, eng(w) )) | left(sign(wd(12,5, eng(w) ))) | left(pad0(ws(12,5, eng(w) ))) | left(pad0(sign(ws(12,5, eng(w) )))) | left(pad0(wd(12,5, eng(w) ))) | left(pad0(sign(wd(12,5, eng(w) )))); 43 43 } // for 44 45 for ( exp; sizeof(int) * 8 ) {46 size_t pow2 = 1z << exp;47 sout | exp | pow2 | unit(eng(pow2)) | wd(0,1, unit(eng( pow2 ))) | wd(0,0, unit(eng(pow2)));48 } // for49 44 } // main 50 45
Note:
See TracChangeset
for help on using the changeset viewer.