Int32x4 class
Int32x4 and operations.
Int32x4 stores 4 32-bit bit-masks in "lanes". The lanes are "x", "y", "z", and "w" respectively.
Constructors
Properties
- flagW → bool
-
Extracted w value. Returns false for 0, true for any other value.
read-only
- flagX → bool
-
Extracted x value. Returns false for 0, true for any other value.
read-only
- flagY → bool
-
Extracted y value. Returns false for 0, true for any other value.
read-only
- flagZ → bool
-
Extracted z value. Returns false for 0, true for any other value.
read-only
- signMask → int
-
Extract the top bit from each lane return them in the first 4 bits.
"x" lane is bit 0.
"y" lane is bit 1.
"z" lane is bit 2.
"w" lane is bit 3.
read-only
- w → int
-
Extract 32-bit mask from w lane.
read-only
- x → int
-
Extract 32-bit mask from x lane.
read-only
- y → int
-
Extract 32-bit mask from y lane.
read-only
- z → int
-
Extract 32-bit mask from z lane.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
select(
Float32x4 trueValue, Float32x4 falseValue) → Float32x4 -
Merge
trueValueandfalseValuebased on this' bit mask: Select bit fromtrueValuewhen bit in this is on. Select bit fromfalseValuewhen bit in this is off. -
shuffle(
int mask) → Int32x4 -
Shuffle the lane values.
maskmust be one of the 256 shuffle constants. -
shuffleMix(
Int32x4 other, int mask) → Int32x4 -
Shuffle the lane values in this and
other. The returned Int32x4 will have XY lanes from this and ZW lanes fromother. Uses the samemaskas shuffle. -
withFlagW(
bool w) → Int32x4 - Returns a new Int32x4 copied from this with a new w value.
-
withFlagX(
bool x) → Int32x4 - Returns a new Int32x4 copied from this with a new x value.
-
withFlagY(
bool y) → Int32x4 - Returns a new Int32x4 copied from this with a new y value.
-
withFlagZ(
bool z) → Int32x4 - Returns a new Int32x4 copied from this with a new z value.
-
withW(
int w) → Int32x4 - Returns a new Int32x4 copied from this with a new w value.
-
withX(
int x) → Int32x4 - Returns a new Int32x4 copied from this with a new x value.
-
withY(
int y) → Int32x4 - Returns a new Int32x4 copied from this with a new y value.
-
withZ(
int z) → Int32x4 - Returns a new Int32x4 copied from this with a new z value.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator &(
Int32x4 other) → Int32x4 - The bit-wise and operator.
-
operator +(
Int32x4 other) → Int32x4 - Addition operator.
-
operator -(
Int32x4 other) → Int32x4 - Subtraction operator.
-
operator ^(
Int32x4 other) → Int32x4 - The bit-wise xor operator.
-
operator |(
Int32x4 other) → Int32x4 - The bit-wise or operator.
-
operator ==(
other) → bool -
The equality operator. [...]
inherited
Constants
- WWWW → const int
-
Deprecated, use
wwwwinstead.wwww - wwww → const int
-
0xFF - WWWX → const int
-
Deprecated, use
wwwxinstead.wwwx - wwwx → const int
-
0x3F - WWWY → const int
-
Deprecated, use
wwwyinstead.wwwy - wwwy → const int
-
0x7F - WWWZ → const int
-
Deprecated, use
wwwzinstead.wwwz - wwwz → const int
-
0xBF - WWXW → const int
-
Deprecated, use
wwxwinstead.wwxw - wwxw → const int
-
0xCF - WWXX → const int
-
Deprecated, use
wwxxinstead.wwxx - wwxx → const int
-
0xF - WWXY → const int
-
Deprecated, use
wwxyinstead.wwxy - wwxy → const int
-
0x4F - WWXZ → const int
-
Deprecated, use
wwxzinstead.wwxz - wwxz → const int
-
0x8F - WWYW → const int
-
Deprecated, use
wwywinstead.wwyw - wwyw → const int
-
0xDF - WWYX → const int
-
Deprecated, use
wwyxinstead.wwyx - wwyx → const int
-
0x1F - WWYY → const int
-
Deprecated, use
wwyyinstead.wwyy - wwyy → const int
-
0x5F - WWYZ → const int
-
Deprecated, use
wwyzinstead.wwyz - wwyz → const int
-
0x9F - WWZW → const int
-
Deprecated, use
wwzwinstead.wwzw - wwzw → const int
-
0xEF - WWZX → const int
-
Deprecated, use
wwzxinstead.wwzx - wwzx → const int
-
0x2F - WWZY → const int
-
Deprecated, use
wwzyinstead.wwzy - wwzy → const int
-
0x6F - WWZZ → const int
-
Deprecated, use
wwzzinstead.wwzz - wwzz → const int
-
0xAF - WXWW → const int
-
Deprecated, use
wxwwinstead.wxww - wxww → const int
-
0xF3 - WXWX → const int
-
Deprecated, use
wxwxinstead.wxwx - wxwx → const int
-
0x33 - WXWY → const int
-
Deprecated, use
wxwyinstead.wxwy - wxwy → const int
-
0x73 - WXWZ → const int
-
Deprecated, use
wxwzinstead.wxwz - wxwz → const int
-
0xB3 - WXXW → const int
-
Deprecated, use
wxxwinstead.wxxw - wxxw → const int
-
0xC3 - WXXX → const int
-
Deprecated, use
wxxxinstead.wxxx - wxxx → const int
-
0x3 - WXXY → const int
-
Deprecated, use
wxxyinstead.wxxy - wxxy → const int
-
0x43 - WXXZ → const int
-
Deprecated, use
wxxzinstead.wxxz - wxxz → const int
-
0x83 - WXYW → const int
-
Deprecated, use
wxywinstead.wxyw - wxyw → const int
-
0xD3 - WXYX → const int
-
Deprecated, use
wxyxinstead.wxyx - wxyx → const int
-
0x13 - WXYY → const int
-
Deprecated, use
wxyyinstead.wxyy - wxyy → const int
-
0x53 - WXYZ → const int
-
Deprecated, use
wxyzinstead.wxyz - wxyz → const int
-
0x93 - WXZW → const int
-
Deprecated, use
wxzwinstead.wxzw - wxzw → const int
-
0xE3 - WXZX → const int
-
Deprecated, use
wxzxinstead.wxzx - wxzx → const int
-
0x23 - WXZY → const int
-
Deprecated, use
wxzyinstead.wxzy - wxzy → const int
-
0x63 - WXZZ → const int
-
Deprecated, use
wxzzinstead.wxzz - wxzz → const int
-
0xA3 - WYWW → const int
-
Deprecated, use
wywwinstead.wyww - wyww → const int
-
0xF7 - WYWX → const int
-
Deprecated, use
wywxinstead.wywx - wywx → const int
-
0x37 - WYWY → const int
-
Deprecated, use
wywyinstead.wywy - wywy → const int
-
0x77 - WYWZ → const int
-
Deprecated, use
wywzinstead.wywz - wywz → const int
-
0xB7 - WYXW → const int
-
Deprecated, use
wyxwinstead.wyxw - wyxw → const int
-
0xC7 - WYXX → const int
-
Deprecated, use
wyxxinstead.wyxx - wyxx → const int
-
0x7 - WYXY → const int
-
Deprecated, use
wyxyinstead.wyxy - wyxy → const int
-
0x47 - WYXZ → const int
-
Deprecated, use
wyxzinstead.wyxz - wyxz → const int
-
0x87 - WYYW → const int
-
Deprecated, use
wyywinstead.wyyw - wyyw → const int
-
0xD7 - WYYX → const int
-
Deprecated, use
wyyxinstead.wyyx - wyyx → const int
-
0x17 - WYYY → const int
-
Deprecated, use
wyyyinstead.wyyy - wyyy → const int
-
0x57 - WYYZ → const int
-
Deprecated, use
wyyzinstead.wyyz - wyyz → const int
-
0x97 - WYZW → const int
-
Deprecated, use
wyzwinstead.wyzw - wyzw → const int
-
0xE7 - WYZX → const int
-
Deprecated, use
wyzxinstead.wyzx - wyzx → const int
-
0x27 - WYZY → const int
-
Deprecated, use
wyzyinstead.wyzy - wyzy → const int
-
0x67 - WYZZ → const int
-
Deprecated, use
wyzzinstead.wyzz - wyzz → const int
-
0xA7 - WZWW → const int
-
Deprecated, use
wzwwinstead.wzww - wzww → const int
-
0xFB - WZWX → const int
-
Deprecated, use
wzwxinstead.wzwx - wzwx → const int
-
0x3B - WZWY → const int
-
Deprecated, use
wzwyinstead.wzwy - wzwy → const int
-
0x7B - WZWZ → const int
-
Deprecated, use
wzwzinstead.wzwz - wzwz → const int
-
0xBB - WZXW → const int
-
Deprecated, use
wzxwinstead.wzxw - wzxw → const int
-
0xCB - WZXX → const int
-
Deprecated, use
wzxxinstead.wzxx - wzxx → const int
-
0xB - WZXY → const int
-
Deprecated, use
wzxyinstead.wzxy - wzxy → const int
-
0x4B - WZXZ → const int
-
Deprecated, use
wzxzinstead.wzxz - wzxz → const int
-
0x8B - WZYW → const int
-
Deprecated, use
wzywinstead.wzyw - wzyw → const int
-
0xDB - WZYX → const int
-
Deprecated, use
wzyxinstead.wzyx - wzyx → const int
-
0x1B - WZYY → const int
-
Deprecated, use
wzyyinstead.wzyy - wzyy → const int
-
0x5B - WZYZ → const int
-
Deprecated, use
wzyzinstead.wzyz - wzyz → const int
-
0x9B - WZZW → const int
-
Deprecated, use
wzzwinstead.wzzw - wzzw → const int
-
0xEB - WZZX → const int
-
Deprecated, use
wzzxinstead.wzzx - wzzx → const int
-
0x2B - WZZY → const int
-
Deprecated, use
wzzyinstead.wzzy - wzzy → const int
-
0x6B - WZZZ → const int
-
Deprecated, use
wzzzinstead.wzzz - wzzz → const int
-
0xAB - XWWW → const int
-
Deprecated, use
xwwwinstead.xwww - xwww → const int
-
0xFC - XWWX → const int
-
Deprecated, use
xwwxinstead.xwwx - xwwx → const int
-
0x3C - XWWY → const int
-
Deprecated, use
xwwyinstead.xwwy - xwwy → const int
-
0x7C - XWWZ → const int
-
Deprecated, use
xwwzinstead.xwwz - xwwz → const int
-
0xBC - XWXW → const int
-
Deprecated, use
xwxwinstead.xwxw - xwxw → const int
-
0xCC - XWXX → const int
-
Deprecated, use
xwxxinstead.xwxx - xwxx → const int
-
0xC - XWXY → const int
-
Deprecated, use
xwxyinstead.xwxy - xwxy → const int
-
0x4C - XWXZ → const int
-
Deprecated, use
xwxzinstead.xwxz - xwxz → const int
-
0x8C - XWYW → const int
-
Deprecated, use
xwywinstead.xwyw - xwyw → const int
-
0xDC - XWYX → const int
-
Deprecated, use
xwyxinstead.xwyx - xwyx → const int
-
0x1C - XWYY → const int
-
Deprecated, use
xwyyinstead.xwyy - xwyy → const int
-
0x5C - XWYZ → const int
-
Deprecated, use
xwyzinstead.xwyz - xwyz → const int
-
0x9C - XWZW → const int
-
Deprecated, use
xwzwinstead.xwzw - xwzw → const int
-
0xEC - XWZX → const int
-
Deprecated, use
xwzxinstead.xwzx - xwzx → const int
-
0x2C - XWZY → const int
-
Deprecated, use
xwzyinstead.xwzy - xwzy → const int
-
0x6C - XWZZ → const int
-
Deprecated, use
xwzzinstead.xwzz - xwzz → const int
-
0xAC - XXWW → const int
-
Deprecated, use
xxwwinstead.xxww - xxww → const int
-
0xF0 - XXWX → const int
-
Deprecated, use
xxwxinstead.xxwx - xxwx → const int
-
0x30 - XXWY → const int
-
Deprecated, use
xxwyinstead.xxwy - xxwy → const int
-
0x70 - XXWZ → const int
-
Deprecated, use
xxwzinstead.xxwz - xxwz → const int
-
0xB0 - XXXW → const int
-
Deprecated, use
xxxwinstead.xxxw - xxxw → const int
-
0xC0 - XXXX → const int
-
Deprecated, use
xxxxinstead.xxxx - xxxx → const int
-
Mask passed to
shuffleorshuffleMix.0x0 - XXXY → const int
-
Deprecated, use
xxxyinstead.xxxy - xxxy → const int
-
0x40 - XXXZ → const int
-
Deprecated, use
xxxzinstead.xxxz - xxxz → const int
-
0x80 - XXYW → const int
-
Deprecated, use
xxywinstead.xxyw - xxyw → const int
-
0xD0 - XXYX → const int
-
Deprecated, use
xxyxinstead.xxyx - xxyx → const int
-
0x10 - XXYY → const int
-
Deprecated, use
xxyyinstead.xxyy - xxyy → const int
-
0x50 - XXYZ → const int
-
Deprecated, use
xxyzinstead.xxyz - xxyz → const int
-
0x90 - XXZW → const int
-
Deprecated, use
xxzwinstead.xxzw - xxzw → const int
-
0xE0 - XXZX → const int
-
Deprecated, use
xxzxinstead.xxzx - xxzx → const int
-
0x20 - XXZY → const int
-
Deprecated, use
xxzyinstead.xxzy - xxzy → const int
-
0x60 - XXZZ → const int
-
Deprecated, use
xxzzinstead.xxzz - xxzz → const int
-
0xA0 - XYWW → const int
-
Deprecated, use
xywwinstead.xyww - xyww → const int
-
0xF4 - XYWX → const int
-
Deprecated, use
xywxinstead.xywx - xywx → const int
-
0x34 - XYWY → const int
-
Deprecated, use
xywyinstead.xywy - xywy → const int
-
0x74 - XYWZ → const int
-
Deprecated, use
xywzinstead.xywz - xywz → const int
-
0xB4 - XYXW → const int
-
Deprecated, use
xyxwinstead.xyxw - xyxw → const int
-
0xC4 - XYXX → const int
-
Deprecated, use
xyxxinstead.xyxx - xyxx → const int
-
0x4 - XYXY → const int
-
Deprecated, use
xyxyinstead.xyxy - xyxy → const int
-
0x44 - XYXZ → const int
-
Deprecated, use
xyxzinstead.xyxz - xyxz → const int
-
0x84 - XYYW → const int
-
Deprecated, use
xyywinstead.xyyw - xyyw → const int
-
0xD4 - XYYX → const int
-
Deprecated, use
xyyxinstead.xyyx - xyyx → const int
-
0x14 - XYYY → const int
-
Deprecated, use
xyyyinstead.xyyy - xyyy → const int
-
0x54 - XYYZ → const int
-
Deprecated, use
xyyzinstead.xyyz - xyyz → const int
-
0x94 - XYZW → const int
-
Deprecated, use
xyzwinstead.xyzw - xyzw → const int
-
0xE4 - XYZX → const int
-
Deprecated, use
xyzxinstead.xyzx - xyzx → const int
-
0x24 - XYZY → const int
-
Deprecated, use
xyzyinstead.xyzy - xyzy → const int
-
0x64 - XYZZ → const int
-
Deprecated, use
xyzzinstead.xyzz - xyzz → const int
-
0xA4 - XZWW → const int
-
Deprecated, use
xzwwinstead.xzww - xzww → const int
-
0xF8 - XZWX → const int
-
Deprecated, use
xzwxinstead.xzwx - xzwx → const int
-
0x38 - XZWY → const int
-
Deprecated, use
xzwyinstead.xzwy - xzwy → const int
-
0x78 - XZWZ → const int
-
Deprecated, use
xzwzinstead.xzwz - xzwz → const int
-
0xB8 - XZXW → const int
-
Deprecated, use
xzxwinstead.xzxw - xzxw → const int
-
0xC8 - XZXX → const int
-
Deprecated, use
xzxxinstead.xzxx - xzxx → const int
-
0x8 - XZXY → const int
-
Deprecated, use
xzxyinstead.xzxy - xzxy → const int
-
0x48 - XZXZ → const int
-
Deprecated, use
xzxzinstead.xzxz - xzxz → const int
-
0x88 - XZYW → const int
-
Deprecated, use
xzywinstead.xzyw - xzyw → const int
-
0xD8 - XZYX → const int
-
Deprecated, use
xzyxinstead.xzyx - xzyx → const int
-
0x18 - XZYY → const int
-
Deprecated, use
xzyyinstead.xzyy - xzyy → const int
-
0x58 - XZYZ → const int
-
Deprecated, use
xzyzinstead.xzyz - xzyz → const int
-
0x98 - XZZW → const int
-
Deprecated, use
xzzwinstead.xzzw - xzzw → const int
-
0xE8 - XZZX → const int
-
Deprecated, use
xzzxinstead.xzzx - xzzx → const int
-
0x28 - XZZY → const int
-
Deprecated, use
xzzyinstead.xzzy - xzzy → const int
-
0x68 - XZZZ → const int
-
Deprecated, use
xzzzinstead.xzzz - xzzz → const int
-
0xA8 - YWWW → const int
-
Deprecated, use
ywwwinstead.ywww - ywww → const int
-
0xFD - YWWX → const int
-
Deprecated, use
ywwxinstead.ywwx - ywwx → const int
-
0x3D - YWWY → const int
-
Deprecated, use
ywwyinstead.ywwy - ywwy → const int
-
0x7D - YWWZ → const int
-
Deprecated, use
ywwzinstead.ywwz - ywwz → const int
-
0xBD - YWXW → const int
-
Deprecated, use
ywxwinstead.ywxw - ywxw → const int
-
0xCD - YWXX → const int
-
Deprecated, use
ywxxinstead.ywxx - ywxx → const int
-
0xD - YWXY → const int
-
Deprecated, use
ywxyinstead.ywxy - ywxy → const int
-
0x4D - YWXZ → const int
-
Deprecated, use
ywxzinstead.ywxz - ywxz → const int
-
0x8D - YWYW → const int
-
Deprecated, use
ywywinstead.ywyw - ywyw → const int
-
0xDD - YWYX → const int
-
Deprecated, use
ywyxinstead.ywyx - ywyx → const int
-
0x1D - YWYY → const int
-
Deprecated, use
ywyyinstead.ywyy - ywyy → const int
-
0x5D - YWYZ → const int
-
Deprecated, use
ywyzinstead.ywyz - ywyz → const int
-
0x9D - YWZW → const int
-
Deprecated, use
ywzwinstead.ywzw - ywzw → const int
-
0xED - YWZX → const int
-
Deprecated, use
ywzxinstead.ywzx - ywzx → const int
-
0x2D - YWZY → const int
-
Deprecated, use
ywzyinstead.ywzy - ywzy → const int
-
0x6D - YWZZ → const int
-
Deprecated, use
ywzzinstead.ywzz - ywzz → const int
-
0xAD - YXWW → const int
-
Deprecated, use
yxwwinstead.yxww - yxww → const int
-
0xF1 - YXWX → const int
-
Deprecated, use
yxwxinstead.yxwx - yxwx → const int
-
0x31 - YXWY → const int
-
Deprecated, use
yxwyinstead.yxwy - yxwy → const int
-
0x71 - YXWZ → const int
-
Deprecated, use
yxwzinstead.yxwz - yxwz → const int
-
0xB1 - YXXW → const int
-
Deprecated, use
yxxwinstead.yxxw - yxxw → const int
-
0xC1 - YXXX → const int
-
Deprecated, use
yxxxinstead.yxxx - yxxx → const int
-
0x1 - YXXY → const int
-
Deprecated, use
yxxyinstead.yxxy - yxxy → const int
-
0x41 - YXXZ → const int
-
Deprecated, use
yxxzinstead.yxxz - yxxz → const int
-
0x81 - YXYW → const int
-
Deprecated, use
yxywinstead.yxyw - yxyw → const int
-
0xD1 - YXYX → const int
-
Deprecated, use
yxyxinstead.yxyx - yxyx → const int
-
0x11 - YXYY → const int
-
Deprecated, use
yxyyinstead.yxyy - yxyy → const int
-
0x51 - YXYZ → const int
-
Deprecated, use
yxyzinstead.yxyz - yxyz → const int
-
0x91 - YXZW → const int
-
Deprecated, use
yxzwinstead.yxzw - yxzw → const int
-
0xE1 - YXZX → const int
-
Deprecated, use
yxzxinstead.yxzx - yxzx → const int
-
0x21 - YXZY → const int
-
Deprecated, use
yxzyinstead.yxzy - yxzy → const int
-
0x61 - YXZZ → const int
-
Deprecated, use
yxzzinstead.yxzz - yxzz → const int
-
0xA1 - YYWW → const int
-
Deprecated, use
yywwinstead.yyww - yyww → const int
-
0xF5 - YYWX → const int
-
Deprecated, use
yywxinstead.yywx - yywx → const int
-
0x35 - YYWY → const int
-
Deprecated, use
yywyinstead.yywy - yywy → const int
-
0x75 - YYWZ → const int
-
Deprecated, use
yywzinstead.yywz - yywz → const int
-
0xB5 - YYXW → const int
-
Deprecated, use
yyxwinstead.yyxw - yyxw → const int
-
0xC5 - YYXX → const int
-
Deprecated, use
yyxxinstead.yyxx - yyxx → const int
-
0x5 - YYXY → const int
-
Deprecated, use
yyxyinstead.yyxy - yyxy → const int
-
0x45 - YYXZ → const int
-
Deprecated, use
yyxzinstead.yyxz - yyxz → const int
-
0x85 - YYYW → const int
-
Deprecated, use
yyywinstead.yyyw - yyyw → const int
-
0xD5 - YYYX → const int
-
Deprecated, use
yyyxinstead.yyyx - yyyx → const int
-
0x15 - YYYY → const int
-
Deprecated, use
yyyyinstead.yyyy - yyyy → const int
-
0x55 - YYYZ → const int
-
Deprecated, use
yyyzinstead.yyyz - yyyz → const int
-
0x95 - YYZW → const int
-
Deprecated, use
yyzwinstead.yyzw - yyzw → const int
-
0xE5 - YYZX → const int
-
Deprecated, use
yyzxinstead.yyzx - yyzx → const int
-
0x25 - YYZY → const int
-
Deprecated, use
yyzyinstead.yyzy - yyzy → const int
-
0x65 - YYZZ → const int
-
Deprecated, use
yyzzinstead.yyzz - yyzz → const int
-
0xA5 - YZWW → const int
-
Deprecated, use
yzwwinstead.yzww - yzww → const int
-
0xF9 - YZWX → const int
-
Deprecated, use
yzwxinstead.yzwx - yzwx → const int
-
0x39 - YZWY → const int
-
Deprecated, use
yzwyinstead.yzwy - yzwy → const int
-
0x79 - YZWZ → const int
-
Deprecated, use
yzwzinstead.yzwz - yzwz → const int
-
0xB9 - YZXW → const int
-
Deprecated, use
yzxwinstead.yzxw - yzxw → const int
-
0xC9 - YZXX → const int
-
Deprecated, use
yzxxinstead.yzxx - yzxx → const int
-
0x9 - YZXY → const int
-
Deprecated, use
yzxyinstead.yzxy - yzxy → const int
-
0x49 - YZXZ → const int
-
Deprecated, use
yzxzinstead.yzxz - yzxz → const int
-
0x89 - YZYW → const int
-
Deprecated, use
yzywinstead.yzyw - yzyw → const int
-
0xD9 - YZYX → const int
-
Deprecated, use
yzyxinstead.yzyx - yzyx → const int
-
0x19 - YZYY → const int
-
Deprecated, use
yzyyinstead.yzyy - yzyy → const int
-
0x59 - YZYZ → const int
-
Deprecated, use
yzyzinstead.yzyz - yzyz → const int
-
0x99 - YZZW → const int
-
Deprecated, use
yzzwinstead.yzzw - yzzw → const int
-
0xE9 - YZZX → const int
-
Deprecated, use
yzzxinstead.yzzx - yzzx → const int
-
0x29 - YZZY → const int
-
Deprecated, use
yzzyinstead.yzzy - yzzy → const int
-
0x69 - YZZZ → const int
-
Deprecated, use
yzzzinstead.yzzz - yzzz → const int
-
0xA9 - ZWWW → const int
-
Deprecated, use
zwwwinstead.zwww - zwww → const int
-
0xFE - ZWWX → const int
-
Deprecated, use
zwwxinstead.zwwx - zwwx → const int
-
0x3E - ZWWY → const int
-
Deprecated, use
zwwyinstead.zwwy - zwwy → const int
-
0x7E - ZWWZ → const int
-
Deprecated, use
zwwzinstead.zwwz - zwwz → const int
-
0xBE - ZWXW → const int
-
Deprecated, use
zwxwinstead.zwxw - zwxw → const int
-
0xCE - ZWXX → const int
-
Deprecated, use
zwxxinstead.zwxx - zwxx → const int
-
0xE - ZWXY → const int
-
Deprecated, use
zwxyinstead.zwxy - zwxy → const int
-
0x4E - ZWXZ → const int
-
Deprecated, use
zwxzinstead.zwxz - zwxz → const int
-
0x8E - ZWYW → const int
-
Deprecated, use
zwywinstead.zwyw - zwyw → const int
-
0xDE - ZWYX → const int
-
Deprecated, use
zwyxinstead.zwyx - zwyx → const int
-
0x1E - ZWYY → const int
-
Deprecated, use
zwyyinstead.zwyy - zwyy → const int
-
0x5E - ZWYZ → const int
-
Deprecated, use
zwyzinstead.zwyz - zwyz → const int
-
0x9E - ZWZW → const int
-
Deprecated, use
zwzwinstead.zwzw - zwzw → const int
-
0xEE - ZWZX → const int
-
Deprecated, use
zwzxinstead.zwzx - zwzx → const int
-
0x2E - ZWZY → const int
-
Deprecated, use
zwzyinstead.zwzy - zwzy → const int
-
0x6E - ZWZZ → const int
-
Deprecated, use
zwzzinstead.zwzz - zwzz → const int
-
0xAE - ZXWW → const int
-
Deprecated, use
zxwwinstead.zxww - zxww → const int
-
0xF2 - ZXWX → const int
-
Deprecated, use
zxwxinstead.zxwx - zxwx → const int
-
0x32 - ZXWY → const int
-
Deprecated, use
zxwyinstead.zxwy - zxwy → const int
-
0x72 - ZXWZ → const int
-
Deprecated, use
zxwzinstead.zxwz - zxwz → const int
-
0xB2 - ZXXW → const int
-
Deprecated, use
zxxwinstead.zxxw - zxxw → const int
-
0xC2 - ZXXX → const int
-
Deprecated, use
zxxxinstead.zxxx - zxxx → const int
-
0x2 - ZXXY → const int
-
Deprecated, use
zxxyinstead.zxxy - zxxy → const int
-
0x42 - ZXXZ → const int
-
Deprecated, use
zxxzinstead.zxxz - zxxz → const int
-
0x82 - ZXYW → const int
-
Deprecated, use
zxywinstead.zxyw - zxyw → const int
-
0xD2 - ZXYX → const int
-
Deprecated, use
zxyxinstead.zxyx - zxyx → const int
-
0x12 - ZXYY → const int
-
Deprecated, use
zxyyinstead.zxyy - zxyy → const int
-
0x52 - ZXYZ → const int
-
Deprecated, use
zxyzinstead.zxyz - zxyz → const int
-
0x92 - ZXZW → const int
-
Deprecated, use
zxzwinstead.zxzw - zxzw → const int
-
0xE2 - ZXZX → const int
-
Deprecated, use
zxzxinstead.zxzx - zxzx → const int
-
0x22 - ZXZY → const int
-
Deprecated, use
zxzyinstead.zxzy - zxzy → const int
-
0x62 - ZXZZ → const int
-
Deprecated, use
zxzzinstead.zxzz - zxzz → const int
-
0xA2 - ZYWW → const int
-
Deprecated, use
zywwinstead.zyww - zyww → const int
-
0xF6 - ZYWX → const int
-
Deprecated, use
zywxinstead.zywx - zywx → const int
-
0x36 - ZYWY → const int
-
Deprecated, use
zywyinstead.zywy - zywy → const int
-
0x76 - ZYWZ → const int
-
Deprecated, use
zywzinstead.zywz - zywz → const int
-
0xB6 - ZYXW → const int
-
Deprecated, use
zyxwinstead.zyxw - zyxw → const int
-
0xC6 - ZYXX → const int
-
Deprecated, use
zyxxinstead.zyxx - zyxx → const int
-
0x6 - ZYXY → const int
-
Deprecated, use
zyxyinstead.zyxy - zyxy → const int
-
0x46 - ZYXZ → const int
-
Deprecated, use
zyxzinstead.zyxz - zyxz → const int
-
0x86 - ZYYW → const int
-
Deprecated, use
zyywinstead.zyyw - zyyw → const int
-
0xD6 - ZYYX → const int
-
Deprecated, use
zyyxinstead.zyyx - zyyx → const int
-
0x16 - ZYYY → const int
-
Deprecated, use
zyyyinstead.zyyy - zyyy → const int
-
0x56 - ZYYZ → const int
-
Deprecated, use
zyyzinstead.zyyz - zyyz → const int
-
0x96 - ZYZW → const int
-
Deprecated, use
zyzwinstead.zyzw - zyzw → const int
-
0xE6 - ZYZX → const int
-
Deprecated, use
zyzxinstead.zyzx - zyzx → const int
-
0x26 - ZYZY → const int
-
Deprecated, use
zyzyinstead.zyzy - zyzy → const int
-
0x66 - ZYZZ → const int
-
Deprecated, use
zyzzinstead.zyzz - zyzz → const int
-
0xA6 - ZZWW → const int
-
Deprecated, use
zzwwinstead.zzww - zzww → const int
-
0xFA - ZZWX → const int
-
Deprecated, use
zzwxinstead.zzwx - zzwx → const int
-
0x3A - ZZWY → const int
-
Deprecated, use
zzwyinstead.zzwy - zzwy → const int
-
0x7A - ZZWZ → const int
-
Deprecated, use
zzwzinstead.zzwz - zzwz → const int
-
0xBA - ZZXW → const int
-
Deprecated, use
zzxwinstead.zzxw - zzxw → const int
-
0xCA - ZZXX → const int
-
Deprecated, use
zzxxinstead.zzxx - zzxx → const int
-
0xA - ZZXY → const int
-
Deprecated, use
zzxyinstead.zzxy - zzxy → const int
-
0x4A - ZZXZ → const int
-
Deprecated, use
zzxzinstead.zzxz - zzxz → const int
-
0x8A - ZZYW → const int
-
Deprecated, use
zzywinstead.zzyw - zzyw → const int
-
0xDA - ZZYX → const int
-
Deprecated, use
zzyxinstead.zzyx - zzyx → const int
-
0x1A - ZZYY → const int
-
Deprecated, use
zzyyinstead.zzyy - zzyy → const int
-
0x5A - ZZYZ → const int
-
Deprecated, use
zzyzinstead.zzyz - zzyz → const int
-
0x9A - ZZZW → const int
-
Deprecated, use
zzzwinstead.zzzw - zzzw → const int
-
0xEA - ZZZX → const int
-
Deprecated, use
zzzxinstead.zzzx - zzzx → const int
-
0x2A - ZZZY → const int
-
Deprecated, use
zzzyinstead.zzzy - zzzy → const int
-
0x6A - ZZZZ → const int
-
Deprecated, use
zzzzinstead.zzzz - zzzz → const int
-
0xAA