Home | History | Annotate | Download | only in test

Lines Matching refs:U16

16 	U16  uint16
30 func (U16) Method() {}
44 u16 = U16(1)
61 iu16 interface{} = u16
76 ju16 J = u16
98 if u16 != iu16 {
99 panic("u16 != iu16")
101 if u16 != ju16 {
102 panic("u16 != ju16")
171 if got := second(z, p, pp, u16, u32, u64, u128, f32, f64, c128, s, b, m, c); got != ip {