Compute Library
 19.11.1
dup_n.h File Reference
#include "arm_compute/core/NEON/wrapper/traits.h"
#include <arm_neon.h>

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2019 ARM Limited.
 
 arm_compute::wrapper
 

Macros

#define VDUP_N_IMPL(stype, vtype, prefix, postfix, tag)
 

Functions

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)
 

Macro Definition Documentation

◆ 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: dup_n.h:58

Definition at line 35 of file dup_n.h.