Home
last modified time | relevance | path

Searched refs:v_call_f64 (Results 1 – 21 of 21) sorted by relevance

/external/arm-optimized-routines/pl/math/
Dv_expm1_2u5.c63 return v_call_f64 (expm1, x, x, v_u64 (-1)); in V_NAME()
97 return v_call_f64 (expm1, x, y, special); in V_NAME()
Dv_acosh_3u5.c21 return v_call_f64 (acosh, x, x, v_u64 (-1)); in special_case()
Dv_atanh_3u5.c26 return v_call_f64 (atanh, x, y, special); in specialcase()
Dv_atan_2u5.c40 return v_call_f64 (atan, x, v_f64 (0), v_u64 (-1)); in V_NAME()
Dv_cbrt_2u.c28 return v_call_f64 (cbrt, x, y, special); in specialcase()
Dv_cosh_2u.c79 return v_call_f64 (cosh, x, x, v_u64 (-1)); in V_NAME()
Dv_sinh_3u.c51 return v_call_f64 (sinh, x, x, v_u64 (-1)); in special_case()
Dv_tan_3u5.c29 return v_call_f64 (tan, x, x, v_u64 (-1)); in specialcase()
Dv_tanh_3u.c52 return v_call_f64 (tanh, x, y, special); in special_case()
Dv_log1p_2u5.c39 return v_call_f64 (log1p, x, y, special); in specialcase()
Dv_log2_3u.c46 return v_call_f64 (log2, x, y, cmp); in specialcase()
Dv_log10_2u5.c47 return v_call_f64 (log10, x, y, cmp); in specialcase()
Dv_erf_2u.c25 return v_call_f64 (erf, x, y, cmp); in specialcase()
Dv_erfc_4u.c32 return v_call_f64 (erfc, x, y, cmp); in specialcase()
Dv_asinh_3u5.c31 return v_call_f64 (asinh, x, y, special); in special_case()
Dv_math.h460 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p) in v_call_f64() function
841 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p) in v_call_f64() function
/external/arm-optimized-routines/math/
Dv_cos.c45 return v_call_f64 (cos, x, y, cmp); in specialcase()
Dv_sin.c50 return v_call_f64 (sin, x, y, cmp); in specialcase()
Dv_log.c59 return v_call_f64 (log, x, y, cmp); in specialcase()
Dv_exp.c50 return v_call_f64 (exp, x, y, cmp); in specialcase()
Dv_math.h371 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p) in v_call_f64() function
654 v_call_f64 (f64_t (*f) (f64_t), v_f64_t x, v_f64_t y, v_u64_t p) in v_call_f64() function