Home
last modified time | relevance | path

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

/external/arm-optimized-routines/math/
Dv_math.h42 typedef float f32_t; typedef
51 as_u32_f32 (f32_t x) in as_u32_f32()
53 union { f32_t f; u32_t u; } r = {x}; in as_u32_f32()
56 static inline f32_t
59 union { u32_t u; f32_t f; } r = {x}; in as_f32_u32()
101 typedef f32_t v_f32_t;
115 v_f32 (f32_t x) in v_f32()
130 static inline f32_t
147 v_set_f32 (v_f32_t *x, int i, f32_t v) in v_set_f32()
236 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32()
[all …]
/external/arm-optimized-routines/pl/math/
Dsv_math.h25 typedef float f32_t; typedef
163 sv_f32 (f32_t x) in sv_f32()
176 sv_fma_n_f32_x (svbool_t pg, f32_t x, sv_f32_t y, sv_f32_t z) in sv_fma_n_f32_x()
212 sv_call_f32 (f32_t (*f) (f32_t), sv_f32_t x, sv_f32_t y, svbool_t cmp) in sv_call_f32() argument
217 f32_t elem = svclastb_n_f32 (p, 0, x); in sv_call_f32()
227 sv_call2_f32 (f32_t (*f) (f32_t, f32_t), sv_f32_t x1, sv_f32_t x2, sv_f32_t y, in sv_call2_f32() argument
233 f32_t elem1 = svclastb_n_f32 (p, 0, x1); in sv_call2_f32()
234 f32_t elem2 = svclastb_n_f32 (p, 0, x2); in sv_call2_f32()
235 f32_t ret = (*f) (elem1, elem2); in sv_call2_f32()
Dv_math.h39 typedef float f32_t; typedef
48 as_u32_f32 (f32_t x) in as_u32_f32()
50 union { f32_t f; u32_t u; } r = {x}; in as_u32_f32()
53 static inline f32_t
56 union { u32_t u; f32_t f; } r = {x}; in as_f32_u32()
98 typedef f32_t v_f32_t;
112 v_f32 (f32_t x) in v_f32()
127 static inline f32_t
144 v_set_f32 (v_f32_t *x, int i, f32_t v) in v_set_f32()
284 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32()
[all …]