Home
last modified time | relevance | path

Searched refs:v_f32 (Results 1 – 8 of 8) sorted by relevance

/external/arm-optimized-routines/math/
Dv_exp2f_1u.c16 #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)
[all …]
Dv_expf_1u.c20 #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); in specialcase()
[all …]
Dv_cosf.c19 #define Pi1 v_f32 (0x1.921fb6p+1f)
20 #define Pi2 v_f32 (-0x1.777a5cp-24f)
21 #define Pi3 v_f32 (-0x1.ee59dap-49f)
22 #define A3 v_f32 (Poly[3])
23 #define A5 v_f32 (Poly[2])
24 #define A7 v_f32 (Poly[1])
25 #define A9 v_f32 (Poly[0])
26 #define RangeVal v_f32 (0x1p20f)
27 #define InvPi v_f32 (0x1.45f306p-2f)
28 #define Shift v_f32 (0x1.8p+23f)
[all …]
Dv_expf.c20 #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 (0x82000000); in specialcase()
[all …]
Dv_sinf.c19 #define Pi1 v_f32 (0x1.921fb6p+1f)
20 #define Pi2 v_f32 (-0x1.777a5cp-24f)
21 #define Pi3 v_f32 (-0x1.ee59dap-49f)
22 #define A3 v_f32 (Poly[3])
23 #define A5 v_f32 (Poly[2])
24 #define A7 v_f32 (Poly[1])
25 #define A9 v_f32 (Poly[0])
26 #define RangeVal v_f32 (0x1p20f)
27 #define InvPi v_f32 (0x1.45f306p-2f)
28 #define Shift v_f32 (0x1.8p+23f)
Dv_logf.c17 #define P7 v_f32 (Poly[0])
18 #define P6 v_f32 (Poly[1])
19 #define P5 v_f32 (Poly[2])
20 #define P4 v_f32 (Poly[3])
21 #define P3 v_f32 (Poly[4])
22 #define P2 v_f32 (Poly[5])
23 #define P1 v_f32 (Poly[6])
25 #define Ln2 v_f32 (0x1.62e43p-1f) /* 0x3f317218 */
54 r = v_as_f32_u32 (u) - v_f32 (1.0f); in V_NAME()
Dv_exp2f.c20 #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)
33 v_u32_t b = v_cond_u32 (n <= v_f32 (0.0f)) & v_u32 (0x82000000); in specialcase()
36 v_u32_t cmp2 = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
66 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in V_NAME()
Dv_math.h115 v_f32 (f32_t x) in v_f32() function
383 v_f32 (f32_t x) in v_f32() function