Home
last modified time | relevance | path

Searched refs:absn (Results 1 - 5 of 5) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_expf.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument
39 v_u32_t cmp2 = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
51 v_f32_t n, r, r2, scale, p, q, poly, absn, z; in expf() local
70 absn = v_abs_f32 (n); in expf()
71 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in expf()
79 return specialcase (poly, n, e, absn, cmp, scale); in expf()
H A Dv_exp2f.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument
36 v_u32_t cmp2 = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
48 v_f32_t n, r, r2, scale, p, q, poly, absn; in exp2f() local
65 absn = v_abs_f32 (n); in exp2f()
66 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in exp2f()
74 return specialcase (poly, n, e, absn, cmp, scale); in exp2f()
H A Dv_exp2f_1u.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() argument
36 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
46 v_f32_t n, r, scale, poly, absn; in exp2f_1u() local
63 absn = v_abs_f32 (n); in exp2f_1u()
64 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in exp2f_1u()
72 return specialcase (poly, n, e, absn); in exp2f_1u()
H A Dv_expf_1u.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase() argument
39 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase()
49 v_f32_t n, r, scale, poly, absn, z; in expf_1u() local
68 absn = v_abs_f32 (n); in expf_1u()
69 cmp = v_cond_u32 (absn > v_f32 (126.0f)); in expf_1u()
77 return specialcase (poly, n, e, absn); in expf_1u()
H A Dv_exp.c45 v_f64_t absn = v_abs_f64 (n); in specialcase() local
51 v_u64_t cmp = v_cond_u64 (absn > v_f64 (1280.0 * N)); in specialcase()

Completed in 2 milliseconds