Home
last modified time | relevance | path

Searched refs:log1pf_consts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_acoshf_3u1.c14 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 Dv_atanhf_3u1.c15 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 Dv_asinhf_2u7.c17 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()