Searched refs:WIDTH32 (Results 1 – 5 of 5) sorted by relevance
10 if (value >= -2147483648 && value <= 2147483647) return BitWidth.WIDTH32;15 return value === Math.fround(value) ? BitWidth.WIDTH32 : BitWidth.WIDTH64;21 if (value <= 4294967295) return BitWidth.WIDTH32;28 if (value === 4) return BitWidth.WIDTH32;
4 WIDTH32 = 2, enumerator
53 if (width < BitWidth.WIDTH32) {56 if (width === BitWidth.WIDTH32) {
29 if (this.width === BitWidth.WIDTH32) {
61 } else if (width === BitWidth.WIDTH32) {75 } else if (width === BitWidth.WIDTH32) {