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)
34 v_f32_t s1 = v_as_f32_u32 (v_u32 (0x7f000000) + b);
35 v_f32_t s2 = v_as_f32_u32 (e - b);
37 v_f32_t r1 = s1 * s1;
38 v_f32_t r0 = poly * s1 * s2;
43 v_f32_t
44 V_NAME(exp2f_1u) (v_f32_t x)
46 v_f32_t n, r, scale, poly, absn;
52 v_f32_t z;