/external/arm-optimized-routines/pl/math/ |
D | v_expm1_2u5.c | 63 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()
|
D | v_acosh_3u5.c | 21 return v_call_f64 (acosh, x, x, v_u64 (-1)); in special_case()
|
D | v_atanh_3u5.c | 26 return v_call_f64 (atanh, x, y, special); in specialcase()
|
D | v_atan_2u5.c | 40 return v_call_f64 (atan, x, v_f64 (0), v_u64 (-1)); in V_NAME()
|
D | v_cbrt_2u.c | 28 return v_call_f64 (cbrt, x, y, special); in specialcase()
|
D | v_cosh_2u.c | 79 return v_call_f64 (cosh, x, x, v_u64 (-1)); in V_NAME()
|
D | v_sinh_3u.c | 51 return v_call_f64 (sinh, x, x, v_u64 (-1)); in special_case()
|
D | v_tan_3u5.c | 29 return v_call_f64 (tan, x, x, v_u64 (-1)); in specialcase()
|
D | v_tanh_3u.c | 52 return v_call_f64 (tanh, x, y, special); in special_case()
|
D | v_log1p_2u5.c | 39 return v_call_f64 (log1p, x, y, special); in specialcase()
|
D | v_log2_3u.c | 46 return v_call_f64 (log2, x, y, cmp); in specialcase()
|
D | v_log10_2u5.c | 47 return v_call_f64 (log10, x, y, cmp); in specialcase()
|
D | v_erf_2u.c | 25 return v_call_f64 (erf, x, y, cmp); in specialcase()
|
D | v_erfc_4u.c | 32 return v_call_f64 (erfc, x, y, cmp); in specialcase()
|
D | v_asinh_3u5.c | 31 return v_call_f64 (asinh, x, y, special); in special_case()
|
D | v_math.h | 460 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/ |
D | v_cos.c | 45 return v_call_f64 (cos, x, y, cmp); in specialcase()
|
D | v_sin.c | 50 return v_call_f64 (sin, x, y, cmp); in specialcase()
|
D | v_log.c | 59 return v_call_f64 (log, x, y, cmp); in specialcase()
|
D | v_exp.c | 50 return v_call_f64 (exp, x, y, cmp); in specialcase()
|
D | v_math.h | 371 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
|