Lines Matching refs:v_f32
16 #define C0 v_f32 (Poly[0])
17 #define C1 v_f32 (Poly[1])
18 #define C2 v_f32 (Poly[2])
19 #define C3 v_f32 (Poly[3])
20 #define C4 v_f32 (Poly[4])
21 #define C5 v_f32 (Poly[5])
23 #define Shift v_f32 (0x1.8p23f)
24 #define InvLn2 v_f32 (0x1.715476p+0f)
25 #define Ln2hi v_f32 (0x1.62e4p-1f)
26 #define Ln2lo v_f32 (0x1.7f7d1cp-20f)
33 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x83000000); in specialcase()
36 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
64 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in V_NAME()
70 poly = v_fma_f32 (poly, r, v_f32 (1.0f)); in V_NAME()