Home
last modified time | relevance | path

Searched refs:s32_t (Results 1 – 1 of 1) sorted by relevance

/external/arm-optimized-routines/math/
Dv_math.h44 typedef int32_t s32_t; typedef
62 static inline s32_t
65 union { u32_t u; s32_t i; } r = {x}; in as_s32_u32()
69 as_u32_s32 (s32_t x) in as_u32_s32()
71 union { s32_t i; u32_t u; } r = {x}; in as_u32_s32()
103 typedef s32_t v_s32_t;
125 v_s32 (s32_t x) in v_s32()
140 static inline s32_t
157 v_set_s32 (v_s32_t *x, int i, s32_t v) in v_set_s32()
393 v_s32 (s32_t x) in v_s32()
[all …]