Searched refs:log1pf_consts (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | v_acoshf_3u1.c | 14 struct v_log1pf_data log1pf_consts; member 18 .log1pf_consts = V_LOG1PF_CONSTANTS_TABLE, 64 return special_case (x, y, special, d->log1pf_consts); in V_NAME_F1() 65 return log1pf_inline (y, d->log1pf_consts); in V_NAME_F1()
|
H A D | v_atanhf_3u1.c | 15 struct v_log1pf_data log1pf_consts; member 21 .log1pf_consts = V_LOG1PF_CONSTANTS_TABLE, 62 y = log1pf_inline (y, d->log1pf_consts); in V_NAME_F1()
|
H A D | v_asinhf_2u7.c | 17 struct v_log1pf_data log1pf_consts; member 23 .log1pf_consts = V_LOG1PF_CONSTANTS_TABLE, 63 vaddq_f32 (ax, vdivq_f32 (vmulq_f32 (ax, ax), d)), dat->log1pf_consts); in V_NAME_F1()
|