Lines Matching defs:f32_t
42 typedef float f32_t;
51 as_u32_f32 (f32_t x)
53 union { f32_t f; u32_t u; } r = {x};
56 static inline f32_t
59 union { u32_t u; f32_t f; } r = {x};
101 typedef f32_t v_f32_t;
115 v_f32 (f32_t x)
130 static inline f32_t
147 v_set_f32 (v_f32_t *x, int i, f32_t v)
231 v_lookup_f32 (const f32_t *tab, v_u32_t idx)
241 v_call_f32 (f32_t (*f) (f32_t), v_f32_t x, v_f32_t y, v_u32_t p)
246 v_call2_f32 (f32_t (*f) (f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y,
383 v_f32 (f32_t x)
398 static inline f32_t
415 v_set_f32 (v_f32_t *x, int i, f32_t v)
500 v_lookup_f32 (const f32_t *tab, v_u32_t idx)
510 v_call_f32 (f32_t (*f) (f32_t), v_f32_t x, v_f32_t y, v_u32_t p)
516 v_call2_f32 (f32_t (*f) (f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y,