Changeset 6cb7a92


Ignore:
Timestamp:
Feb 20, 2021, 10:41:24 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7cde04e
Parents:
06d75fc
Message:

formatting, rename match2 to mathX (extra)

Location:
tests
Files:
1 edited
7 moved

Legend:

Unmodified
Added
Removed
  • tests/math.cfa

    r06d75fc r6cb7a92  
    1010// Created On       : Fri Apr 22 14:59:21 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 17 22:01:25 2021
    13 // Update Count     : 114
     12// Last Modified On : Sat Feb 20 18:00:48 2021
     13// Update Count     : 115
    1414//
    1515
     
    4848        int b = 4;
    4949        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;
    5353        sout | 4.0 \ -3 | -4.0 \ -3 | 4.0 \ 2.1 | (1.0f+2.0fi) \ (3.0f+2.0fi);
    5454        sout | 4 \ -3 | -4 \ -3 | 4.0 \ 2.1 | (1.0f+2.0fi) \ (3.0f+2.0fi);
  • tests/mathX.cfa

    r06d75fc r6cb7a92  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // math4.cfa --
     7// mathX.cfa --
    88//
    99// Author           : Peter A. Buhr
    1010// Created On       : Thu May 24 20:56:54 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Feb 17 23:19:56 2021
    13 // Update Count     : 29
     12// Last Modified On : Sat Feb 20 18:26:38 2021
     13// Update Count     : 30
    1414//
    1515
     
    261261// Local Variables: //
    262262// tab-width: 4 //
    263 // compile-command: "cfa math4.cfa" //
     263// compile-command: "cfa mathX.cfa" //
    264264// End: //
Note: See TracChangeset for help on using the changeset viewer.