Changeset 6cb7a92
- Timestamp:
 - Feb 20, 2021, 10:41:24 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 7cde04e
 - Parents:
 - 06d75fcd
 - Location:
 - tests
 - Files:
 - 
      
- 1 edited
 - 7 moved
 
- 
          
  .expect/math.nast.arm64.txt (moved) (moved from tests/.expect/math.arm64.txt )
 - 
          
  .expect/math.nast.x64.txt (moved) (moved from tests/.expect/math.x64.txt )
 - 
          
  .expect/math.nast.x86.txt (moved) (moved from tests/.expect/math.x86.txt )
 - 
          
  .expect/mathX.nast.arm64.txt (moved) (moved from tests/.expect/math2.arm64.txt )
 - 
          
  .expect/mathX.nast.x64.txt (moved) (moved from tests/.expect/math2.x64.txt )
 - 
          
  .expect/mathX.nast.x86.txt (moved) (moved from tests/.expect/math2.x86.txt )
 - 
          
  math.cfa (modified) (2 diffs)
 - 
          
  mathX.cfa (moved) (moved from tests/math2.cfa ) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/math.cfa
r06d75fcd r6cb7a92 10 10 // Created On : Fri Apr 22 14:59:21 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Feb 17 22:01:25202113 // Update Count : 11 412 // Last Modified On : Sat Feb 20 18:00:48 2021 13 // Update Count : 115 14 14 // 15 15 … … 48 48 int b = 4; 49 49 unsigned int e = 2; 50 b \= e;51 sout | b | "\\" | e | "= " | b \ e;52 sout | 'a' \ 3 | 2 \ 8 | 4 \ 3 | -4 \ 3 | 4 \ -3 | -4 \ -3;50 b \= e; 51 sout | b | "\\" | e | "= " | b \ e; 52 sout | 'a' \ 3 | 2 \ 8 | 4 \ 3 | -4 \ 3 | 4 \ -3 | -4 \ -3; 53 53 sout | 4.0 \ -3 | -4.0 \ -3 | 4.0 \ 2.1 | (1.0f+2.0fi) \ (3.0f+2.0fi); 54 54 sout | 4 \ -3 | -4 \ -3 | 4.0 \ 2.1 | (1.0f+2.0fi) \ (3.0f+2.0fi);  - 
      
tests/mathX.cfa
r06d75fcd r6cb7a92 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // math 4.cfa --7 // mathX.cfa -- 8 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Thu May 24 20:56:54 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Feb 17 23:19:56202113 // Update Count : 2912 // Last Modified On : Sat Feb 20 18:26:38 2021 13 // Update Count : 30 14 14 // 15 15 … … 261 261 // Local Variables: // 262 262 // tab-width: 4 // 263 // compile-command: "cfa math 4.cfa" //263 // compile-command: "cfa mathX.cfa" // 264 264 // End: //  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.