pet_codegen.c: add missing include
[pet.git] / tests / float2.scop
blobaafd98f1062df4ddc38b2dca85250ec57350376c
1 start: 41
2 end: 82
3 indent: "\t"
4 context: '{  :  }'
5 schedule: '{ domain: "{ S_0[] }" }'
6 arrays:
7 - context: '{  :  }'
8   extent: '{ a[] }'
9   element_type: float
10   element_size: 4
11 - context: '{  :  }'
12   extent: '{ b[] }'
13   element_type: float
14   element_size: 4
15 - context: '{  :  }'
16   extent: '{ c[] }'
17   element_type: float
18   element_size: 4
19 statements:
20 - line: 6
21   domain: '{ S_0[] }'
22   body:
23     type: expression
24     expr:
25       type: op
26       operation: =
27       arguments:
28       - type: access
29         index: '{ S_0[] -> c[] }'
30         reference: __pet_ref_0
31         read: 0
32         write: 1
33       - type: op
34         operation: /
35         arguments:
36         - type: access
37           index: '{ S_0[] -> a[] }'
38           reference: __pet_ref_1
39           read: 1
40           write: 0
41         - type: access
42           index: '{ S_0[] -> b[] }'
43           reference: __pet_ref_2
44           read: 1
45           write: 0