- Timestamp:
- Oct 17, 2023, 8:49:51 AM (14 months ago)
- Branches:
- master
- Children:
- 1b41219
- Parents:
- a97b9ed
- Location:
- tests/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/io/.expect/manipulatorsOutput4.txt
ra97b9ed r2bf46a5 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 1 228 1 2 2 2.0 2 229 2 4 4 4.0 4 230 3 8 8 8.0 8 231 4 16 16 16.0 16 232 5 32 32 32.0 32 233 6 64 64 64.0 64 234 7 128 128 128.0 128 235 8 256 256 256.0 256 236 9 512 512 512.0 512 237 10 1024 1.024K 1.0K 1K 238 11 2048 2.048K 2.0K 2K 239 12 4096 4.096K 4.1K 4K 240 13 8192 8.192K 8.2K 8K 241 14 16384 16.384K 16.4K 16K 242 15 32768 32.768K 32.8K 33K 243 16 65536 65.536K 65.5K 66K 244 17 131072 131.072K 131.1K 131K 245 18 262144 262.144K 262.1K 262K 246 19 524288 524.288K 524.3K 524K 247 20 1048576 1.04858M 1.0M 1M 248 21 2097152 2.09715M 2.1M 2M 249 22 4194304 4.1943M 4.2M 4M 250 23 8388608 8.38861M 8.4M 8M 251 24 16777216 16.7772M 16.8M 17M 252 25 33554432 33.5544M 33.6M 34M 253 26 67108864 67.1089M 67.1M 67M 254 27 134217728 134.218M 134.2M 134M 255 28 268435456 268.435M 268.4M 268M 256 29 536870912 536.871M 536.9M 537M 257 30 1073741824 1.07374G 1.1G 1G 258 31 2147483648 2.14748G 2.1G 2G -
tests/io/manipulatorsOutput4.cfa
ra97b9ed r2bf46a5 7 7 // Created On : Tue Apr 13 17:55:02 2021 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Tue Apr 13 18:00:33 202110 // Update Count : 49 // Last Modified On : Tue Oct 17 08:37:42 2023 10 // Update Count : 5 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 } // for 44 49 } // main 45 50
Note: See TracChangeset
for help on using the changeset viewer.