Changeset 20f5eb8
- Timestamp:
- Jul 15, 2020, 6:48:15 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- cadec25
- Parents:
- 791028a
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/.in/manipulatorsInput.txt ¶
r791028a r20f5eb8 27 27 3.5 3.5 3.456E+23.456E+2 -0x1.2p-3 3.5 0X1.23p3 3.5 28 28 3.5 3.5 3.456E+23.456E+2 -0x1.2p-3 3.5 0X1.23p3 3.5 29 25 -25 42798 30 1402432282 1505850196993244515 31 394749758663249135511342 32 12935154696204706112391834394 33 34 423859149128410414395372834994551 35 36 37 13889016598639747063234935497057631587 38 170141183460469231731687303715884105727 39 340282366920938463463374607431768211455 40 -340282366920938463463374607431768211455 41 340282366920938463463374607431768211455999 42 1234567890123456789 -1234567890123456789 -
TabularUnified tests/manipulatorsInput.cfa ¶
r791028a r20f5eb8 7 7 // Created On : Sat Jun 8 17:58:54 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Thu Jun 13 17:41:43 201910 // Update Count : 379 // Last Modified On : Wed Jul 15 15:56:03 2020 10 // Update Count : 47 11 11 // 12 12 … … 152 152 sin | ignore( wdi( 8, ldc ) ); sout | ldc; 153 153 } 154 #if defined( __SIZEOF_INT128__ ) 155 { 156 int128 val; 157 for ( 15 ) { 158 sin | val; 159 sout | val; 160 } 161 } 162 #endif // __SIZEOF_INT128__ 154 163 } // main 155 164
Note: See TracChangeset
for help on using the changeset viewer.