~fredericp/zaluum/rt

« back to all changes in this revision

Viewing changes to org.zaluum.testing/tests/math/src/castBoolLitFalse.zaluum

  • Committer: Frederic Perez Ordeig
  • Date: 2010-04-07 07:55:38 UTC
  • mfrom: (308.1.63 wip-scala)
  • Revision ID: frederic@zaluum.com-20100407075538-muaneuoz134fqu5o
merged

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
id: "composed"
 
2
type: COMPOSED
 
3
bounds {
 
4
  left_up {
 
5
    x: 0
 
6
    y: 0
 
7
  }
 
8
  right_down {
 
9
    x: 36
 
10
    y: 36
 
11
  }
 
12
}
 
13
child {
 
14
  id: "math"
 
15
  type: SCRIPT
 
16
  bounds {
 
17
    left_up {
 
18
      x: 211
 
19
      y: 151
 
20
    }
 
21
    right_down {
 
22
      x: 380
 
23
      y: 248
 
24
    }
 
25
  }
 
26
  str: "I8=(int8)false;\nI16=(int16)false;\nI32=(int32)false;\nU8=(uint8)false;\nU16=(uint16)false;\nU32=(uint32)false;\nF=(float)false;\nBO=false;"
 
27
  port {
 
28
    name: "B"
 
29
    type: "BOOL"
 
30
    in: true
 
31
    direct: false
 
32
    position {
 
33
      x: 151
 
34
      y: 216
 
35
    }
 
36
    slot: 1
 
37
    left: true
 
38
  }
 
39
  port {
 
40
    name: "BO"
 
41
    type: "BOOL"
 
42
    in: false
 
43
    direct: false
 
44
    position {
 
45
      x: 648
 
46
      y: 318
 
47
    }
 
48
    slot: 0
 
49
    left: false
 
50
  }
 
51
  port {
 
52
    name: "F"
 
53
    type: "float"
 
54
    in: false
 
55
    direct: false
 
56
    position {
 
57
      x: 648
 
58
      y: 282
 
59
    }
 
60
    slot: 1
 
61
    left: false
 
62
  }
 
63
  port {
 
64
    name: "I16"
 
65
    type: "int16"
 
66
    in: false
 
67
    direct: false
 
68
    position {
 
69
      x: 652
 
70
      y: 143
 
71
    }
 
72
    slot: 3
 
73
    left: false
 
74
  }
 
75
  port {
 
76
    name: "I32"
 
77
    type: "int32"
 
78
    in: false
 
79
    direct: false
 
80
    position {
 
81
      x: 653
 
82
      y: 166
 
83
    }
 
84
    slot: 4
 
85
    left: false
 
86
  }
 
87
  port {
 
88
    name: "I8"
 
89
    type: "int8"
 
90
    in: false
 
91
    direct: false
 
92
    position {
 
93
      x: 651
 
94
      y: 116
 
95
    }
 
96
    slot: 2
 
97
    left: false
 
98
  }
 
99
  port {
 
100
    name: "U16"
 
101
    type: "uint16"
 
102
    in: false
 
103
    direct: false
 
104
    position {
 
105
      x: 653
 
106
      y: 220
 
107
    }
 
108
    slot: 6
 
109
    left: false
 
110
  }
 
111
  port {
 
112
    name: "U32"
 
113
    type: "uint32"
 
114
    in: false
 
115
    direct: false
 
116
    position {
 
117
      x: 651
 
118
      y: 252
 
119
    }
 
120
    slot: 7
 
121
    left: false
 
122
  }
 
123
  port {
 
124
    name: "U8"
 
125
    type: "uint8"
 
126
    in: false
 
127
    direct: false
 
128
    position {
 
129
      x: 655
 
130
      y: 190
 
131
    }
 
132
    slot: 5
 
133
    left: false
 
134
  }
 
135
}