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