Home | History | Annotate | Download | only in test

Lines Matching refs:iota

7 // Test iota.
19 x int = iota
20 y = iota
21 z = 1 << iota
22 f float32 = 2 * iota
23 g float32 = 4.5 * float32(iota)
33 A = 1 << iota
37 E = iota * iota
44 b = iota << a
45 c = iota << b
50 i = (a << iota) + (b * iota)
57 m = iota == 0
62 p = float32(iota)
68 s = string(iota + 'a')
73 abit, amask = 1 << iota, 1<<iota - 1
74 bbit, bmask = 1 << iota, 1<<iota - 1
75 cbit, cmask = 1 << iota, 1<<iota - 1