Home
last modified time | relevance | path

Searched defs:vld3q (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dvtransform.hpp138 inline uint8x16x3_t vld3q(const u8 * ptr) { return vld3q_u8(ptr); } in vld3q() function
139 inline int8x16x3_t vld3q(const s8 * ptr) { return vld3q_s8(ptr); } in vld3q() function
140 inline uint16x8x3_t vld3q(const u16 * ptr) { return vld3q_u16(ptr); } in vld3q() function
141 inline int16x8x3_t vld3q(const s16 * ptr) { return vld3q_s16(ptr); } in vld3q() function
142 inline uint32x4x3_t vld3q(const u32 * ptr) { return vld3q_u32(ptr); } in vld3q() function
143 inline int32x4x3_t vld3q(const s32 * ptr) { return vld3q_s32(ptr); } in vld3q() function
144 inline float32x4x3_t vld3q(const f32 * ptr) { return vld3q_f32(ptr); } in vld3q() function