Multiplies each element in a by 2 to the power of b and converts the result into an unsigned type.
d=vec_ctul(a, b)
The following table describes the types of the returned value and the function arguments.
| d | a | b |
|---|---|---|
| vector unsigned long long | vector float | 0–31 |
| vector double |
This function does not use elements 1 and 3 of a when a is a float vector.