summaryrefslogtreecommitdiff
path: root/SCI2CTmpResultsReports/SCI2CLib/CAnnotations/Classes/Zeros.acls
blob: c90f8c6c08c4418674cf0378aca4f630be6ce32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NIN=          0
NOUT=         1
OUT(1).TP=    IN(1).TP
OUT(1).SZ(1)= '1'
OUT(1).SZ(2)= '1'
NIN=          1
NOUT=         1
OUT(1).TP=    IN(1).TP
OUT(1).SZ(1)= FA_SZ_1(IN(1).SZ)
OUT(1).SZ(2)= FA_SZ_2(IN(1).SZ)
NIN=          2
NOUT=         1
OUT(1).TP=    IN(1).TP
OUT(1).SZ(1)= FA_SZ_FROM_VAL(IN(1).VAL,IN(1).TP)
OUT(1).SZ(2)= FA_SZ_FROM_VAL(IN(2).VAL,IN(2).TP)
NIN=          3
NOUT=         1
OUT(1).TP=    IN(1).TP
OUT(1).SZ(1)= FA_SZ_FROM_VAL(IN(1).VAL,IN(1).TP)
OUT(1).SZ(2)= FA_SZ_FROM_VAL(IN(2).VAL,IN(2).TP)
OUT(1).SZ(3)= FA_SZ_FROM_VAL(IN(3).VAL,IN(3).TP)