Lines Matching refs:v_f32_t
32 static v_f32_t
33 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)
37 v_f32_t s1 = v_as_f32_u32 (v_u32 (0x7f000000) + b);
38 v_f32_t s2 = v_as_f32_u32 (e - b);
48 v_f32_t
49 V_NAME(expf) (v_f32_t x)
51 v_f32_t n, r, r2, scale, p, q, poly, absn, z;