Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
H A 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()
231 v_lookup_f32 (const f32_t *ta
241 v_call_f32(f32_t (f) f32_t), v_f32_t x, v_f32_t y, v_u32_t p) v_call_f32() argument
246 v_call2_f32(f32_t (f) f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y, v_u32_t p) v_call2_f32() argument
510 v_call_f32(f32_t (f) f32_t), v_f32_t x, v_f32_t y, v_u32_t p) v_call_f32() argument
516 v_call2_f32(f32_t (f) f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y, v_u32_t p) v_call2_f32() argument
[all...]

Completed in 3 milliseconds