Lines Matching refs:v_s32_t
103 typedef s32_t v_s32_t; typedef
124 static inline v_s32_t
141 v_get_s32 (v_s32_t x, int i) in v_get_s32()
157 v_set_s32 (v_s32_t *x, int i, s32_t v) in v_set_s32()
189 static inline v_s32_t
196 v_to_f32_s32 (v_s32_t x) in v_to_f32_s32()
218 static inline v_s32_t
221 union { v_u32_t u; v_s32_t i; } r = {x}; in v_as_s32_u32()
225 v_as_u32_s32 (v_s32_t x) in v_as_u32_s32()
227 union { v_s32_t i; v_u32_t u; } r = {x}; in v_as_u32_s32()
371 typedef int32x4_t v_s32_t; typedef
392 static inline v_s32_t
395 return (v_s32_t){x, x, x, x}; in v_s32()
409 v_get_s32 (v_s32_t x, int i) in v_get_s32()
425 v_set_s32 (v_s32_t *x, int i, s32_t v) in v_set_s32()
458 static inline v_s32_t
465 v_to_f32_s32 (v_s32_t x) in v_to_f32_s32()
487 static inline v_s32_t
490 union { v_u32_t u; v_s32_t i; } r = {x}; in v_as_s32_u32()
494 v_as_u32_s32 (v_s32_t x) in v_as_u32_s32()
496 union { v_s32_t i; v_u32_t u; } r = {x}; in v_as_u32_s32()