Lines Matching refs:v_f32_t
29 static v_f32_t
30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale)
34 v_f32_t s1 = v_as_f32_u32 (v_u32 (0x7f000000) + b);
35 v_f32_t s2 = v_as_f32_u32 (e - b);
45 v_f32_t
46 V_NAME(exp2f) (v_f32_t x)
48 v_f32_t n, r, r2, scale, p, q, poly, absn;
54 v_f32_t z;