Lines Matching refs:hyper
30 const hyper C7 = 0;
31 const unsigned hyper C8 = 0;
45 const hyper C7 = 0;
46 const unsigned hyper C8 = 0;
110 const hyper C29 = -9223372036854775808;
111 const hyper C30 = -01000000000000000000000;
112 const hyper C31 = -0x8000000000000000;
113 const hyper C32 = 9223372036854775807;
114 const hyper C33 = 0777777777777777777777;
115 const hyper C34 = 0x7FFFFFFFFFFFFFFF;
116 const unsigned hyper C35 = 0;
117 const unsigned hyper C36 = 0x0;
118 const unsigned hyper C37 = 18446744073709551615;
119 const unsigned hyper C38 = 01777777777777777777777;
120 const unsigned hyper C39 = 0xFFFFFFFFFFFFFFFF;
245 module m { const hyper C = -9223372036854775809; };
249 module m { const hyper C = -01000000000000000000001; };
253 module m { const hyper C = -0x8000000000000001; };
257 module m { const hyper C = 9223372036854775808; };
261 module m { const hyper C = 01000000000000000000000; };
265 module m { const hyper C = 0x8000000000000000; };
269 module m { const unsigned hyper C = -1; };
273 module m { const unsigned hyper C = -01; };
277 module m { const unsigned hyper C = -0x1; };
281 module m { const unsigned hyper C = 18446744073709551616; };
285 module m { const unsigned hyper C = 02000000000000000000000; };
289 module m { const unsigned hyper C = 0x10000000000000000; };