Home
last modified time | relevance | path

Searched defs:absn (Results 1 – 9 of 9) sorted by relevance

/external/arm-optimized-routines/math/
Dv_expf_1u.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase()
49 v_f32_t n, r, scale, poly, absn, z; in V_NAME() local
Dv_exp2f_1u.c30 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn) in specialcase()
46 v_f32_t n, r, scale, poly, absn; in V_NAME() local
Dv_exp2f.c46 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()
96 v_f32_t absn = v_abs_f32 (n); in V_NAME() local
Dv_expf.c49 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()
101 v_f32_t absn = v_abs_f32 (n); in V_NAME() local
Dv_exp.c61 v_f64_t absn = v_abs_f64 (n); in specialcase() local
/external/arm-optimized-routines/pl/math/
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()
51 v_f32_t n, r, r2, scale, p, q, poly, absn, z; in V_NAME() local
Dv_exp_tail.c28 v_f64_t absn = v_abs_f64 (n); in specialcase() local
Dsv_exp_tail.h31 sv_f64_t absn = svabs_f64_x (pg, n); in sv_exp_tail_special_case() local
/external/python/cpython2/Objects/
Dintobject.c1171 unsigned long absn; in int_to_decimal_string() local