Go to the source code of this file.
|
#define | VDUP_N_IMPL(stype, vtype, prefix, postfix, tag) |
|
|
uint8x8_t | vdup_n (uint8_t value, traits::vector_64_tag) |
|
int8x8_t | vdup_n (int8_t value, traits::vector_64_tag) |
|
uint16x4_t | vdup_n (uint16_t value, traits::vector_64_tag) |
|
int16x4_t | vdup_n (int16_t value, traits::vector_64_tag) |
|
uint32x2_t | vdup_n (uint32_t value, traits::vector_64_tag) |
|
int32x2_t | vdup_n (int32_t value, traits::vector_64_tag) |
|
float32x2_t | vdup_n (float value, traits::vector_64_tag) |
|
uint8x16_t | vdup_n (uint8_t value, traits::vector_128_tag) |
|
int8x16_t | vdup_n (int8_t value, traits::vector_128_tag) |
|
uint16x8_t | vdup_n (uint16_t value, traits::vector_128_tag) |
|
int16x8_t | vdup_n (int16_t value, traits::vector_128_tag) |
|
uint32x4_t | vdup_n (uint32_t value, traits::vector_128_tag) |
|
int32x4_t | vdup_n (int32_t value, traits::vector_128_tag) |
|
float32x4_t | vdup_n (float value, traits::vector_128_tag) |
|
◆ VDUP_N_IMPL
#define VDUP_N_IMPL |
( |
|
stype, |
|
|
|
vtype, |
|
|
|
prefix, |
|
|
|
postfix, |
|
|
|
tag |
|
) |
| |
Value:inline vtype
vdup_n(stype value, tag) \
{ \
return prefix##_##postfix(value); \
}
float32x4_t vdup_n(float value, traits::vector_128_tag)
Definition at line 35 of file dup_n.h.