Home
last modified time | relevance | path

Searched refs:InvLn2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_expf_1u.c26 #define InvLn2 v_f32 (0x1.715476p+0f) macro
53 z = vfmaq_f32 (Shift, x, InvLn2); in _ZGVnN4v_expf_1u()
59 z = x * InvLn2; in _ZGVnN4v_expf_1u()
H A Dv_exp2f_1u.c23 #define InvLn2 v_f32 (0x1.715476p+0f) macro
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dexpm1f_1u6.c14 #define InvLn2 (0x1.715476p+0f) macro
53 float j = fmaf (InvLn2, x, Shift) - Shift; in expm1f()
H A Dexpm1_2u5.c13 #define InvLn2 0x1.71547652b82fep0 macro
56 double j = fma (InvLn2, x, Shift) - Shift; in expm1()
H A Dtanh_3u.c13 #define InvLn2 0x1.71547652b82fep0 macro
32 double j = fma (InvLn2, x, Shift) - Shift; in expm1_inline()
H A Dtanhf_2u6.c18 #define InvLn2 (0x1.715476p+0f) macro
38 float j = fmaf (InvLn2, x, Shift) - Shift; in expm1f_inline()