Home | History | Annotate | Download | only in test

Lines Matching full:u128

19 	U128 [2]uint64
33 func (U128) Method() {}
47 u128 = U128{4, 5}
64 iu128 interface{} = u128
79 ju128 J = u128
116 if u128 != iu128 {
117 panic("u128 != iu128")
119 if u128 != ju128 {
120 panic("u128 != ju128")
171 if got := second(z, p, pp, u16, u32, u64, u128, f32, f64, c128, s, b, m, c); got != ip {
185 case uc <- u128:
190 if got := <-uc; got != nil && got != u32 && got != u64 && got != u128 {