Lines Matching full:uint32
53 case "Uint32":
176 test(isTestingGet, "Uint32", 0, 50462976, true);
177 test(isTestingGet, "Uint32", undefined, 50462976, true);
178 test(isTestingGet, "Uint32", 3, 1717920771, true);
179 test(isTestingGet, "Uint32", 6, 2172675942, true);
180 test(isTestingGet, "Uint32", 9, 4236477057, true);
181 test(isTestingGet, "Uint32", 12,4294901244, true);
182 test(isTestingGet, "Uint32", 1e12, undefined, true);
185 test(isTestingGet, "Uint32", 0, 66051);
186 test(isTestingGet, "Uint32", undefined, 66051);
187 test(isTestingGet, "Uint32", 3, 56911206);
188 test(isTestingGet, "Uint32", 6, 1718059137);
189 test(isTestingGet, "Uint32", 9, 2172814332);
190 test(isTestingGet, "Uint32", 12, 4244504319);
191 test(isTestingGet, "Uint32", 1e12, undefined);
275 test(isTestingGet, "Uint32", -1, 66051);
276 test(isTestingGet, "Uint32", -3, 66051);
277 test(isTestingGet, "Uint32", -5, 66051);