Home
last modified time | relevance | path

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

/external/arm-optimized-routines/pl/math/
Dv_math.h100 typedef s32_t v_s32_t; typedef
121 static inline v_s32_t
138 v_get_s32 (v_s32_t x, int i) in v_get_s32()
154 v_set_s32 (v_s32_t *x, int i, s32_t v) in v_set_s32()
212 static inline v_s32_t
234 v_to_f32_s32 (v_s32_t x) in v_to_f32_s32()
238 static inline v_s32_t
255 static inline v_s32_t
261 v_s32_t u; in v_as_s32_f32()
271 static inline v_s32_t
[all …]
Dv_cbrtf_1u5.c49 v_s32_t e = v_as_s32_u32 (iax >> 23) - 126; in V_NAME()
77 v_s32_t ey = e / 3; in V_NAME()
Dv_tanf_3u5.c80 v_s32_t in = v_round_s32 (n); in V_NAME()
82 v_s32_t alt = in & 1; in V_NAME()
Dv_expm1f_inline.h33 v_s32_t i = v_to_s32_f32 (j); in expm1f_inline()
Dv_expm1f_1u6.c55 v_s32_t i = v_to_s32_f32 (j); in V_NAME()
Dv_log1pf_2u1.c123 v_s32_t k = (v_as_s32_f32 (m) - ThreeQuarters) & v_u32 (0xff800000); in V_NAME()
/external/arm-optimized-routines/math/
Dv_math.h103 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
201 v_to_f32_s32 (v_s32_t x) in v_to_f32_s32()
223 static inline v_s32_t
226 union { v_u32_t u; v_s32_t i; } r = {x}; in v_as_s32_u32()
230 v_as_u32_s32 (v_s32_t x) in v_as_u32_s32()
232 union { v_s32_t i; v_u32_t u; } r = {x}; in v_as_u32_s32()
[all …]
Dv_powf.c151 v_s32_t k; in V_NAME()