Lines Matching refs:v_f32
20 #define C0 v_f32 (Poly[0])
21 #define C1 v_f32 (Poly[1])
22 #define C2 v_f32 (Poly[2])
23 #define C3 v_f32 (Poly[3])
24 #define C4 v_f32 (Poly[4])
26 #define Shift v_f32 (0x1.8p23f)
27 #define InvLn2 v_f32 (0x1.715476p+0f)
28 #define Ln2hi v_f32 (0x1.62e4p-1f)
29 #define Ln2lo v_f32 (0x1.7f7d1cp-20f)
36 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x83000000);
39 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f));
69 cmp = v_cond_u32 (absn > v_f32 (126.0f));
74 poly = v_fma_f32 (poly, r, v_f32 (1.0f));
75 poly = v_fma_f32 (poly, r, v_f32 (1.0f));