Searched refs:InvLn2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_expf_1u.c | 26 #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 D | v_exp2f_1u.c | 23 #define InvLn2 v_f32 (0x1.715476p+0f) macro
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | expm1f_1u6.c | 14 #define InvLn2 (0x1.715476p+0f) macro 53 float j = fmaf (InvLn2, x, Shift) - Shift; in expm1f()
|
H A D | expm1_2u5.c | 13 #define InvLn2 0x1.71547652b82fep0 macro 56 double j = fma (InvLn2, x, Shift) - Shift; in expm1()
|
H A D | tanh_3u.c | 13 #define InvLn2 0x1.71547652b82fep0 macro 32 double j = fma (InvLn2, x, Shift) - Shift; in expm1_inline()
|
H A D | tanhf_2u6.c | 18 #define InvLn2 (0x1.715476p+0f) macro 38 float j = fmaf (InvLn2, x, Shift) - Shift; in expm1f_inline()
|