AI Engine Intrinsics User Guide
(AIE) v(2024.1)
|
Casting intrinsics allow casting between vector types of the same size. More...
Casting intrinsics allow casting between vector types of the same size.
For the single/double accumlator conversion intrinsics it may seem at first that the vectors are of different types (v8acc80 is 640-bit and v8cacc48 is 768-bit). However, the following two points provide more clarity on casting:
Macros | |
#define | AS_CONVERSION(FROM, TO) |
Macro defined for reinterpret cast from FROM to TO. | |
128-bit type conversions | |
promotion v16int8 | as_v16int8 (v16uint8) |
Reinterpret cast from v16uint8 to v16int8 (see AS_CONVERSION( v16uint8 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v16uint8) |
Reinterpret cast from v16uint8 to v16uint8 (see AS_CONVERSION( v16uint8 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v16uint8) |
Reinterpret cast from v16uint8 to v8int16 (see AS_CONVERSION( v16uint8 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v16uint8) |
Reinterpret cast from v16uint8 to v4cint16 (see AS_CONVERSION( v16uint8 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v16uint8) |
Reinterpret cast from v16uint8 to v4int32 (see AS_CONVERSION( v16uint8 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v16uint8) |
Reinterpret cast from v16uint8 to v2cint32 (see AS_CONVERSION( v16uint8 , v2cint32 )) | |
promotion v4float | as_v4float (v16uint8) |
Reinterpret cast from v16uint8 to v4float (see AS_CONVERSION( v16uint8 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v16uint8) |
Reinterpret cast from v16uint8 to v2cfloat (see AS_CONVERSION( v16uint8 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v16int8) |
Reinterpret cast from v16int8 to v16int8 (see AS_CONVERSION( v16int8 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v16int8) |
Reinterpret cast from v16int8 to v16uint8 (see AS_CONVERSION( v16int8 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v16int8) |
Reinterpret cast from v16int8 to v8int16 (see AS_CONVERSION( v16int8 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v16int8) |
Reinterpret cast from v16int8 to v4cint16 (see AS_CONVERSION( v16int8 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v16int8) |
Reinterpret cast from v16int8 to v4int32 (see AS_CONVERSION( v16int8 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v16int8) |
Reinterpret cast from v16int8 to v2cint32 (see AS_CONVERSION( v16int8 , v2cint32 )) | |
promotion v4float | as_v4float (v16int8) |
Reinterpret cast from v16int8 to v4float (see AS_CONVERSION( v16int8 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v16int8) |
Reinterpret cast from v16int8 to v2cfloat (see AS_CONVERSION( v16int8 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v8int16) |
Reinterpret cast from v8int16 to v16int8 (see AS_CONVERSION( v8int16 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v8int16) |
Reinterpret cast from v8int16 to v16uint8 (see AS_CONVERSION( v8int16 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v8int16) |
Reinterpret cast from v8int16 to v8int16 (see AS_CONVERSION( v8int16 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v8int16) |
Reinterpret cast from v8int16 to v4cint16 (see AS_CONVERSION( v8int16 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v8int16) |
Reinterpret cast from v8int16 to v4int32 (see AS_CONVERSION( v8int16 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v8int16) |
Reinterpret cast from v8int16 to v2cint32 (see AS_CONVERSION( v8int16 , v2cint32 )) | |
promotion v4float | as_v4float (v8int16) |
Reinterpret cast from v8int16 to v4float (see AS_CONVERSION( v8int16 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v8int16) |
Reinterpret cast from v8int16 to v2cfloat (see AS_CONVERSION( v8int16 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v4cint16) |
Reinterpret cast from v4cint16 to v16int8 (see AS_CONVERSION( v4cint16 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v4cint16) |
Reinterpret cast from v4cint16 to v16uint8 (see AS_CONVERSION( v4cint16 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v4cint16) |
Reinterpret cast from v4cint16 to v8int16 (see AS_CONVERSION( v4cint16 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v4cint16) |
Reinterpret cast from v4cint16 to v4cint16 (see AS_CONVERSION( v4cint16 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v4cint16) |
Reinterpret cast from v4cint16 to v4int32 (see AS_CONVERSION( v4cint16 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v4cint16) |
Reinterpret cast from v4cint16 to v2cint32 (see AS_CONVERSION( v4cint16 , v2cint32 )) | |
promotion v4float | as_v4float (v4cint16) |
Reinterpret cast from v4cint16 to v4float (see AS_CONVERSION( v4cint16 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v4cint16) |
Reinterpret cast from v4cint16 to v2cfloat (see AS_CONVERSION( v4cint16 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v4int32) |
Reinterpret cast from v4int32 to v16int8 (see AS_CONVERSION( v4int32 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v4int32) |
Reinterpret cast from v4int32 to v16uint8 (see AS_CONVERSION( v4int32 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v4int32) |
Reinterpret cast from v4int32 to v8int16 (see AS_CONVERSION( v4int32 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v4int32) |
Reinterpret cast from v4int32 to v4cint16 (see AS_CONVERSION( v4int32 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v4int32) |
Reinterpret cast from v4int32 to v4int32 (see AS_CONVERSION( v4int32 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v4int32) |
Reinterpret cast from v4int32 to v2cint32 (see AS_CONVERSION( v4int32 , v2cint32 )) | |
promotion v4float | as_v4float (v4int32) |
Reinterpret cast from v4int32 to v4float (see AS_CONVERSION( v4int32 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v4int32) |
Reinterpret cast from v4int32 to v2cfloat (see AS_CONVERSION( v4int32 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v2cint32) |
Reinterpret cast from v2cint32 to v16int8 (see AS_CONVERSION( v2cint32 , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v2cint32) |
Reinterpret cast from v2cint32 to v16uint8 (see AS_CONVERSION( v2cint32 , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v2cint32) |
Reinterpret cast from v2cint32 to v8int16 (see AS_CONVERSION( v2cint32 , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v2cint32) |
Reinterpret cast from v2cint32 to v4cint16 (see AS_CONVERSION( v2cint32 , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v2cint32) |
Reinterpret cast from v2cint32 to v4int32 (see AS_CONVERSION( v2cint32 , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v2cint32) |
Reinterpret cast from v2cint32 to v2cint32 (see AS_CONVERSION( v2cint32 , v2cint32 )) | |
promotion v4float | as_v4float (v2cint32) |
Reinterpret cast from v2cint32 to v4float (see AS_CONVERSION( v2cint32 , v4float )) | |
promotion v2cfloat | as_v2cfloat (v2cint32) |
Reinterpret cast from v2cint32 to v2cfloat (see AS_CONVERSION( v2cint32 , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v4float) |
Reinterpret cast from v4float to v16int8 (see AS_CONVERSION( v4float , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v4float) |
Reinterpret cast from v4float to v16uint8 (see AS_CONVERSION( v4float , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v4float) |
Reinterpret cast from v4float to v8int16 (see AS_CONVERSION( v4float , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v4float) |
Reinterpret cast from v4float to v4cint16 (see AS_CONVERSION( v4float , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v4float) |
Reinterpret cast from v4float to v4int32 (see AS_CONVERSION( v4float , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v4float) |
Reinterpret cast from v4float to v2cint32 (see AS_CONVERSION( v4float , v2cint32 )) | |
promotion v4float | as_v4float (v4float) |
Reinterpret cast from v4float to v4float (see AS_CONVERSION( v4float , v4float )) | |
promotion v2cfloat | as_v2cfloat (v4float) |
Reinterpret cast from v4float to v2cfloat (see AS_CONVERSION( v4float , v2cfloat )) | |
promotion v16int8 | as_v16int8 (v2cfloat) |
Reinterpret cast from v2cfloat to v16int8 (see AS_CONVERSION( v2cfloat , v16int8 )) | |
promotion v16uint8 | as_v16uint8 (v2cfloat) |
Reinterpret cast from v2cfloat to v16uint8 (see AS_CONVERSION( v2cfloat , v16uint8 )) | |
promotion v8int16 | as_v8int16 (v2cfloat) |
Reinterpret cast from v2cfloat to v8int16 (see AS_CONVERSION( v2cfloat , v8int16 )) | |
promotion v4cint16 | as_v4cint16 (v2cfloat) |
Reinterpret cast from v2cfloat to v4cint16 (see AS_CONVERSION( v2cfloat , v4cint16 )) | |
promotion v4int32 | as_v4int32 (v2cfloat) |
Reinterpret cast from v2cfloat to v4int32 (see AS_CONVERSION( v2cfloat , v4int32 )) | |
promotion v2cint32 | as_v2cint32 (v2cfloat) |
Reinterpret cast from v2cfloat to v2cint32 (see AS_CONVERSION( v2cfloat , v2cint32 )) | |
promotion v4float | as_v4float (v2cfloat) |
Reinterpret cast from v2cfloat to v4float (see AS_CONVERSION( v2cfloat , v4float )) | |
promotion v2cfloat | as_v2cfloat (v2cfloat) |
Reinterpret cast from v2cfloat to v2cfloat (see AS_CONVERSION( v2cfloat , v2cfloat )) | |
256-bit type conversions | |
promotion v32int8 | as_v32int8 (v32uint8) |
Reinterpret cast from v32uint8 to v32int8 (see AS_CONVERSION( v32uint8 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v32uint8) |
Reinterpret cast from v32uint8 to v32uint8 (see AS_CONVERSION( v32uint8 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v32uint8) |
Reinterpret cast from v32uint8 to v16int16 (see AS_CONVERSION( v32uint8 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v32uint8) |
Reinterpret cast from v32uint8 to v8cint16 (see AS_CONVERSION( v32uint8 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v32uint8) |
Reinterpret cast from v32uint8 to v8int32 (see AS_CONVERSION( v32uint8 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v32uint8) |
Reinterpret cast from v32uint8 to v4cint32 (see AS_CONVERSION( v32uint8 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v32uint8) |
Reinterpret cast from v32uint8 to v4int64 (see AS_CONVERSION( v32uint8 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v32uint8) |
Reinterpret cast from v32uint8 to v2cint64 (see AS_CONVERSION( v32uint8 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v32uint8) |
Reinterpret cast from v32uint8 to v2int128 (see AS_CONVERSION( v32uint8 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v32uint8) |
Reinterpret cast from v32uint8 to v1cint128 (see AS_CONVERSION( v32uint8 , v1cint128 )) | |
promotion v8float | as_v8float (v32uint8) |
Reinterpret cast from v32uint8 to v8float (see AS_CONVERSION( v32uint8 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v32uint8) |
Reinterpret cast from v32uint8 to v4cfloat (see AS_CONVERSION( v32uint8 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v32int8) |
Reinterpret cast from v32int8 to v32int8 (see AS_CONVERSION( v32int8 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v32int8) |
Reinterpret cast from v32int8 to v32uint8 (see AS_CONVERSION( v32int8 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v32int8) |
Reinterpret cast from v32int8 to v16int16 (see AS_CONVERSION( v32int8 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v32int8) |
Reinterpret cast from v32int8 to v8cint16 (see AS_CONVERSION( v32int8 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v32int8) |
Reinterpret cast from v32int8 to v8int32 (see AS_CONVERSION( v32int8 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v32int8) |
Reinterpret cast from v32int8 to v4cint32 (see AS_CONVERSION( v32int8 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v32int8) |
Reinterpret cast from v32int8 to v4int64 (see AS_CONVERSION( v32int8 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v32int8) |
Reinterpret cast from v32int8 to v2cint64 (see AS_CONVERSION( v32int8 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v32int8) |
Reinterpret cast from v32int8 to v2int128 (see AS_CONVERSION( v32int8 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v32int8) |
Reinterpret cast from v32int8 to v1cint128 (see AS_CONVERSION( v32int8 , v1cint128 )) | |
promotion v8float | as_v8float (v32int8) |
Reinterpret cast from v32int8 to v8float (see AS_CONVERSION( v32int8 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v32int8) |
Reinterpret cast from v32int8 to v4cfloat (see AS_CONVERSION( v32int8 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v16int16) |
Reinterpret cast from v16int16 to v32int8 (see AS_CONVERSION( v16int16 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v16int16) |
Reinterpret cast from v16int16 to v32uint8 (see AS_CONVERSION( v16int16 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v16int16) |
Reinterpret cast from v16int16 to v16int16 (see AS_CONVERSION( v16int16 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v16int16) |
Reinterpret cast from v16int16 to v8cint16 (see AS_CONVERSION( v16int16 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v16int16) |
Reinterpret cast from v16int16 to v8int32 (see AS_CONVERSION( v16int16 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v16int16) |
Reinterpret cast from v16int16 to v4cint32 (see AS_CONVERSION( v16int16 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v16int16) |
Reinterpret cast from v16int16 to v4int64 (see AS_CONVERSION( v16int16 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v16int16) |
Reinterpret cast from v16int16 to v2cint64 (see AS_CONVERSION( v16int16 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v16int16) |
Reinterpret cast from v16int16 to v2int128 (see AS_CONVERSION( v16int16 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v16int16) |
Reinterpret cast from v16int16 to v1cint128 (see AS_CONVERSION( v16int16 , v1cint128 )) | |
promotion v8float | as_v8float (v16int16) |
Reinterpret cast from v16int16 to v8float (see AS_CONVERSION( v16int16 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v16int16) |
Reinterpret cast from v16int16 to v4cfloat (see AS_CONVERSION( v16int16 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v8cint16) |
Reinterpret cast from v8cint16 to v32int8 (see AS_CONVERSION( v8cint16 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v8cint16) |
Reinterpret cast from v8cint16 to v32uint8 (see AS_CONVERSION( v8cint16 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v8cint16) |
Reinterpret cast from v8cint16 to v16int16 (see AS_CONVERSION( v8cint16 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v8cint16) |
Reinterpret cast from v8cint16 to v8cint16 (see AS_CONVERSION( v8cint16 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v8cint16) |
Reinterpret cast from v8cint16 to v8int32 (see AS_CONVERSION( v8cint16 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v8cint16) |
Reinterpret cast from v8cint16 to v4cint32 (see AS_CONVERSION( v8cint16 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v8cint16) |
Reinterpret cast from v8cint16 to v4int64 (see AS_CONVERSION( v8cint16 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v8cint16) |
Reinterpret cast from v8cint16 to v2cint64 (see AS_CONVERSION( v8cint16 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v8cint16) |
Reinterpret cast from v8cint16 to v2int128 (see AS_CONVERSION( v8cint16 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v8cint16) |
Reinterpret cast from v8cint16 to v1cint128 (see AS_CONVERSION( v8cint16 , v1cint128 )) | |
promotion v8float | as_v8float (v8cint16) |
Reinterpret cast from v8cint16 to v8float (see AS_CONVERSION( v8cint16 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v8cint16) |
Reinterpret cast from v8cint16 to v4cfloat (see AS_CONVERSION( v8cint16 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v8int32) |
Reinterpret cast from v8int32 to v32int8 (see AS_CONVERSION( v8int32 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v8int32) |
Reinterpret cast from v8int32 to v32uint8 (see AS_CONVERSION( v8int32 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v8int32) |
Reinterpret cast from v8int32 to v16int16 (see AS_CONVERSION( v8int32 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v8int32) |
Reinterpret cast from v8int32 to v8cint16 (see AS_CONVERSION( v8int32 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v8int32) |
Reinterpret cast from v8int32 to v8int32 (see AS_CONVERSION( v8int32 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v8int32) |
Reinterpret cast from v8int32 to v4cint32 (see AS_CONVERSION( v8int32 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v8int32) |
Reinterpret cast from v8int32 to v4int64 (see AS_CONVERSION( v8int32 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v8int32) |
Reinterpret cast from v8int32 to v2cint64 (see AS_CONVERSION( v8int32 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v8int32) |
Reinterpret cast from v8int32 to v2int128 (see AS_CONVERSION( v8int32 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v8int32) |
Reinterpret cast from v8int32 to v1cint128 (see AS_CONVERSION( v8int32 , v1cint128 )) | |
promotion v8float | as_v8float (v8int32) |
Reinterpret cast from v8int32 to v8float (see AS_CONVERSION( v8int32 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v8int32) |
Reinterpret cast from v8int32 to v4cfloat (see AS_CONVERSION( v8int32 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v4cint32) |
Reinterpret cast from v4cint32 to v32int8 (see AS_CONVERSION( v4cint32 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v4cint32) |
Reinterpret cast from v4cint32 to v32uint8 (see AS_CONVERSION( v4cint32 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v4cint32) |
Reinterpret cast from v4cint32 to v16int16 (see AS_CONVERSION( v4cint32 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v4cint32) |
Reinterpret cast from v4cint32 to v8cint16 (see AS_CONVERSION( v4cint32 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v4cint32) |
Reinterpret cast from v4cint32 to v8int32 (see AS_CONVERSION( v4cint32 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v4cint32) |
Reinterpret cast from v4cint32 to v4cint32 (see AS_CONVERSION( v4cint32 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v4cint32) |
Reinterpret cast from v4cint32 to v4int64 (see AS_CONVERSION( v4cint32 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v4cint32) |
Reinterpret cast from v4cint32 to v2cint64 (see AS_CONVERSION( v4cint32 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v4cint32) |
Reinterpret cast from v4cint32 to v2int128 (see AS_CONVERSION( v4cint32 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v4cint32) |
Reinterpret cast from v4cint32 to v1cint128 (see AS_CONVERSION( v4cint32 , v1cint128 )) | |
promotion v8float | as_v8float (v4cint32) |
Reinterpret cast from v4cint32 to v8float (see AS_CONVERSION( v4cint32 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v4cint32) |
Reinterpret cast from v4cint32 to v4cfloat (see AS_CONVERSION( v4cint32 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v4int64) |
Reinterpret cast from v4int64 to v32int8 (see AS_CONVERSION( v4int64 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v4int64) |
Reinterpret cast from v4int64 to v32uint8 (see AS_CONVERSION( v4int64 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v4int64) |
Reinterpret cast from v4int64 to v16int16 (see AS_CONVERSION( v4int64 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v4int64) |
Reinterpret cast from v4int64 to v8cint16 (see AS_CONVERSION( v4int64 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v4int64) |
Reinterpret cast from v4int64 to v8int32 (see AS_CONVERSION( v4int64 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v4int64) |
Reinterpret cast from v4int64 to v4cint32 (see AS_CONVERSION( v4int64 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v4int64) |
Reinterpret cast from v4int64 to v4int64 (see AS_CONVERSION( v4int64 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v4int64) |
Reinterpret cast from v4int64 to v2cint64 (see AS_CONVERSION( v4int64 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v4int64) |
Reinterpret cast from v4int64 to v2int128 (see AS_CONVERSION( v4int64 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v4int64) |
Reinterpret cast from v4int64 to v1cint128 (see AS_CONVERSION( v4int64 , v1cint128 )) | |
promotion v8float | as_v8float (v4int64) |
Reinterpret cast from v4int64 to v8float (see AS_CONVERSION( v4int64 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v4int64) |
Reinterpret cast from v4int64 to v4cfloat (see AS_CONVERSION( v4int64 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v2cint64) |
Reinterpret cast from v2cint64 to v32int8 (see AS_CONVERSION( v2cint64 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v2cint64) |
Reinterpret cast from v2cint64 to v32uint8 (see AS_CONVERSION( v2cint64 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v2cint64) |
Reinterpret cast from v2cint64 to v16int16 (see AS_CONVERSION( v2cint64 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v2cint64) |
Reinterpret cast from v2cint64 to v8cint16 (see AS_CONVERSION( v2cint64 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v2cint64) |
Reinterpret cast from v2cint64 to v8int32 (see AS_CONVERSION( v2cint64 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v2cint64) |
Reinterpret cast from v2cint64 to v4cint32 (see AS_CONVERSION( v2cint64 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v2cint64) |
Reinterpret cast from v2cint64 to v4int64 (see AS_CONVERSION( v2cint64 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v2cint64) |
Reinterpret cast from v2cint64 to v2cint64 (see AS_CONVERSION( v2cint64 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v2cint64) |
Reinterpret cast from v2cint64 to v2int128 (see AS_CONVERSION( v2cint64 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v2cint64) |
Reinterpret cast from v2cint64 to v1cint128 (see AS_CONVERSION( v2cint64 , v1cint128 )) | |
promotion v8float | as_v8float (v2cint64) |
Reinterpret cast from v2cint64 to v8float (see AS_CONVERSION( v2cint64 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v2cint64) |
Reinterpret cast from v2cint64 to v4cfloat (see AS_CONVERSION( v2cint64 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v2int128) |
Reinterpret cast from v2int128 to v32int8 (see AS_CONVERSION( v2int128 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v2int128) |
Reinterpret cast from v2int128 to v32uint8 (see AS_CONVERSION( v2int128 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v2int128) |
Reinterpret cast from v2int128 to v16int16 (see AS_CONVERSION( v2int128 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v2int128) |
Reinterpret cast from v2int128 to v8cint16 (see AS_CONVERSION( v2int128 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v2int128) |
Reinterpret cast from v2int128 to v8int32 (see AS_CONVERSION( v2int128 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v2int128) |
Reinterpret cast from v2int128 to v4cint32 (see AS_CONVERSION( v2int128 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v2int128) |
Reinterpret cast from v2int128 to v4int64 (see AS_CONVERSION( v2int128 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v2int128) |
Reinterpret cast from v2int128 to v2cint64 (see AS_CONVERSION( v2int128 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v2int128) |
Reinterpret cast from v2int128 to v2int128 (see AS_CONVERSION( v2int128 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v2int128) |
Reinterpret cast from v2int128 to v1cint128 (see AS_CONVERSION( v2int128 , v1cint128 )) | |
promotion v8float | as_v8float (v2int128) |
Reinterpret cast from v2int128 to v8float (see AS_CONVERSION( v2int128 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v2int128) |
Reinterpret cast from v2int128 to v4cfloat (see AS_CONVERSION( v2int128 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v1cint128) |
Reinterpret cast from v1cint128 to v32int8 (see AS_CONVERSION( v1cint128 , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v1cint128) |
Reinterpret cast from v1cint128 to v32uint8 (see AS_CONVERSION( v1cint128 , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v1cint128) |
Reinterpret cast from v1cint128 to v16int16 (see AS_CONVERSION( v1cint128 , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v1cint128) |
Reinterpret cast from v1cint128 to v8cint16 (see AS_CONVERSION( v1cint128 , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v1cint128) |
Reinterpret cast from v1cint128 to v8int32 (see AS_CONVERSION( v1cint128 , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v1cint128) |
Reinterpret cast from v1cint128 to v4cint32 (see AS_CONVERSION( v1cint128 , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v1cint128) |
Reinterpret cast from v1cint128 to v4int64 (see AS_CONVERSION( v1cint128 , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v1cint128) |
Reinterpret cast from v1cint128 to v2cint64 (see AS_CONVERSION( v1cint128 , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v1cint128) |
Reinterpret cast from v1cint128 to v2int128 (see AS_CONVERSION( v1cint128 , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v1cint128) |
Reinterpret cast from v1cint128 to v1cint128 (see AS_CONVERSION( v1cint128 , v1cint128 )) | |
promotion v8float | as_v8float (v1cint128) |
Reinterpret cast from v1cint128 to v8float (see AS_CONVERSION( v1cint128 , v8float )) | |
promotion v4cfloat | as_v4cfloat (v1cint128) |
Reinterpret cast from v1cint128 to v4cfloat (see AS_CONVERSION( v1cint128 , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v8float) |
Reinterpret cast from v8float to v32int8 (see AS_CONVERSION( v8float , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v8float) |
Reinterpret cast from v8float to v32uint8 (see AS_CONVERSION( v8float , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v8float) |
Reinterpret cast from v8float to v16int16 (see AS_CONVERSION( v8float , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v8float) |
Reinterpret cast from v8float to v8cint16 (see AS_CONVERSION( v8float , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v8float) |
Reinterpret cast from v8float to v8int32 (see AS_CONVERSION( v8float , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v8float) |
Reinterpret cast from v8float to v4cint32 (see AS_CONVERSION( v8float , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v8float) |
Reinterpret cast from v8float to v4int64 (see AS_CONVERSION( v8float , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v8float) |
Reinterpret cast from v8float to v2cint64 (see AS_CONVERSION( v8float , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v8float) |
Reinterpret cast from v8float to v2int128 (see AS_CONVERSION( v8float , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v8float) |
Reinterpret cast from v8float to v1cint128 (see AS_CONVERSION( v8float , v1cint128 )) | |
promotion v8float | as_v8float (v8float) |
Reinterpret cast from v8float to v8float (see AS_CONVERSION( v8float , v8float )) | |
promotion v4cfloat | as_v4cfloat (v8float) |
Reinterpret cast from v8float to v4cfloat (see AS_CONVERSION( v8float , v4cfloat )) | |
promotion v32int8 | as_v32int8 (v4cfloat) |
Reinterpret cast from v4cfloat to v32int8 (see AS_CONVERSION( v4cfloat , v32int8 )) | |
promotion v32uint8 | as_v32uint8 (v4cfloat) |
Reinterpret cast from v4cfloat to v32uint8 (see AS_CONVERSION( v4cfloat , v32uint8 )) | |
promotion v16int16 | as_v16int16 (v4cfloat) |
Reinterpret cast from v4cfloat to v16int16 (see AS_CONVERSION( v4cfloat , v16int16 )) | |
promotion v8cint16 | as_v8cint16 (v4cfloat) |
Reinterpret cast from v4cfloat to v8cint16 (see AS_CONVERSION( v4cfloat , v8cint16 )) | |
promotion v8int32 | as_v8int32 (v4cfloat) |
Reinterpret cast from v4cfloat to v8int32 (see AS_CONVERSION( v4cfloat , v8int32 )) | |
promotion v4cint32 | as_v4cint32 (v4cfloat) |
Reinterpret cast from v4cfloat to v4cint32 (see AS_CONVERSION( v4cfloat , v4cint32 )) | |
promotion v4int64 | as_v4int64 (v4cfloat) |
Reinterpret cast from v4cfloat to v4int64 (see AS_CONVERSION( v4cfloat , v4int64 )) | |
promotion v2cint64 | as_v2cint64 (v4cfloat) |
Reinterpret cast from v4cfloat to v2cint64 (see AS_CONVERSION( v4cfloat , v2cint64 )) | |
promotion v2int128 | as_v2int128 (v4cfloat) |
Reinterpret cast from v4cfloat to v2int128 (see AS_CONVERSION( v4cfloat , v2int128 )) | |
promotion v1cint128 | as_v1cint128 (v4cfloat) |
Reinterpret cast from v4cfloat to v1cint128 (see AS_CONVERSION( v4cfloat , v1cint128 )) | |
promotion v8float | as_v8float (v4cfloat) |
Reinterpret cast from v4cfloat to v8float (see AS_CONVERSION( v4cfloat , v8float )) | |
promotion v4cfloat | as_v4cfloat (v4cfloat) |
Reinterpret cast from v4cfloat to v4cfloat (see AS_CONVERSION( v4cfloat , v4cfloat )) | |
512-bit type conversions | |
promotion v64int8 | as_v64int8 (v64uint8) |
Reinterpret cast from v64uint8 to v64int8 (see AS_CONVERSION( v64uint8 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v64uint8) |
Reinterpret cast from v64uint8 to v64uint8 (see AS_CONVERSION( v64uint8 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v64uint8) |
Reinterpret cast from v64uint8 to v32int16 (see AS_CONVERSION( v64uint8 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v64uint8) |
Reinterpret cast from v64uint8 to v16cint16 (see AS_CONVERSION( v64uint8 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v64uint8) |
Reinterpret cast from v64uint8 to v16int32 (see AS_CONVERSION( v64uint8 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v64uint8) |
Reinterpret cast from v64uint8 to v8cint32 (see AS_CONVERSION( v64uint8 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v64uint8) |
Reinterpret cast from v64uint8 to v8int64 (see AS_CONVERSION( v64uint8 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v64uint8) |
Reinterpret cast from v64uint8 to v4cint64 (see AS_CONVERSION( v64uint8 , v4cint64 )) | |
promotion v16float | as_v16float (v64uint8) |
Reinterpret cast from v64uint8 to v16float (see AS_CONVERSION( v64uint8 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v64uint8) |
Reinterpret cast from v64uint8 to v8cfloat (see AS_CONVERSION( v64uint8 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v64int8) |
Reinterpret cast from v64int8 to v64int8 (see AS_CONVERSION( v64int8 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v64int8) |
Reinterpret cast from v64int8 to v64uint8 (see AS_CONVERSION( v64int8 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v64int8) |
Reinterpret cast from v64int8 to v32int16 (see AS_CONVERSION( v64int8 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v64int8) |
Reinterpret cast from v64int8 to v16cint16 (see AS_CONVERSION( v64int8 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v64int8) |
Reinterpret cast from v64int8 to v16int32 (see AS_CONVERSION( v64int8 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v64int8) |
Reinterpret cast from v64int8 to v8cint32 (see AS_CONVERSION( v64int8 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v64int8) |
Reinterpret cast from v64int8 to v8int64 (see AS_CONVERSION( v64int8 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v64int8) |
Reinterpret cast from v64int8 to v4cint64 (see AS_CONVERSION( v64int8 , v4cint64 )) | |
promotion v16float | as_v16float (v64int8) |
Reinterpret cast from v64int8 to v16float (see AS_CONVERSION( v64int8 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v64int8) |
Reinterpret cast from v64int8 to v8cfloat (see AS_CONVERSION( v64int8 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v32int16) |
Reinterpret cast from v32int16 to v64int8 (see AS_CONVERSION( v32int16 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v32int16) |
Reinterpret cast from v32int16 to v64uint8 (see AS_CONVERSION( v32int16 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v32int16) |
Reinterpret cast from v32int16 to v32int16 (see AS_CONVERSION( v32int16 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v32int16) |
Reinterpret cast from v32int16 to v16cint16 (see AS_CONVERSION( v32int16 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v32int16) |
Reinterpret cast from v32int16 to v16int32 (see AS_CONVERSION( v32int16 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v32int16) |
Reinterpret cast from v32int16 to v8cint32 (see AS_CONVERSION( v32int16 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v32int16) |
Reinterpret cast from v32int16 to v8int64 (see AS_CONVERSION( v32int16 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v32int16) |
Reinterpret cast from v32int16 to v4cint64 (see AS_CONVERSION( v32int16 , v4cint64 )) | |
promotion v16float | as_v16float (v32int16) |
Reinterpret cast from v32int16 to v16float (see AS_CONVERSION( v32int16 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v32int16) |
Reinterpret cast from v32int16 to v8cfloat (see AS_CONVERSION( v32int16 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v16cint16) |
Reinterpret cast from v16cint16 to v64int8 (see AS_CONVERSION( v16cint16 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v16cint16) |
Reinterpret cast from v16cint16 to v64uint8 (see AS_CONVERSION( v16cint16 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v16cint16) |
Reinterpret cast from v16cint16 to v32int16 (see AS_CONVERSION( v16cint16 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v16cint16) |
Reinterpret cast from v16cint16 to v16cint16 (see AS_CONVERSION( v16cint16 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v16cint16) |
Reinterpret cast from v16cint16 to v16int32 (see AS_CONVERSION( v16cint16 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v16cint16) |
Reinterpret cast from v16cint16 to v8cint32 (see AS_CONVERSION( v16cint16 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v16cint16) |
Reinterpret cast from v16cint16 to v8int64 (see AS_CONVERSION( v16cint16 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v16cint16) |
Reinterpret cast from v16cint16 to v4cint64 (see AS_CONVERSION( v16cint16 , v4cint64 )) | |
promotion v16float | as_v16float (v16cint16) |
Reinterpret cast from v16cint16 to v16float (see AS_CONVERSION( v16cint16 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v16cint16) |
Reinterpret cast from v16cint16 to v8cfloat (see AS_CONVERSION( v16cint16 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v16int32) |
Reinterpret cast from v16int32 to v64int8 (see AS_CONVERSION( v16int32 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v16int32) |
Reinterpret cast from v16int32 to v64uint8 (see AS_CONVERSION( v16int32 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v16int32) |
Reinterpret cast from v16int32 to v32int16 (see AS_CONVERSION( v16int32 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v16int32) |
Reinterpret cast from v16int32 to v16cint16 (see AS_CONVERSION( v16int32 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v16int32) |
Reinterpret cast from v16int32 to v16int32 (see AS_CONVERSION( v16int32 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v16int32) |
Reinterpret cast from v16int32 to v8cint32 (see AS_CONVERSION( v16int32 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v16int32) |
Reinterpret cast from v16int32 to v8int64 (see AS_CONVERSION( v16int32 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v16int32) |
Reinterpret cast from v16int32 to v4cint64 (see AS_CONVERSION( v16int32 , v4cint64 )) | |
promotion v16float | as_v16float (v16int32) |
Reinterpret cast from v16int32 to v16float (see AS_CONVERSION( v16int32 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v16int32) |
Reinterpret cast from v16int32 to v8cfloat (see AS_CONVERSION( v16int32 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v8cint32) |
Reinterpret cast from v8cint32 to v64int8 (see AS_CONVERSION( v8cint32 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v8cint32) |
Reinterpret cast from v8cint32 to v64uint8 (see AS_CONVERSION( v8cint32 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v8cint32) |
Reinterpret cast from v8cint32 to v32int16 (see AS_CONVERSION( v8cint32 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v8cint32) |
Reinterpret cast from v8cint32 to v16cint16 (see AS_CONVERSION( v8cint32 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v8cint32) |
Reinterpret cast from v8cint32 to v16int32 (see AS_CONVERSION( v8cint32 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v8cint32) |
Reinterpret cast from v8cint32 to v8cint32 (see AS_CONVERSION( v8cint32 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v8cint32) |
Reinterpret cast from v8cint32 to v8int64 (see AS_CONVERSION( v8cint32 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v8cint32) |
Reinterpret cast from v8cint32 to v4cint64 (see AS_CONVERSION( v8cint32 , v4cint64 )) | |
promotion v16float | as_v16float (v8cint32) |
Reinterpret cast from v8cint32 to v16float (see AS_CONVERSION( v8cint32 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v8cint32) |
Reinterpret cast from v8cint32 to v8cfloat (see AS_CONVERSION( v8cint32 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v8int64) |
Reinterpret cast from v8int64 to v64int8 (see AS_CONVERSION( v8int64 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v8int64) |
Reinterpret cast from v8int64 to v64uint8 (see AS_CONVERSION( v8int64 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v8int64) |
Reinterpret cast from v8int64 to v32int16 (see AS_CONVERSION( v8int64 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v8int64) |
Reinterpret cast from v8int64 to v16cint16 (see AS_CONVERSION( v8int64 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v8int64) |
Reinterpret cast from v8int64 to v16int32 (see AS_CONVERSION( v8int64 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v8int64) |
Reinterpret cast from v8int64 to v8cint32 (see AS_CONVERSION( v8int64 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v8int64) |
Reinterpret cast from v8int64 to v8int64 (see AS_CONVERSION( v8int64 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v8int64) |
Reinterpret cast from v8int64 to v4cint64 (see AS_CONVERSION( v8int64 , v4cint64 )) | |
promotion v16float | as_v16float (v8int64) |
Reinterpret cast from v8int64 to v16float (see AS_CONVERSION( v8int64 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v8int64) |
Reinterpret cast from v8int64 to v8cfloat (see AS_CONVERSION( v8int64 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v4cint64) |
Reinterpret cast from v4cint64 to v64int8 (see AS_CONVERSION( v4cint64 , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v4cint64) |
Reinterpret cast from v4cint64 to v64uint8 (see AS_CONVERSION( v4cint64 , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v4cint64) |
Reinterpret cast from v4cint64 to v32int16 (see AS_CONVERSION( v4cint64 , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v4cint64) |
Reinterpret cast from v4cint64 to v16cint16 (see AS_CONVERSION( v4cint64 , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v4cint64) |
Reinterpret cast from v4cint64 to v16int32 (see AS_CONVERSION( v4cint64 , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v4cint64) |
Reinterpret cast from v4cint64 to v8cint32 (see AS_CONVERSION( v4cint64 , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v4cint64) |
Reinterpret cast from v4cint64 to v8int64 (see AS_CONVERSION( v4cint64 , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v4cint64) |
Reinterpret cast from v4cint64 to v4cint64 (see AS_CONVERSION( v4cint64 , v4cint64 )) | |
promotion v16float | as_v16float (v4cint64) |
Reinterpret cast from v4cint64 to v16float (see AS_CONVERSION( v4cint64 , v16float )) | |
promotion v8cfloat | as_v8cfloat (v4cint64) |
Reinterpret cast from v4cint64 to v8cfloat (see AS_CONVERSION( v4cint64 , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v16float) |
Reinterpret cast from v16float to v64int8 (see AS_CONVERSION( v16float , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v16float) |
Reinterpret cast from v16float to v64uint8 (see AS_CONVERSION( v16float , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v16float) |
Reinterpret cast from v16float to v32int16 (see AS_CONVERSION( v16float , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v16float) |
Reinterpret cast from v16float to v16cint16 (see AS_CONVERSION( v16float , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v16float) |
Reinterpret cast from v16float to v16int32 (see AS_CONVERSION( v16float , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v16float) |
Reinterpret cast from v16float to v8cint32 (see AS_CONVERSION( v16float , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v16float) |
Reinterpret cast from v16float to v8int64 (see AS_CONVERSION( v16float , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v16float) |
Reinterpret cast from v16float to v4cint64 (see AS_CONVERSION( v16float , v4cint64 )) | |
promotion v16float | as_v16float (v16float) |
Reinterpret cast from v16float to v16float (see AS_CONVERSION( v16float , v16float )) | |
promotion v8cfloat | as_v8cfloat (v16float) |
Reinterpret cast from v16float to v8cfloat (see AS_CONVERSION( v16float , v8cfloat )) | |
promotion v64int8 | as_v64int8 (v8cfloat) |
Reinterpret cast from v8cfloat to v64int8 (see AS_CONVERSION( v8cfloat , v64int8 )) | |
promotion v64uint8 | as_v64uint8 (v8cfloat) |
Reinterpret cast from v8cfloat to v64uint8 (see AS_CONVERSION( v8cfloat , v64uint8 )) | |
promotion v32int16 | as_v32int16 (v8cfloat) |
Reinterpret cast from v8cfloat to v32int16 (see AS_CONVERSION( v8cfloat , v32int16 )) | |
promotion v16cint16 | as_v16cint16 (v8cfloat) |
Reinterpret cast from v8cfloat to v16cint16 (see AS_CONVERSION( v8cfloat , v16cint16 )) | |
promotion v16int32 | as_v16int32 (v8cfloat) |
Reinterpret cast from v8cfloat to v16int32 (see AS_CONVERSION( v8cfloat , v16int32 )) | |
promotion v8cint32 | as_v8cint32 (v8cfloat) |
Reinterpret cast from v8cfloat to v8cint32 (see AS_CONVERSION( v8cfloat , v8cint32 )) | |
promotion v8int64 | as_v8int64 (v8cfloat) |
Reinterpret cast from v8cfloat to v8int64 (see AS_CONVERSION( v8cfloat , v8int64 )) | |
promotion v4cint64 | as_v4cint64 (v8cfloat) |
Reinterpret cast from v8cfloat to v4cint64 (see AS_CONVERSION( v8cfloat , v4cint64 )) | |
promotion v16float | as_v16float (v8cfloat) |
Reinterpret cast from v8cfloat to v16float (see AS_CONVERSION( v8cfloat , v16float )) | |
promotion v8cfloat | as_v8cfloat (v8cfloat) |
Reinterpret cast from v8cfloat to v8cfloat (see AS_CONVERSION( v8cfloat , v8cfloat )) | |
1024-bit type conversions | |
promotion v128int8 | as_v128int8 (v128uint8) |
Reinterpret cast from v128uint8 to v128int8 (see AS_CONVERSION( v128uint8 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v128uint8) |
Reinterpret cast from v128uint8 to v128uint8 (see AS_CONVERSION( v128uint8 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v128uint8) |
Reinterpret cast from v128uint8 to v64int16 (see AS_CONVERSION( v128uint8 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v128uint8) |
Reinterpret cast from v128uint8 to v32cint16 (see AS_CONVERSION( v128uint8 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v128uint8) |
Reinterpret cast from v128uint8 to v32int32 (see AS_CONVERSION( v128uint8 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v128uint8) |
Reinterpret cast from v128uint8 to v16cint32 (see AS_CONVERSION( v128uint8 , v16cint32 )) | |
promotion v32float | as_v32float (v128uint8) |
Reinterpret cast from v128uint8 to v32float (see AS_CONVERSION( v128uint8 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v128uint8) |
Reinterpret cast from v128uint8 to v16cfloat (see AS_CONVERSION( v128uint8 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v128int8) |
Reinterpret cast from v128int8 to v128int8 (see AS_CONVERSION( v128int8 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v128int8) |
Reinterpret cast from v128int8 to v128uint8 (see AS_CONVERSION( v128int8 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v128int8) |
Reinterpret cast from v128int8 to v64int16 (see AS_CONVERSION( v128int8 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v128int8) |
Reinterpret cast from v128int8 to v32cint16 (see AS_CONVERSION( v128int8 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v128int8) |
Reinterpret cast from v128int8 to v32int32 (see AS_CONVERSION( v128int8 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v128int8) |
Reinterpret cast from v128int8 to v16cint32 (see AS_CONVERSION( v128int8 , v16cint32 )) | |
promotion v32float | as_v32float (v128int8) |
Reinterpret cast from v128int8 to v32float (see AS_CONVERSION( v128int8 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v128int8) |
Reinterpret cast from v128int8 to v16cfloat (see AS_CONVERSION( v128int8 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v64int16) |
Reinterpret cast from v64int16 to v128int8 (see AS_CONVERSION( v64int16 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v64int16) |
Reinterpret cast from v64int16 to v128uint8 (see AS_CONVERSION( v64int16 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v64int16) |
Reinterpret cast from v64int16 to v64int16 (see AS_CONVERSION( v64int16 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v64int16) |
Reinterpret cast from v64int16 to v32cint16 (see AS_CONVERSION( v64int16 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v64int16) |
Reinterpret cast from v64int16 to v32int32 (see AS_CONVERSION( v64int16 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v64int16) |
Reinterpret cast from v64int16 to v16cint32 (see AS_CONVERSION( v64int16 , v16cint32 )) | |
promotion v32float | as_v32float (v64int16) |
Reinterpret cast from v64int16 to v32float (see AS_CONVERSION( v64int16 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v64int16) |
Reinterpret cast from v64int16 to v16cfloat (see AS_CONVERSION( v64int16 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v32cint16) |
Reinterpret cast from v32cint16 to v128int8 (see AS_CONVERSION( v32cint16 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v32cint16) |
Reinterpret cast from v32cint16 to v128uint8 (see AS_CONVERSION( v32cint16 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v32cint16) |
Reinterpret cast from v32cint16 to v64int16 (see AS_CONVERSION( v32cint16 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v32cint16) |
Reinterpret cast from v32cint16 to v32cint16 (see AS_CONVERSION( v32cint16 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v32cint16) |
Reinterpret cast from v32cint16 to v32int32 (see AS_CONVERSION( v32cint16 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v32cint16) |
Reinterpret cast from v32cint16 to v16cint32 (see AS_CONVERSION( v32cint16 , v16cint32 )) | |
promotion v32float | as_v32float (v32cint16) |
Reinterpret cast from v32cint16 to v32float (see AS_CONVERSION( v32cint16 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v32cint16) |
Reinterpret cast from v32cint16 to v16cfloat (see AS_CONVERSION( v32cint16 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v32int32) |
Reinterpret cast from v32int32 to v128int8 (see AS_CONVERSION( v32int32 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v32int32) |
Reinterpret cast from v32int32 to v128uint8 (see AS_CONVERSION( v32int32 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v32int32) |
Reinterpret cast from v32int32 to v64int16 (see AS_CONVERSION( v32int32 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v32int32) |
Reinterpret cast from v32int32 to v32cint16 (see AS_CONVERSION( v32int32 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v32int32) |
Reinterpret cast from v32int32 to v32int32 (see AS_CONVERSION( v32int32 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v32int32) |
Reinterpret cast from v32int32 to v16cint32 (see AS_CONVERSION( v32int32 , v16cint32 )) | |
promotion v32float | as_v32float (v32int32) |
Reinterpret cast from v32int32 to v32float (see AS_CONVERSION( v32int32 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v32int32) |
Reinterpret cast from v32int32 to v16cfloat (see AS_CONVERSION( v32int32 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v16cint32) |
Reinterpret cast from v16cint32 to v128int8 (see AS_CONVERSION( v16cint32 , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v16cint32) |
Reinterpret cast from v16cint32 to v128uint8 (see AS_CONVERSION( v16cint32 , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v16cint32) |
Reinterpret cast from v16cint32 to v64int16 (see AS_CONVERSION( v16cint32 , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v16cint32) |
Reinterpret cast from v16cint32 to v32cint16 (see AS_CONVERSION( v16cint32 , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v16cint32) |
Reinterpret cast from v16cint32 to v32int32 (see AS_CONVERSION( v16cint32 , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v16cint32) |
Reinterpret cast from v16cint32 to v16cint32 (see AS_CONVERSION( v16cint32 , v16cint32 )) | |
promotion v32float | as_v32float (v16cint32) |
Reinterpret cast from v16cint32 to v32float (see AS_CONVERSION( v16cint32 , v32float )) | |
promotion v16cfloat | as_v16cfloat (v16cint32) |
Reinterpret cast from v16cint32 to v16cfloat (see AS_CONVERSION( v16cint32 , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v32float) |
Reinterpret cast from v32float to v128int8 (see AS_CONVERSION( v32float , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v32float) |
Reinterpret cast from v32float to v128uint8 (see AS_CONVERSION( v32float , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v32float) |
Reinterpret cast from v32float to v64int16 (see AS_CONVERSION( v32float , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v32float) |
Reinterpret cast from v32float to v32cint16 (see AS_CONVERSION( v32float , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v32float) |
Reinterpret cast from v32float to v32int32 (see AS_CONVERSION( v32float , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v32float) |
Reinterpret cast from v32float to v16cint32 (see AS_CONVERSION( v32float , v16cint32 )) | |
promotion v32float | as_v32float (v32float) |
Reinterpret cast from v32float to v32float (see AS_CONVERSION( v32float , v32float )) | |
promotion v16cfloat | as_v16cfloat (v32float) |
Reinterpret cast from v32float to v16cfloat (see AS_CONVERSION( v32float , v16cfloat )) | |
promotion v128int8 | as_v128int8 (v16cfloat) |
Reinterpret cast from v16cfloat to v128int8 (see AS_CONVERSION( v16cfloat , v128int8 )) | |
promotion v128uint8 | as_v128uint8 (v16cfloat) |
Reinterpret cast from v16cfloat to v128uint8 (see AS_CONVERSION( v16cfloat , v128uint8 )) | |
promotion v64int16 | as_v64int16 (v16cfloat) |
Reinterpret cast from v16cfloat to v64int16 (see AS_CONVERSION( v16cfloat , v64int16 )) | |
promotion v32cint16 | as_v32cint16 (v16cfloat) |
Reinterpret cast from v16cfloat to v32cint16 (see AS_CONVERSION( v16cfloat , v32cint16 )) | |
promotion v32int32 | as_v32int32 (v16cfloat) |
Reinterpret cast from v16cfloat to v32int32 (see AS_CONVERSION( v16cfloat , v32int32 )) | |
promotion v16cint32 | as_v16cint32 (v16cfloat) |
Reinterpret cast from v16cfloat to v16cint32 (see AS_CONVERSION( v16cfloat , v16cint32 )) | |
promotion v32float | as_v32float (v16cfloat) |
Reinterpret cast from v16cfloat to v32float (see AS_CONVERSION( v16cfloat , v32float )) | |
promotion v16cfloat | as_v16cfloat (v16cfloat) |
Reinterpret cast from v16cfloat to v16cfloat (see AS_CONVERSION( v16cfloat , v16cfloat )) | |
Single accumulator conversions | |
promotion v8acc48 | as_v8acc48 (v8acc48) |
Reinterpret cast from v8acc48 to v8acc48 (see AS_CONVERSION( v8acc48 , v8acc48 )) | |
promotion v4cacc48 | as_v4cacc48 (v8acc48) |
Reinterpret cast from v8acc48 to v4cacc48 (see AS_CONVERSION( v8acc48 , v4cacc48 )) | |
promotion v4acc80 | as_v4acc80 (v8acc48) |
Reinterpret cast from v8acc48 to v4acc80 (see AS_CONVERSION( v8acc48 , v4acc80 )) | |
promotion v2cacc80 | as_v2cacc80 (v8acc48) |
Reinterpret cast from v8acc48 to v2cacc80 (see AS_CONVERSION( v8acc48 , v2cacc80 )) | |
promotion v8acc48 | as_v8acc48 (v4cacc48) |
Reinterpret cast from v4cacc48 to v8acc48 (see AS_CONVERSION( v4cacc48 , v8acc48 )) | |
promotion v4cacc48 | as_v4cacc48 (v4cacc48) |
Reinterpret cast from v4cacc48 to v4cacc48 (see AS_CONVERSION( v4cacc48 , v4cacc48 )) | |
promotion v4acc80 | as_v4acc80 (v4cacc48) |
Reinterpret cast from v4cacc48 to v4acc80 (see AS_CONVERSION( v4cacc48 , v4acc80 )) | |
promotion v2cacc80 | as_v2cacc80 (v4cacc48) |
Reinterpret cast from v4cacc48 to v2cacc80 (see AS_CONVERSION( v4cacc48 , v2cacc80 )) | |
promotion v8acc48 | as_v8acc48 (v4acc80) |
Reinterpret cast from v4acc80 to v8acc48 (see AS_CONVERSION( v4acc80 , v8acc48 )) | |
promotion v4cacc48 | as_v4cacc48 (v4acc80) |
Reinterpret cast from v4acc80 to v4cacc48 (see AS_CONVERSION( v4acc80 , v4cacc48 )) | |
promotion v4acc80 | as_v4acc80 (v4acc80) |
Reinterpret cast from v4acc80 to v4acc80 (see AS_CONVERSION( v4acc80 , v4acc80 )) | |
promotion v2cacc80 | as_v2cacc80 (v4acc80) |
Reinterpret cast from v4acc80 to v2cacc80 (see AS_CONVERSION( v4acc80 , v2cacc80 )) | |
promotion v8acc48 | as_v8acc48 (v2cacc80) |
Reinterpret cast from v2cacc80 to v8acc48 (see AS_CONVERSION( v2cacc80 , v8acc48 )) | |
promotion v4cacc48 | as_v4cacc48 (v2cacc80) |
Reinterpret cast from v2cacc80 to v4cacc48 (see AS_CONVERSION( v2cacc80 , v4cacc48 )) | |
promotion v4acc80 | as_v4acc80 (v2cacc80) |
Reinterpret cast from v2cacc80 to v4acc80 (see AS_CONVERSION( v2cacc80 , v4acc80 )) | |
promotion v2cacc80 | as_v2cacc80 (v2cacc80) |
Reinterpret cast from v2cacc80 to v2cacc80 (see AS_CONVERSION( v2cacc80 , v2cacc80 )) | |
Double accumulator conversions | |
promotion v16acc48 | as_v16acc48 (v16acc48) |
Reinterpret cast from v16acc48 to v16acc48 (see AS_CONVERSION( v16acc48 , v16acc48 )) | |
promotion v8cacc48 | as_v8cacc48 (v16acc48) |
Reinterpret cast from v16acc48 to v8cacc48 (see AS_CONVERSION( v16acc48 , v8cacc48 )) | |
promotion v8acc80 | as_v8acc80 (v16acc48) |
Reinterpret cast from v16acc48 to v8acc80 (see AS_CONVERSION( v16acc48 , v8acc80 )) | |
promotion v4cacc80 | as_v4cacc80 (v16acc48) |
Reinterpret cast from v16acc48 to v4cacc80 (see AS_CONVERSION( v16acc48 , v4cacc80 )) | |
promotion v16acc48 | as_v16acc48 (v8cacc48) |
Reinterpret cast from v8cacc48 to v16acc48 (see AS_CONVERSION( v8cacc48 , v16acc48 )) | |
promotion v8cacc48 | as_v8cacc48 (v8cacc48) |
Reinterpret cast from v8cacc48 to v8cacc48 (see AS_CONVERSION( v8cacc48 , v8cacc48 )) | |
promotion v8acc80 | as_v8acc80 (v8cacc48) |
Reinterpret cast from v8cacc48 to v8acc80 (see AS_CONVERSION( v8cacc48 , v8acc80 )) | |
promotion v4cacc80 | as_v4cacc80 (v8cacc48) |
Reinterpret cast from v8cacc48 to v4cacc80 (see AS_CONVERSION( v8cacc48 , v4cacc80 )) | |
promotion v16acc48 | as_v16acc48 (v8acc80) |
Reinterpret cast from v8acc80 to v16acc48 (see AS_CONVERSION( v8acc80 , v16acc48 )) | |
promotion v8cacc48 | as_v8cacc48 (v8acc80) |
Reinterpret cast from v8acc80 to v8cacc48 (see AS_CONVERSION( v8acc80 , v8cacc48 )) | |
promotion v8acc80 | as_v8acc80 (v8acc80) |
Reinterpret cast from v8acc80 to v8acc80 (see AS_CONVERSION( v8acc80 , v8acc80 )) | |
promotion v4cacc80 | as_v4cacc80 (v8acc80) |
Reinterpret cast from v8acc80 to v4cacc80 (see AS_CONVERSION( v8acc80 , v4cacc80 )) | |
promotion v16acc48 | as_v16acc48 (v4cacc80) |
Reinterpret cast from v4cacc80 to v16acc48 (see AS_CONVERSION( v4cacc80 , v16acc48 )) | |
promotion v8cacc48 | as_v8cacc48 (v4cacc80) |
Reinterpret cast from v4cacc80 to v8cacc48 (see AS_CONVERSION( v4cacc80 , v8cacc48 )) | |
promotion v8acc80 | as_v8acc80 (v4cacc80) |
Reinterpret cast from v4cacc80 to v8acc80 (see AS_CONVERSION( v4cacc80 , v8acc80 )) | |
promotion v4cacc80 | as_v4cacc80 (v4cacc80) |
Reinterpret cast from v4cacc80 to v4cacc80 (see AS_CONVERSION( v4cacc80 , v4cacc80 )) | |
Scalar conversions | |
int | as_int32 (float) |
Reinterpret cast from float to int_32. | |
float | as_float (int) |
Reinterpret cast from int to float. | |
Scalar complex conversions | |
int | as_int (cint16) |
Reinterpret cast from cint16 to int. | |
cint16 | as_cint16 (unsigned) |
Reinterpret cast from unsigned to cint16. | |
unsigned short | as_short (cint8) |
Reinterpret cast from cint8 to unsigned short. | |
cint8 | as_cint8 (unsigned short) |
Reinterpret cast from unsigned short to cint8. | |
#define AS_CONVERSION | ( | FROM, | |
TO | |||
) |
Macro defined for reinterpret cast from FROM to TO.
FROM | The datatype passed to be interpreted as TO without actually converting it into TO |
TO | The interpreted type |
cint16 as_cint16 | ( | unsigned | ) |
Reinterpret cast from unsigned to cint16.
unsigned | The datatype passed to be interpreted as cint16 without actually converting it into cint16 |
cint8 as_cint8 | ( | unsigned | short | ) |
Reinterpret cast from unsigned short to cint8.
short | The datatype passed to be interpreted as unsigned cint8 without actually converting it into cint8 |
float as_float | ( | int | ) |
Reinterpret cast from int to float.
int | The datatype passed to be interpreted as float without actually converting it into float |
int as_int | ( | cint16 | ) |
Reinterpret cast from cint16 to int.
cint16 | The datatype passed to be interpreted as int without actually converting it into int |
int as_int32 | ( | float | ) |
Reinterpret cast from float to int_32.
float | The datatype passed to be interpreted as int_32 without actually converting it into int_32 |
unsigned short as_short | ( | cint8 | ) |
Reinterpret cast from cint8 to unsigned short.
cint8 | The datatype passed to be interpreted as unsigned short without actually converting it into short |
promotion v128int8 as_v128int8 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v128int8 (see AS_CONVERSION( v128uint8 , v128int8 ))
v128uint8 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v128int8 (see AS_CONVERSION( v128int8 , v128int8 ))
v128int8 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v128int8 (see AS_CONVERSION( v64int16 , v128int8 ))
v64int16 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v128int8 (see AS_CONVERSION( v32cint16 , v128int8 ))
v32cint16 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v128int8 (see AS_CONVERSION( v32int32 , v128int8 ))
v32int32 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v128int8 (see AS_CONVERSION( v16cint32 , v128int8 ))
v16cint32 | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v32float | ) |
Reinterpret cast from v32float to v128int8 (see AS_CONVERSION( v32float , v128int8 ))
v32float | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128int8 as_v128int8 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v128int8 (see AS_CONVERSION( v16cfloat , v128int8 ))
v16cfloat | The datatype passed to be interpreted as v128int8 without actually converting it into v128int8 |
promotion v128uint8 as_v128uint8 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v128uint8 (see AS_CONVERSION( v128uint8 , v128uint8 ))
v128uint8 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v128uint8 (see AS_CONVERSION( v128int8 , v128uint8 ))
v128int8 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v128uint8 (see AS_CONVERSION( v64int16 , v128uint8 ))
v64int16 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v128uint8 (see AS_CONVERSION( v32cint16 , v128uint8 ))
v32cint16 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v128uint8 (see AS_CONVERSION( v32int32 , v128uint8 ))
v32int32 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v128uint8 (see AS_CONVERSION( v16cint32 , v128uint8 ))
v16cint32 | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v32float | ) |
Reinterpret cast from v32float to v128uint8 (see AS_CONVERSION( v32float , v128uint8 ))
v32float | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v128uint8 as_v128uint8 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v128uint8 (see AS_CONVERSION( v16cfloat , v128uint8 ))
v16cfloat | The datatype passed to be interpreted as v128uint8 without actually converting it into v128uint8 |
promotion v16acc48 as_v16acc48 | ( | v16acc48 | ) |
Reinterpret cast from v16acc48 to v16acc48 (see AS_CONVERSION( v16acc48 , v16acc48 ))
v16acc48 | The datatype passed to be interpreted as v16acc48 without actually converting it into v16acc48 |
promotion v16acc48 as_v16acc48 | ( | v8cacc48 | ) |
Reinterpret cast from v8cacc48 to v16acc48 (see AS_CONVERSION( v8cacc48 , v16acc48 ))
v8cacc48 | The datatype passed to be interpreted as v16acc48 without actually converting it into v16acc48 |
promotion v16acc48 as_v16acc48 | ( | v8acc80 | ) |
Reinterpret cast from v8acc80 to v16acc48 (see AS_CONVERSION( v8acc80 , v16acc48 ))
v8acc80 | The datatype passed to be interpreted as v16acc48 without actually converting it into v16acc48 |
promotion v16acc48 as_v16acc48 | ( | v4cacc80 | ) |
Reinterpret cast from v4cacc80 to v16acc48 (see AS_CONVERSION( v4cacc80 , v16acc48 ))
v4cacc80 | The datatype passed to be interpreted as v16acc48 without actually converting it into v16acc48 |
promotion v16cfloat as_v16cfloat | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v16cfloat (see AS_CONVERSION( v128uint8 , v16cfloat ))
v128uint8 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v16cfloat (see AS_CONVERSION( v128int8 , v16cfloat ))
v128int8 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v16cfloat (see AS_CONVERSION( v64int16 , v16cfloat ))
v64int16 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v16cfloat (see AS_CONVERSION( v32cint16 , v16cfloat ))
v32cint16 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v16cfloat (see AS_CONVERSION( v32int32 , v16cfloat ))
v32int32 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v16cfloat (see AS_CONVERSION( v16cint32 , v16cfloat ))
v16cint32 | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v32float | ) |
Reinterpret cast from v32float to v16cfloat (see AS_CONVERSION( v32float , v16cfloat ))
v32float | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cfloat as_v16cfloat | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v16cfloat (see AS_CONVERSION( v16cfloat , v16cfloat ))
v16cfloat | The datatype passed to be interpreted as v16cfloat without actually converting it into v16cfloat |
promotion v16cint16 as_v16cint16 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v16cint16 (see AS_CONVERSION( v64uint8 , v16cint16 ))
v64uint8 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v16cint16 (see AS_CONVERSION( v64int8 , v16cint16 ))
v64int8 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v16cint16 (see AS_CONVERSION( v32int16 , v16cint16 ))
v32int16 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v16cint16 (see AS_CONVERSION( v16cint16 , v16cint16 ))
v16cint16 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v16cint16 (see AS_CONVERSION( v16int32 , v16cint16 ))
v16int32 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v16cint16 (see AS_CONVERSION( v8cint32 , v16cint16 ))
v8cint32 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v16cint16 (see AS_CONVERSION( v8int64 , v16cint16 ))
v8int64 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v16cint16 (see AS_CONVERSION( v4cint64 , v16cint16 ))
v4cint64 | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v16float | ) |
Reinterpret cast from v16float to v16cint16 (see AS_CONVERSION( v16float , v16cint16 ))
v16float | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint16 as_v16cint16 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v16cint16 (see AS_CONVERSION( v8cfloat , v16cint16 ))
v8cfloat | The datatype passed to be interpreted as v16cint16 without actually converting it into v16cint16 |
promotion v16cint32 as_v16cint32 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v16cint32 (see AS_CONVERSION( v128uint8 , v16cint32 ))
v128uint8 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v16cint32 (see AS_CONVERSION( v128int8 , v16cint32 ))
v128int8 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v16cint32 (see AS_CONVERSION( v64int16 , v16cint32 ))
v64int16 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v16cint32 (see AS_CONVERSION( v32cint16 , v16cint32 ))
v32cint16 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v16cint32 (see AS_CONVERSION( v32int32 , v16cint32 ))
v32int32 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v16cint32 (see AS_CONVERSION( v16cint32 , v16cint32 ))
v16cint32 | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v32float | ) |
Reinterpret cast from v32float to v16cint32 (see AS_CONVERSION( v32float , v16cint32 ))
v32float | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16cint32 as_v16cint32 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v16cint32 (see AS_CONVERSION( v16cfloat , v16cint32 ))
v16cfloat | The datatype passed to be interpreted as v16cint32 without actually converting it into v16cint32 |
promotion v16float as_v16float | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v16float (see AS_CONVERSION( v64uint8 , v16float ))
v64uint8 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v16float (see AS_CONVERSION( v64int8 , v16float ))
v64int8 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v16float (see AS_CONVERSION( v32int16 , v16float ))
v32int16 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v16float (see AS_CONVERSION( v16cint16 , v16float ))
v16cint16 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v16float (see AS_CONVERSION( v16int32 , v16float ))
v16int32 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v16float (see AS_CONVERSION( v8cint32 , v16float ))
v8cint32 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v16float (see AS_CONVERSION( v8int64 , v16float ))
v8int64 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v16float (see AS_CONVERSION( v4cint64 , v16float ))
v4cint64 | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v16float | ) |
Reinterpret cast from v16float to v16float (see AS_CONVERSION( v16float , v16float ))
v16float | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16float as_v16float | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v16float (see AS_CONVERSION( v8cfloat , v16float ))
v8cfloat | The datatype passed to be interpreted as v16float without actually converting it into v16float |
promotion v16int16 as_v16int16 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v16int16 (see AS_CONVERSION( v32uint8 , v16int16 ))
v32uint8 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v16int16 (see AS_CONVERSION( v32int8 , v16int16 ))
v32int8 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v16int16 (see AS_CONVERSION( v16int16 , v16int16 ))
v16int16 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v16int16 (see AS_CONVERSION( v8cint16 , v16int16 ))
v8cint16 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v16int16 (see AS_CONVERSION( v8int32 , v16int16 ))
v8int32 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v16int16 (see AS_CONVERSION( v4cint32 , v16int16 ))
v4cint32 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v16int16 (see AS_CONVERSION( v4int64 , v16int16 ))
v4int64 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v16int16 (see AS_CONVERSION( v2cint64 , v16int16 ))
v2cint64 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v16int16 (see AS_CONVERSION( v2int128 , v16int16 ))
v2int128 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v16int16 (see AS_CONVERSION( v1cint128 , v16int16 ))
v1cint128 | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v8float | ) |
Reinterpret cast from v8float to v16int16 (see AS_CONVERSION( v8float , v16int16 ))
v8float | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int16 as_v16int16 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v16int16 (see AS_CONVERSION( v4cfloat , v16int16 ))
v4cfloat | The datatype passed to be interpreted as v16int16 without actually converting it into v16int16 |
promotion v16int32 as_v16int32 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v16int32 (see AS_CONVERSION( v64uint8 , v16int32 ))
v64uint8 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v16int32 (see AS_CONVERSION( v64int8 , v16int32 ))
v64int8 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v16int32 (see AS_CONVERSION( v32int16 , v16int32 ))
v32int16 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v16int32 (see AS_CONVERSION( v16cint16 , v16int32 ))
v16cint16 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v16int32 (see AS_CONVERSION( v16int32 , v16int32 ))
v16int32 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v16int32 (see AS_CONVERSION( v8cint32 , v16int32 ))
v8cint32 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v16int32 (see AS_CONVERSION( v8int64 , v16int32 ))
v8int64 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v16int32 (see AS_CONVERSION( v4cint64 , v16int32 ))
v4cint64 | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v16float | ) |
Reinterpret cast from v16float to v16int32 (see AS_CONVERSION( v16float , v16int32 ))
v16float | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int32 as_v16int32 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v16int32 (see AS_CONVERSION( v8cfloat , v16int32 ))
v8cfloat | The datatype passed to be interpreted as v16int32 without actually converting it into v16int32 |
promotion v16int8 as_v16int8 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v16int8 (see AS_CONVERSION( v16uint8 , v16int8 ))
v16uint8 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v16int8 (see AS_CONVERSION( v16int8 , v16int8 ))
v16int8 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v16int8 (see AS_CONVERSION( v8int16 , v16int8 ))
v8int16 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v16int8 (see AS_CONVERSION( v4cint16 , v16int8 ))
v4cint16 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v16int8 (see AS_CONVERSION( v4int32 , v16int8 ))
v4int32 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v16int8 (see AS_CONVERSION( v2cint32 , v16int8 ))
v2cint32 | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v4float | ) |
Reinterpret cast from v4float to v16int8 (see AS_CONVERSION( v4float , v16int8 ))
v4float | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16int8 as_v16int8 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v16int8 (see AS_CONVERSION( v2cfloat , v16int8 ))
v2cfloat | The datatype passed to be interpreted as v16int8 without actually converting it into v16int8 |
promotion v16uint8 as_v16uint8 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v16uint8 (see AS_CONVERSION( v16uint8 , v16uint8 ))
v16uint8 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v16uint8 (see AS_CONVERSION( v16int8 , v16uint8 ))
v16int8 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v16uint8 (see AS_CONVERSION( v8int16 , v16uint8 ))
v8int16 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v16uint8 (see AS_CONVERSION( v4cint16 , v16uint8 ))
v4cint16 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v16uint8 (see AS_CONVERSION( v4int32 , v16uint8 ))
v4int32 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v16uint8 (see AS_CONVERSION( v2cint32 , v16uint8 ))
v2cint32 | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v4float | ) |
Reinterpret cast from v4float to v16uint8 (see AS_CONVERSION( v4float , v16uint8 ))
v4float | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v16uint8 as_v16uint8 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v16uint8 (see AS_CONVERSION( v2cfloat , v16uint8 ))
v2cfloat | The datatype passed to be interpreted as v16uint8 without actually converting it into v16uint8 |
promotion v1cint128 as_v1cint128 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v1cint128 (see AS_CONVERSION( v32uint8 , v1cint128 ))
v32uint8 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v1cint128 (see AS_CONVERSION( v32int8 , v1cint128 ))
v32int8 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v1cint128 (see AS_CONVERSION( v16int16 , v1cint128 ))
v16int16 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v1cint128 (see AS_CONVERSION( v8cint16 , v1cint128 ))
v8cint16 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v1cint128 (see AS_CONVERSION( v8int32 , v1cint128 ))
v8int32 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v1cint128 (see AS_CONVERSION( v4cint32 , v1cint128 ))
v4cint32 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v1cint128 (see AS_CONVERSION( v4int64 , v1cint128 ))
v4int64 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v1cint128 (see AS_CONVERSION( v2cint64 , v1cint128 ))
v2cint64 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v1cint128 (see AS_CONVERSION( v2int128 , v1cint128 ))
v2int128 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v1cint128 (see AS_CONVERSION( v1cint128 , v1cint128 ))
v1cint128 | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v8float | ) |
Reinterpret cast from v8float to v1cint128 (see AS_CONVERSION( v8float , v1cint128 ))
v8float | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v1cint128 as_v1cint128 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v1cint128 (see AS_CONVERSION( v4cfloat , v1cint128 ))
v4cfloat | The datatype passed to be interpreted as v1cint128 without actually converting it into v1cint128 |
promotion v2cacc80 as_v2cacc80 | ( | v8acc48 | ) |
Reinterpret cast from v8acc48 to v2cacc80 (see AS_CONVERSION( v8acc48 , v2cacc80 ))
v8acc48 | The datatype passed to be interpreted as v2cacc80 without actually converting it into v2cacc80 |
promotion v2cacc80 as_v2cacc80 | ( | v4cacc48 | ) |
Reinterpret cast from v4cacc48 to v2cacc80 (see AS_CONVERSION( v4cacc48 , v2cacc80 ))
v4cacc48 | The datatype passed to be interpreted as v2cacc80 without actually converting it into v2cacc80 |
promotion v2cacc80 as_v2cacc80 | ( | v4acc80 | ) |
Reinterpret cast from v4acc80 to v2cacc80 (see AS_CONVERSION( v4acc80 , v2cacc80 ))
v4acc80 | The datatype passed to be interpreted as v2cacc80 without actually converting it into v2cacc80 |
promotion v2cacc80 as_v2cacc80 | ( | v2cacc80 | ) |
Reinterpret cast from v2cacc80 to v2cacc80 (see AS_CONVERSION( v2cacc80 , v2cacc80 ))
v2cacc80 | The datatype passed to be interpreted as v2cacc80 without actually converting it into v2cacc80 |
promotion v2cfloat as_v2cfloat | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v2cfloat (see AS_CONVERSION( v16uint8 , v2cfloat ))
v16uint8 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v2cfloat (see AS_CONVERSION( v16int8 , v2cfloat ))
v16int8 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v2cfloat (see AS_CONVERSION( v8int16 , v2cfloat ))
v8int16 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v2cfloat (see AS_CONVERSION( v4cint16 , v2cfloat ))
v4cint16 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v2cfloat (see AS_CONVERSION( v4int32 , v2cfloat ))
v4int32 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v2cfloat (see AS_CONVERSION( v2cint32 , v2cfloat ))
v2cint32 | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v4float | ) |
Reinterpret cast from v4float to v2cfloat (see AS_CONVERSION( v4float , v2cfloat ))
v4float | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cfloat as_v2cfloat | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v2cfloat (see AS_CONVERSION( v2cfloat , v2cfloat ))
v2cfloat | The datatype passed to be interpreted as v2cfloat without actually converting it into v2cfloat |
promotion v2cint32 as_v2cint32 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v2cint32 (see AS_CONVERSION( v16uint8 , v2cint32 ))
v16uint8 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v2cint32 (see AS_CONVERSION( v16int8 , v2cint32 ))
v16int8 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v2cint32 (see AS_CONVERSION( v8int16 , v2cint32 ))
v8int16 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v2cint32 (see AS_CONVERSION( v4cint16 , v2cint32 ))
v4cint16 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v2cint32 (see AS_CONVERSION( v4int32 , v2cint32 ))
v4int32 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v2cint32 (see AS_CONVERSION( v2cint32 , v2cint32 ))
v2cint32 | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v4float | ) |
Reinterpret cast from v4float to v2cint32 (see AS_CONVERSION( v4float , v2cint32 ))
v4float | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint32 as_v2cint32 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v2cint32 (see AS_CONVERSION( v2cfloat , v2cint32 ))
v2cfloat | The datatype passed to be interpreted as v2cint32 without actually converting it into v2cint32 |
promotion v2cint64 as_v2cint64 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v2cint64 (see AS_CONVERSION( v32uint8 , v2cint64 ))
v32uint8 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v2cint64 (see AS_CONVERSION( v32int8 , v2cint64 ))
v32int8 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v2cint64 (see AS_CONVERSION( v16int16 , v2cint64 ))
v16int16 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v2cint64 (see AS_CONVERSION( v8cint16 , v2cint64 ))
v8cint16 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v2cint64 (see AS_CONVERSION( v8int32 , v2cint64 ))
v8int32 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v2cint64 (see AS_CONVERSION( v4cint32 , v2cint64 ))
v4cint32 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v2cint64 (see AS_CONVERSION( v4int64 , v2cint64 ))
v4int64 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v2cint64 (see AS_CONVERSION( v2cint64 , v2cint64 ))
v2cint64 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v2cint64 (see AS_CONVERSION( v2int128 , v2cint64 ))
v2int128 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v2cint64 (see AS_CONVERSION( v1cint128 , v2cint64 ))
v1cint128 | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v8float | ) |
Reinterpret cast from v8float to v2cint64 (see AS_CONVERSION( v8float , v2cint64 ))
v8float | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2cint64 as_v2cint64 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v2cint64 (see AS_CONVERSION( v4cfloat , v2cint64 ))
v4cfloat | The datatype passed to be interpreted as v2cint64 without actually converting it into v2cint64 |
promotion v2int128 as_v2int128 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v2int128 (see AS_CONVERSION( v32uint8 , v2int128 ))
v32uint8 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v2int128 (see AS_CONVERSION( v32int8 , v2int128 ))
v32int8 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v2int128 (see AS_CONVERSION( v16int16 , v2int128 ))
v16int16 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v2int128 (see AS_CONVERSION( v8cint16 , v2int128 ))
v8cint16 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v2int128 (see AS_CONVERSION( v8int32 , v2int128 ))
v8int32 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v2int128 (see AS_CONVERSION( v4cint32 , v2int128 ))
v4cint32 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v2int128 (see AS_CONVERSION( v4int64 , v2int128 ))
v4int64 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v2int128 (see AS_CONVERSION( v2cint64 , v2int128 ))
v2cint64 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v2int128 (see AS_CONVERSION( v2int128 , v2int128 ))
v2int128 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v2int128 (see AS_CONVERSION( v1cint128 , v2int128 ))
v1cint128 | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v8float | ) |
Reinterpret cast from v8float to v2int128 (see AS_CONVERSION( v8float , v2int128 ))
v8float | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v2int128 as_v2int128 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v2int128 (see AS_CONVERSION( v4cfloat , v2int128 ))
v4cfloat | The datatype passed to be interpreted as v2int128 without actually converting it into v2int128 |
promotion v32cint16 as_v32cint16 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v32cint16 (see AS_CONVERSION( v128uint8 , v32cint16 ))
v128uint8 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v32cint16 (see AS_CONVERSION( v128int8 , v32cint16 ))
v128int8 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v32cint16 (see AS_CONVERSION( v64int16 , v32cint16 ))
v64int16 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v32cint16 (see AS_CONVERSION( v32cint16 , v32cint16 ))
v32cint16 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v32cint16 (see AS_CONVERSION( v32int32 , v32cint16 ))
v32int32 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v32cint16 (see AS_CONVERSION( v16cint32 , v32cint16 ))
v16cint32 | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v32float | ) |
Reinterpret cast from v32float to v32cint16 (see AS_CONVERSION( v32float , v32cint16 ))
v32float | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32cint16 as_v32cint16 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v32cint16 (see AS_CONVERSION( v16cfloat , v32cint16 ))
v16cfloat | The datatype passed to be interpreted as v32cint16 without actually converting it into v32cint16 |
promotion v32float as_v32float | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v32float (see AS_CONVERSION( v128uint8 , v32float ))
v128uint8 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v32float (see AS_CONVERSION( v128int8 , v32float ))
v128int8 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v32float (see AS_CONVERSION( v64int16 , v32float ))
v64int16 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v32float (see AS_CONVERSION( v32cint16 , v32float ))
v32cint16 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v32float (see AS_CONVERSION( v32int32 , v32float ))
v32int32 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v32float (see AS_CONVERSION( v16cint32 , v32float ))
v16cint32 | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v32float | ) |
Reinterpret cast from v32float to v32float (see AS_CONVERSION( v32float , v32float ))
v32float | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32float as_v32float | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v32float (see AS_CONVERSION( v16cfloat , v32float ))
v16cfloat | The datatype passed to be interpreted as v32float without actually converting it into v32float |
promotion v32int16 as_v32int16 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v32int16 (see AS_CONVERSION( v64uint8 , v32int16 ))
v64uint8 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v32int16 (see AS_CONVERSION( v64int8 , v32int16 ))
v64int8 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v32int16 (see AS_CONVERSION( v32int16 , v32int16 ))
v32int16 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v32int16 (see AS_CONVERSION( v16cint16 , v32int16 ))
v16cint16 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v32int16 (see AS_CONVERSION( v16int32 , v32int16 ))
v16int32 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v32int16 (see AS_CONVERSION( v8cint32 , v32int16 ))
v8cint32 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v32int16 (see AS_CONVERSION( v8int64 , v32int16 ))
v8int64 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v32int16 (see AS_CONVERSION( v4cint64 , v32int16 ))
v4cint64 | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v16float | ) |
Reinterpret cast from v16float to v32int16 (see AS_CONVERSION( v16float , v32int16 ))
v16float | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int16 as_v32int16 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v32int16 (see AS_CONVERSION( v8cfloat , v32int16 ))
v8cfloat | The datatype passed to be interpreted as v32int16 without actually converting it into v32int16 |
promotion v32int32 as_v32int32 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v32int32 (see AS_CONVERSION( v128uint8 , v32int32 ))
v128uint8 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v32int32 (see AS_CONVERSION( v128int8 , v32int32 ))
v128int8 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v32int32 (see AS_CONVERSION( v64int16 , v32int32 ))
v64int16 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v32int32 (see AS_CONVERSION( v32cint16 , v32int32 ))
v32cint16 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v32int32 (see AS_CONVERSION( v32int32 , v32int32 ))
v32int32 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v32int32 (see AS_CONVERSION( v16cint32 , v32int32 ))
v16cint32 | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v32float | ) |
Reinterpret cast from v32float to v32int32 (see AS_CONVERSION( v32float , v32int32 ))
v32float | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int32 as_v32int32 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v32int32 (see AS_CONVERSION( v16cfloat , v32int32 ))
v16cfloat | The datatype passed to be interpreted as v32int32 without actually converting it into v32int32 |
promotion v32int8 as_v32int8 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v32int8 (see AS_CONVERSION( v32uint8 , v32int8 ))
v32uint8 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v32int8 (see AS_CONVERSION( v32int8 , v32int8 ))
v32int8 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v32int8 (see AS_CONVERSION( v16int16 , v32int8 ))
v16int16 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v32int8 (see AS_CONVERSION( v8cint16 , v32int8 ))
v8cint16 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v32int8 (see AS_CONVERSION( v8int32 , v32int8 ))
v8int32 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v32int8 (see AS_CONVERSION( v4cint32 , v32int8 ))
v4cint32 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v32int8 (see AS_CONVERSION( v4int64 , v32int8 ))
v4int64 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v32int8 (see AS_CONVERSION( v2cint64 , v32int8 ))
v2cint64 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v32int8 (see AS_CONVERSION( v2int128 , v32int8 ))
v2int128 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v32int8 (see AS_CONVERSION( v1cint128 , v32int8 ))
v1cint128 | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v8float | ) |
Reinterpret cast from v8float to v32int8 (see AS_CONVERSION( v8float , v32int8 ))
v8float | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32int8 as_v32int8 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v32int8 (see AS_CONVERSION( v4cfloat , v32int8 ))
v4cfloat | The datatype passed to be interpreted as v32int8 without actually converting it into v32int8 |
promotion v32uint8 as_v32uint8 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v32uint8 (see AS_CONVERSION( v32uint8 , v32uint8 ))
v32uint8 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v32uint8 (see AS_CONVERSION( v32int8 , v32uint8 ))
v32int8 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v32uint8 (see AS_CONVERSION( v16int16 , v32uint8 ))
v16int16 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v32uint8 (see AS_CONVERSION( v8cint16 , v32uint8 ))
v8cint16 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v32uint8 (see AS_CONVERSION( v8int32 , v32uint8 ))
v8int32 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v32uint8 (see AS_CONVERSION( v4cint32 , v32uint8 ))
v4cint32 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v32uint8 (see AS_CONVERSION( v4int64 , v32uint8 ))
v4int64 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v32uint8 (see AS_CONVERSION( v2cint64 , v32uint8 ))
v2cint64 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v32uint8 (see AS_CONVERSION( v2int128 , v32uint8 ))
v2int128 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v32uint8 (see AS_CONVERSION( v1cint128 , v32uint8 ))
v1cint128 | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v8float | ) |
Reinterpret cast from v8float to v32uint8 (see AS_CONVERSION( v8float , v32uint8 ))
v8float | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v32uint8 as_v32uint8 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v32uint8 (see AS_CONVERSION( v4cfloat , v32uint8 ))
v4cfloat | The datatype passed to be interpreted as v32uint8 without actually converting it into v32uint8 |
promotion v4acc80 as_v4acc80 | ( | v8acc48 | ) |
Reinterpret cast from v8acc48 to v4acc80 (see AS_CONVERSION( v8acc48 , v4acc80 ))
v8acc48 | The datatype passed to be interpreted as v4acc80 without actually converting it into v4acc80 |
promotion v4acc80 as_v4acc80 | ( | v4cacc48 | ) |
Reinterpret cast from v4cacc48 to v4acc80 (see AS_CONVERSION( v4cacc48 , v4acc80 ))
v4cacc48 | The datatype passed to be interpreted as v4acc80 without actually converting it into v4acc80 |
promotion v4acc80 as_v4acc80 | ( | v4acc80 | ) |
Reinterpret cast from v4acc80 to v4acc80 (see AS_CONVERSION( v4acc80 , v4acc80 ))
v4acc80 | The datatype passed to be interpreted as v4acc80 without actually converting it into v4acc80 |
promotion v4acc80 as_v4acc80 | ( | v2cacc80 | ) |
Reinterpret cast from v2cacc80 to v4acc80 (see AS_CONVERSION( v2cacc80 , v4acc80 ))
v2cacc80 | The datatype passed to be interpreted as v4acc80 without actually converting it into v4acc80 |
promotion v4cacc48 as_v4cacc48 | ( | v8acc48 | ) |
Reinterpret cast from v8acc48 to v4cacc48 (see AS_CONVERSION( v8acc48 , v4cacc48 ))
v8acc48 | The datatype passed to be interpreted as v4cacc48 without actually converting it into v4cacc48 |
promotion v4cacc48 as_v4cacc48 | ( | v4cacc48 | ) |
Reinterpret cast from v4cacc48 to v4cacc48 (see AS_CONVERSION( v4cacc48 , v4cacc48 ))
v4cacc48 | The datatype passed to be interpreted as v4cacc48 without actually converting it into v4cacc48 |
promotion v4cacc48 as_v4cacc48 | ( | v4acc80 | ) |
Reinterpret cast from v4acc80 to v4cacc48 (see AS_CONVERSION( v4acc80 , v4cacc48 ))
v4acc80 | The datatype passed to be interpreted as v4cacc48 without actually converting it into v4cacc48 |
promotion v4cacc48 as_v4cacc48 | ( | v2cacc80 | ) |
Reinterpret cast from v2cacc80 to v4cacc48 (see AS_CONVERSION( v2cacc80 , v4cacc48 ))
v2cacc80 | The datatype passed to be interpreted as v4cacc48 without actually converting it into v4cacc48 |
promotion v4cacc80 as_v4cacc80 | ( | v16acc48 | ) |
Reinterpret cast from v16acc48 to v4cacc80 (see AS_CONVERSION( v16acc48 , v4cacc80 ))
v16acc48 | The datatype passed to be interpreted as v4cacc80 without actually converting it into v4cacc80 |
promotion v4cacc80 as_v4cacc80 | ( | v8cacc48 | ) |
Reinterpret cast from v8cacc48 to v4cacc80 (see AS_CONVERSION( v8cacc48 , v4cacc80 ))
v8cacc48 | The datatype passed to be interpreted as v4cacc80 without actually converting it into v4cacc80 |
promotion v4cacc80 as_v4cacc80 | ( | v8acc80 | ) |
Reinterpret cast from v8acc80 to v4cacc80 (see AS_CONVERSION( v8acc80 , v4cacc80 ))
v8acc80 | The datatype passed to be interpreted as v4cacc80 without actually converting it into v4cacc80 |
promotion v4cacc80 as_v4cacc80 | ( | v4cacc80 | ) |
Reinterpret cast from v4cacc80 to v4cacc80 (see AS_CONVERSION( v4cacc80 , v4cacc80 ))
v4cacc80 | The datatype passed to be interpreted as v4cacc80 without actually converting it into v4cacc80 |
promotion v4cfloat as_v4cfloat | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v4cfloat (see AS_CONVERSION( v32uint8 , v4cfloat ))
v32uint8 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v4cfloat (see AS_CONVERSION( v32int8 , v4cfloat ))
v32int8 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v4cfloat (see AS_CONVERSION( v16int16 , v4cfloat ))
v16int16 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v4cfloat (see AS_CONVERSION( v8cint16 , v4cfloat ))
v8cint16 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v4cfloat (see AS_CONVERSION( v8int32 , v4cfloat ))
v8int32 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v4cfloat (see AS_CONVERSION( v4cint32 , v4cfloat ))
v4cint32 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v4cfloat (see AS_CONVERSION( v4int64 , v4cfloat ))
v4int64 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v4cfloat (see AS_CONVERSION( v2cint64 , v4cfloat ))
v2cint64 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v4cfloat (see AS_CONVERSION( v2int128 , v4cfloat ))
v2int128 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v4cfloat (see AS_CONVERSION( v1cint128 , v4cfloat ))
v1cint128 | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v8float | ) |
Reinterpret cast from v8float to v4cfloat (see AS_CONVERSION( v8float , v4cfloat ))
v8float | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cfloat as_v4cfloat | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v4cfloat (see AS_CONVERSION( v4cfloat , v4cfloat ))
v4cfloat | The datatype passed to be interpreted as v4cfloat without actually converting it into v4cfloat |
promotion v4cint16 as_v4cint16 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v4cint16 (see AS_CONVERSION( v16uint8 , v4cint16 ))
v16uint8 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v4cint16 (see AS_CONVERSION( v16int8 , v4cint16 ))
v16int8 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v4cint16 (see AS_CONVERSION( v8int16 , v4cint16 ))
v8int16 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v4cint16 (see AS_CONVERSION( v4cint16 , v4cint16 ))
v4cint16 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v4cint16 (see AS_CONVERSION( v4int32 , v4cint16 ))
v4int32 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v4cint16 (see AS_CONVERSION( v2cint32 , v4cint16 ))
v2cint32 | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v4float | ) |
Reinterpret cast from v4float to v4cint16 (see AS_CONVERSION( v4float , v4cint16 ))
v4float | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint16 as_v4cint16 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v4cint16 (see AS_CONVERSION( v2cfloat , v4cint16 ))
v2cfloat | The datatype passed to be interpreted as v4cint16 without actually converting it into v4cint16 |
promotion v4cint32 as_v4cint32 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v4cint32 (see AS_CONVERSION( v32uint8 , v4cint32 ))
v32uint8 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v4cint32 (see AS_CONVERSION( v32int8 , v4cint32 ))
v32int8 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v4cint32 (see AS_CONVERSION( v16int16 , v4cint32 ))
v16int16 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v4cint32 (see AS_CONVERSION( v8cint16 , v4cint32 ))
v8cint16 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v4cint32 (see AS_CONVERSION( v8int32 , v4cint32 ))
v8int32 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v4cint32 (see AS_CONVERSION( v4cint32 , v4cint32 ))
v4cint32 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v4cint32 (see AS_CONVERSION( v4int64 , v4cint32 ))
v4int64 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v4cint32 (see AS_CONVERSION( v2cint64 , v4cint32 ))
v2cint64 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v4cint32 (see AS_CONVERSION( v2int128 , v4cint32 ))
v2int128 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v4cint32 (see AS_CONVERSION( v1cint128 , v4cint32 ))
v1cint128 | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v8float | ) |
Reinterpret cast from v8float to v4cint32 (see AS_CONVERSION( v8float , v4cint32 ))
v8float | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint32 as_v4cint32 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v4cint32 (see AS_CONVERSION( v4cfloat , v4cint32 ))
v4cfloat | The datatype passed to be interpreted as v4cint32 without actually converting it into v4cint32 |
promotion v4cint64 as_v4cint64 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v4cint64 (see AS_CONVERSION( v64uint8 , v4cint64 ))
v64uint8 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v4cint64 (see AS_CONVERSION( v64int8 , v4cint64 ))
v64int8 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v4cint64 (see AS_CONVERSION( v32int16 , v4cint64 ))
v32int16 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v4cint64 (see AS_CONVERSION( v16cint16 , v4cint64 ))
v16cint16 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v4cint64 (see AS_CONVERSION( v16int32 , v4cint64 ))
v16int32 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v4cint64 (see AS_CONVERSION( v8cint32 , v4cint64 ))
v8cint32 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v4cint64 (see AS_CONVERSION( v8int64 , v4cint64 ))
v8int64 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v4cint64 (see AS_CONVERSION( v4cint64 , v4cint64 ))
v4cint64 | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v16float | ) |
Reinterpret cast from v16float to v4cint64 (see AS_CONVERSION( v16float , v4cint64 ))
v16float | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4cint64 as_v4cint64 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v4cint64 (see AS_CONVERSION( v8cfloat , v4cint64 ))
v8cfloat | The datatype passed to be interpreted as v4cint64 without actually converting it into v4cint64 |
promotion v4float as_v4float | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v4float (see AS_CONVERSION( v16uint8 , v4float ))
v16uint8 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v4float (see AS_CONVERSION( v16int8 , v4float ))
v16int8 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v4float (see AS_CONVERSION( v8int16 , v4float ))
v8int16 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v4float (see AS_CONVERSION( v4cint16 , v4float ))
v4cint16 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v4float (see AS_CONVERSION( v4int32 , v4float ))
v4int32 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v4float (see AS_CONVERSION( v2cint32 , v4float ))
v2cint32 | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v4float | ) |
Reinterpret cast from v4float to v4float (see AS_CONVERSION( v4float , v4float ))
v4float | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4float as_v4float | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v4float (see AS_CONVERSION( v2cfloat , v4float ))
v2cfloat | The datatype passed to be interpreted as v4float without actually converting it into v4float |
promotion v4int32 as_v4int32 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v4int32 (see AS_CONVERSION( v16uint8 , v4int32 ))
v16uint8 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v4int32 (see AS_CONVERSION( v16int8 , v4int32 ))
v16int8 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v4int32 (see AS_CONVERSION( v8int16 , v4int32 ))
v8int16 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v4int32 (see AS_CONVERSION( v4cint16 , v4int32 ))
v4cint16 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v4int32 (see AS_CONVERSION( v4int32 , v4int32 ))
v4int32 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v4int32 (see AS_CONVERSION( v2cint32 , v4int32 ))
v2cint32 | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v4float | ) |
Reinterpret cast from v4float to v4int32 (see AS_CONVERSION( v4float , v4int32 ))
v4float | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int32 as_v4int32 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v4int32 (see AS_CONVERSION( v2cfloat , v4int32 ))
v2cfloat | The datatype passed to be interpreted as v4int32 without actually converting it into v4int32 |
promotion v4int64 as_v4int64 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v4int64 (see AS_CONVERSION( v32uint8 , v4int64 ))
v32uint8 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v4int64 (see AS_CONVERSION( v32int8 , v4int64 ))
v32int8 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v4int64 (see AS_CONVERSION( v16int16 , v4int64 ))
v16int16 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v4int64 (see AS_CONVERSION( v8cint16 , v4int64 ))
v8cint16 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v4int64 (see AS_CONVERSION( v8int32 , v4int64 ))
v8int32 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v4int64 (see AS_CONVERSION( v4cint32 , v4int64 ))
v4cint32 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v4int64 (see AS_CONVERSION( v4int64 , v4int64 ))
v4int64 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v4int64 (see AS_CONVERSION( v2cint64 , v4int64 ))
v2cint64 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v4int64 (see AS_CONVERSION( v2int128 , v4int64 ))
v2int128 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v4int64 (see AS_CONVERSION( v1cint128 , v4int64 ))
v1cint128 | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v8float | ) |
Reinterpret cast from v8float to v4int64 (see AS_CONVERSION( v8float , v4int64 ))
v8float | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v4int64 as_v4int64 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v4int64 (see AS_CONVERSION( v4cfloat , v4int64 ))
v4cfloat | The datatype passed to be interpreted as v4int64 without actually converting it into v4int64 |
promotion v64int16 as_v64int16 | ( | v128uint8 | ) |
Reinterpret cast from v128uint8 to v64int16 (see AS_CONVERSION( v128uint8 , v64int16 ))
v128uint8 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v128int8 | ) |
Reinterpret cast from v128int8 to v64int16 (see AS_CONVERSION( v128int8 , v64int16 ))
v128int8 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v64int16 | ) |
Reinterpret cast from v64int16 to v64int16 (see AS_CONVERSION( v64int16 , v64int16 ))
v64int16 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v32cint16 | ) |
Reinterpret cast from v32cint16 to v64int16 (see AS_CONVERSION( v32cint16 , v64int16 ))
v32cint16 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v32int32 | ) |
Reinterpret cast from v32int32 to v64int16 (see AS_CONVERSION( v32int32 , v64int16 ))
v32int32 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v16cint32 | ) |
Reinterpret cast from v16cint32 to v64int16 (see AS_CONVERSION( v16cint32 , v64int16 ))
v16cint32 | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v32float | ) |
Reinterpret cast from v32float to v64int16 (see AS_CONVERSION( v32float , v64int16 ))
v32float | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int16 as_v64int16 | ( | v16cfloat | ) |
Reinterpret cast from v16cfloat to v64int16 (see AS_CONVERSION( v16cfloat , v64int16 ))
v16cfloat | The datatype passed to be interpreted as v64int16 without actually converting it into v64int16 |
promotion v64int8 as_v64int8 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v64int8 (see AS_CONVERSION( v64uint8 , v64int8 ))
v64uint8 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v64int8 (see AS_CONVERSION( v64int8 , v64int8 ))
v64int8 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v64int8 (see AS_CONVERSION( v32int16 , v64int8 ))
v32int16 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v64int8 (see AS_CONVERSION( v16cint16 , v64int8 ))
v16cint16 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v64int8 (see AS_CONVERSION( v16int32 , v64int8 ))
v16int32 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v64int8 (see AS_CONVERSION( v8cint32 , v64int8 ))
v8cint32 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v64int8 (see AS_CONVERSION( v8int64 , v64int8 ))
v8int64 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v64int8 (see AS_CONVERSION( v4cint64 , v64int8 ))
v4cint64 | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v16float | ) |
Reinterpret cast from v16float to v64int8 (see AS_CONVERSION( v16float , v64int8 ))
v16float | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64int8 as_v64int8 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v64int8 (see AS_CONVERSION( v8cfloat , v64int8 ))
v8cfloat | The datatype passed to be interpreted as v64int8 without actually converting it into v64int8 |
promotion v64uint8 as_v64uint8 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v64uint8 (see AS_CONVERSION( v64uint8 , v64uint8 ))
v64uint8 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v64uint8 (see AS_CONVERSION( v64int8 , v64uint8 ))
v64int8 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v64uint8 (see AS_CONVERSION( v32int16 , v64uint8 ))
v32int16 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v64uint8 (see AS_CONVERSION( v16cint16 , v64uint8 ))
v16cint16 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v64uint8 (see AS_CONVERSION( v16int32 , v64uint8 ))
v16int32 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v64uint8 (see AS_CONVERSION( v8cint32 , v64uint8 ))
v8cint32 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v64uint8 (see AS_CONVERSION( v8int64 , v64uint8 ))
v8int64 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v64uint8 (see AS_CONVERSION( v4cint64 , v64uint8 ))
v4cint64 | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v16float | ) |
Reinterpret cast from v16float to v64uint8 (see AS_CONVERSION( v16float , v64uint8 ))
v16float | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v64uint8 as_v64uint8 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v64uint8 (see AS_CONVERSION( v8cfloat , v64uint8 ))
v8cfloat | The datatype passed to be interpreted as v64uint8 without actually converting it into v64uint8 |
promotion v8acc48 as_v8acc48 | ( | v8acc48 | ) |
Reinterpret cast from v8acc48 to v8acc48 (see AS_CONVERSION( v8acc48 , v8acc48 ))
v8acc48 | The datatype passed to be interpreted as v8acc48 without actually converting it into v8acc48 |
promotion v8acc48 as_v8acc48 | ( | v4cacc48 | ) |
Reinterpret cast from v4cacc48 to v8acc48 (see AS_CONVERSION( v4cacc48 , v8acc48 ))
v4cacc48 | The datatype passed to be interpreted as v8acc48 without actually converting it into v8acc48 |
promotion v8acc48 as_v8acc48 | ( | v4acc80 | ) |
Reinterpret cast from v4acc80 to v8acc48 (see AS_CONVERSION( v4acc80 , v8acc48 ))
v4acc80 | The datatype passed to be interpreted as v8acc48 without actually converting it into v8acc48 |
promotion v8acc48 as_v8acc48 | ( | v2cacc80 | ) |
Reinterpret cast from v2cacc80 to v8acc48 (see AS_CONVERSION( v2cacc80 , v8acc48 ))
v2cacc80 | The datatype passed to be interpreted as v8acc48 without actually converting it into v8acc48 |
promotion v8acc80 as_v8acc80 | ( | v16acc48 | ) |
Reinterpret cast from v16acc48 to v8acc80 (see AS_CONVERSION( v16acc48 , v8acc80 ))
v16acc48 | The datatype passed to be interpreted as v8acc80 without actually converting it into v8acc80 |
promotion v8acc80 as_v8acc80 | ( | v8cacc48 | ) |
Reinterpret cast from v8cacc48 to v8acc80 (see AS_CONVERSION( v8cacc48 , v8acc80 ))
v8cacc48 | The datatype passed to be interpreted as v8acc80 without actually converting it into v8acc80 |
promotion v8acc80 as_v8acc80 | ( | v8acc80 | ) |
Reinterpret cast from v8acc80 to v8acc80 (see AS_CONVERSION( v8acc80 , v8acc80 ))
v8acc80 | The datatype passed to be interpreted as v8acc80 without actually converting it into v8acc80 |
promotion v8acc80 as_v8acc80 | ( | v4cacc80 | ) |
Reinterpret cast from v4cacc80 to v8acc80 (see AS_CONVERSION( v4cacc80 , v8acc80 ))
v4cacc80 | The datatype passed to be interpreted as v8acc80 without actually converting it into v8acc80 |
promotion v8cacc48 as_v8cacc48 | ( | v16acc48 | ) |
Reinterpret cast from v16acc48 to v8cacc48 (see AS_CONVERSION( v16acc48 , v8cacc48 ))
v16acc48 | The datatype passed to be interpreted as v8cacc48 without actually converting it into v8cacc48 |
promotion v8cacc48 as_v8cacc48 | ( | v8cacc48 | ) |
Reinterpret cast from v8cacc48 to v8cacc48 (see AS_CONVERSION( v8cacc48 , v8cacc48 ))
v8cacc48 | The datatype passed to be interpreted as v8cacc48 without actually converting it into v8cacc48 |
promotion v8cacc48 as_v8cacc48 | ( | v8acc80 | ) |
Reinterpret cast from v8acc80 to v8cacc48 (see AS_CONVERSION( v8acc80 , v8cacc48 ))
v8acc80 | The datatype passed to be interpreted as v8cacc48 without actually converting it into v8cacc48 |
promotion v8cacc48 as_v8cacc48 | ( | v4cacc80 | ) |
Reinterpret cast from v4cacc80 to v8cacc48 (see AS_CONVERSION( v4cacc80 , v8cacc48 ))
v4cacc80 | The datatype passed to be interpreted as v8cacc48 without actually converting it into v8cacc48 |
promotion v8cfloat as_v8cfloat | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v8cfloat (see AS_CONVERSION( v64uint8 , v8cfloat ))
v64uint8 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v8cfloat (see AS_CONVERSION( v64int8 , v8cfloat ))
v64int8 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v8cfloat (see AS_CONVERSION( v32int16 , v8cfloat ))
v32int16 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v8cfloat (see AS_CONVERSION( v16cint16 , v8cfloat ))
v16cint16 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v8cfloat (see AS_CONVERSION( v16int32 , v8cfloat ))
v16int32 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v8cfloat (see AS_CONVERSION( v8cint32 , v8cfloat ))
v8cint32 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v8cfloat (see AS_CONVERSION( v8int64 , v8cfloat ))
v8int64 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v8cfloat (see AS_CONVERSION( v4cint64 , v8cfloat ))
v4cint64 | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v16float | ) |
Reinterpret cast from v16float to v8cfloat (see AS_CONVERSION( v16float , v8cfloat ))
v16float | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cfloat as_v8cfloat | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v8cfloat (see AS_CONVERSION( v8cfloat , v8cfloat ))
v8cfloat | The datatype passed to be interpreted as v8cfloat without actually converting it into v8cfloat |
promotion v8cint16 as_v8cint16 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v8cint16 (see AS_CONVERSION( v32uint8 , v8cint16 ))
v32uint8 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v8cint16 (see AS_CONVERSION( v32int8 , v8cint16 ))
v32int8 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v8cint16 (see AS_CONVERSION( v16int16 , v8cint16 ))
v16int16 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v8cint16 (see AS_CONVERSION( v8cint16 , v8cint16 ))
v8cint16 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v8cint16 (see AS_CONVERSION( v8int32 , v8cint16 ))
v8int32 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v8cint16 (see AS_CONVERSION( v4cint32 , v8cint16 ))
v4cint32 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v8cint16 (see AS_CONVERSION( v4int64 , v8cint16 ))
v4int64 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v8cint16 (see AS_CONVERSION( v2cint64 , v8cint16 ))
v2cint64 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v8cint16 (see AS_CONVERSION( v2int128 , v8cint16 ))
v2int128 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v8cint16 (see AS_CONVERSION( v1cint128 , v8cint16 ))
v1cint128 | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v8float | ) |
Reinterpret cast from v8float to v8cint16 (see AS_CONVERSION( v8float , v8cint16 ))
v8float | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint16 as_v8cint16 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v8cint16 (see AS_CONVERSION( v4cfloat , v8cint16 ))
v4cfloat | The datatype passed to be interpreted as v8cint16 without actually converting it into v8cint16 |
promotion v8cint32 as_v8cint32 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v8cint32 (see AS_CONVERSION( v64uint8 , v8cint32 ))
v64uint8 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v8cint32 (see AS_CONVERSION( v64int8 , v8cint32 ))
v64int8 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v8cint32 (see AS_CONVERSION( v32int16 , v8cint32 ))
v32int16 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v8cint32 (see AS_CONVERSION( v16cint16 , v8cint32 ))
v16cint16 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v8cint32 (see AS_CONVERSION( v16int32 , v8cint32 ))
v16int32 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v8cint32 (see AS_CONVERSION( v8cint32 , v8cint32 ))
v8cint32 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v8cint32 (see AS_CONVERSION( v8int64 , v8cint32 ))
v8int64 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v8cint32 (see AS_CONVERSION( v4cint64 , v8cint32 ))
v4cint64 | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v16float | ) |
Reinterpret cast from v16float to v8cint32 (see AS_CONVERSION( v16float , v8cint32 ))
v16float | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8cint32 as_v8cint32 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v8cint32 (see AS_CONVERSION( v8cfloat , v8cint32 ))
v8cfloat | The datatype passed to be interpreted as v8cint32 without actually converting it into v8cint32 |
promotion v8float as_v8float | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v8float (see AS_CONVERSION( v32uint8 , v8float ))
v32uint8 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v8float (see AS_CONVERSION( v32int8 , v8float ))
v32int8 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v8float (see AS_CONVERSION( v16int16 , v8float ))
v16int16 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v8float (see AS_CONVERSION( v8cint16 , v8float ))
v8cint16 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v8float (see AS_CONVERSION( v8int32 , v8float ))
v8int32 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v8float (see AS_CONVERSION( v4cint32 , v8float ))
v4cint32 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v8float (see AS_CONVERSION( v4int64 , v8float ))
v4int64 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v8float (see AS_CONVERSION( v2cint64 , v8float ))
v2cint64 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v8float (see AS_CONVERSION( v2int128 , v8float ))
v2int128 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v8float (see AS_CONVERSION( v1cint128 , v8float ))
v1cint128 | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v8float | ) |
Reinterpret cast from v8float to v8float (see AS_CONVERSION( v8float , v8float ))
v8float | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8float as_v8float | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v8float (see AS_CONVERSION( v4cfloat , v8float ))
v4cfloat | The datatype passed to be interpreted as v8float without actually converting it into v8float |
promotion v8int16 as_v8int16 | ( | v16uint8 | ) |
Reinterpret cast from v16uint8 to v8int16 (see AS_CONVERSION( v16uint8 , v8int16 ))
v16uint8 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v16int8 | ) |
Reinterpret cast from v16int8 to v8int16 (see AS_CONVERSION( v16int8 , v8int16 ))
v16int8 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v8int16 | ) |
Reinterpret cast from v8int16 to v8int16 (see AS_CONVERSION( v8int16 , v8int16 ))
v8int16 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v4cint16 | ) |
Reinterpret cast from v4cint16 to v8int16 (see AS_CONVERSION( v4cint16 , v8int16 ))
v4cint16 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v4int32 | ) |
Reinterpret cast from v4int32 to v8int16 (see AS_CONVERSION( v4int32 , v8int16 ))
v4int32 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v2cint32 | ) |
Reinterpret cast from v2cint32 to v8int16 (see AS_CONVERSION( v2cint32 , v8int16 ))
v2cint32 | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v4float | ) |
Reinterpret cast from v4float to v8int16 (see AS_CONVERSION( v4float , v8int16 ))
v4float | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int16 as_v8int16 | ( | v2cfloat | ) |
Reinterpret cast from v2cfloat to v8int16 (see AS_CONVERSION( v2cfloat , v8int16 ))
v2cfloat | The datatype passed to be interpreted as v8int16 without actually converting it into v8int16 |
promotion v8int32 as_v8int32 | ( | v32uint8 | ) |
Reinterpret cast from v32uint8 to v8int32 (see AS_CONVERSION( v32uint8 , v8int32 ))
v32uint8 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v32int8 | ) |
Reinterpret cast from v32int8 to v8int32 (see AS_CONVERSION( v32int8 , v8int32 ))
v32int8 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v16int16 | ) |
Reinterpret cast from v16int16 to v8int32 (see AS_CONVERSION( v16int16 , v8int32 ))
v16int16 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v8cint16 | ) |
Reinterpret cast from v8cint16 to v8int32 (see AS_CONVERSION( v8cint16 , v8int32 ))
v8cint16 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v8int32 | ) |
Reinterpret cast from v8int32 to v8int32 (see AS_CONVERSION( v8int32 , v8int32 ))
v8int32 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v4cint32 | ) |
Reinterpret cast from v4cint32 to v8int32 (see AS_CONVERSION( v4cint32 , v8int32 ))
v4cint32 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v4int64 | ) |
Reinterpret cast from v4int64 to v8int32 (see AS_CONVERSION( v4int64 , v8int32 ))
v4int64 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v2cint64 | ) |
Reinterpret cast from v2cint64 to v8int32 (see AS_CONVERSION( v2cint64 , v8int32 ))
v2cint64 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v2int128 | ) |
Reinterpret cast from v2int128 to v8int32 (see AS_CONVERSION( v2int128 , v8int32 ))
v2int128 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v1cint128 | ) |
Reinterpret cast from v1cint128 to v8int32 (see AS_CONVERSION( v1cint128 , v8int32 ))
v1cint128 | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v8float | ) |
Reinterpret cast from v8float to v8int32 (see AS_CONVERSION( v8float , v8int32 ))
v8float | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int32 as_v8int32 | ( | v4cfloat | ) |
Reinterpret cast from v4cfloat to v8int32 (see AS_CONVERSION( v4cfloat , v8int32 ))
v4cfloat | The datatype passed to be interpreted as v8int32 without actually converting it into v8int32 |
promotion v8int64 as_v8int64 | ( | v64uint8 | ) |
Reinterpret cast from v64uint8 to v8int64 (see AS_CONVERSION( v64uint8 , v8int64 ))
v64uint8 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v64int8 | ) |
Reinterpret cast from v64int8 to v8int64 (see AS_CONVERSION( v64int8 , v8int64 ))
v64int8 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v32int16 | ) |
Reinterpret cast from v32int16 to v8int64 (see AS_CONVERSION( v32int16 , v8int64 ))
v32int16 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v16cint16 | ) |
Reinterpret cast from v16cint16 to v8int64 (see AS_CONVERSION( v16cint16 , v8int64 ))
v16cint16 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v16int32 | ) |
Reinterpret cast from v16int32 to v8int64 (see AS_CONVERSION( v16int32 , v8int64 ))
v16int32 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v8cint32 | ) |
Reinterpret cast from v8cint32 to v8int64 (see AS_CONVERSION( v8cint32 , v8int64 ))
v8cint32 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v8int64 | ) |
Reinterpret cast from v8int64 to v8int64 (see AS_CONVERSION( v8int64 , v8int64 ))
v8int64 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v4cint64 | ) |
Reinterpret cast from v4cint64 to v8int64 (see AS_CONVERSION( v4cint64 , v8int64 ))
v4cint64 | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v16float | ) |
Reinterpret cast from v16float to v8int64 (see AS_CONVERSION( v16float , v8int64 ))
v16float | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |
promotion v8int64 as_v8int64 | ( | v8cfloat | ) |
Reinterpret cast from v8cfloat to v8int64 (see AS_CONVERSION( v8cfloat , v8int64 ))
v8cfloat | The datatype passed to be interpreted as v8int64 without actually converting it into v8int64 |