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)
37 v_f32_t s1 = v_as_f32_u32 (v_u32 (0x7f000000) + b);
38 v_f32_t s2 = v_as_f32_u32 (e - b);
40 v_f32_t r1 = s1 * s1;
41 v_f32_t r0 = poly * s1 * s2;
46 v_f32_t
47 V_NAME(expf_1u) (v_f32_t x)
49 v_f32_t n, r, scale, poly, absn, z;