| Parameter | Description |
|---|---|
| x | Input value. |
int The number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of an int vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int2 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of an int2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int3 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of an int3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int4 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of an int4 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int The number of leading zeros of the input.
Returns number of leading zeros in the binary representations of a uint value.
| Parameter | Description |
|---|---|
| x | Input value. |
int2 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of a uint2 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int3 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of a uint3 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int4 The componentwise number of leading zeros of the input.
Returns the componentwise number of leading zeros in the binary representations of a uint4 vector.
| Parameter | Description |
|---|---|
| x | Input value. |
int The number of leading zeros of the input.
Returns number of leading zeros in the binary representations of a long value.
| Parameter | Description |
|---|---|
| x | Input value. |
int The number of leading zeros of the input.
Returns number of leading zeros in the binary representations of a ulong value.