Home
last modified time | relevance | path

Searched refs:InvLn2 (Results 1 - 4 of 4) sorted by relevance

/third_party/optimized-routines/math/
H A Dv_exp.c20 #define InvLn2 v_f64 (0x1.71547652b82fep7) /* N/ln2. */ macro
30 #define InvLn2 v_f64 (0x1.71547652b82fep8) macro
67 z = v_fma_f64 (x, InvLn2, Shift); in exp()
H A Dv_expf.c27 #define InvLn2 v_f32 (0x1.715476p+0f) macro
57 z = v_fma_f32 (x, InvLn2, Shift); in expf()
63 z = x * InvLn2; in expf()
H A Dv_expf_1u.c27 #define InvLn2 v_f32 (0x1.715476p+0f) macro
55 z = v_fma_f32 (x, InvLn2, Shift); in expf_1u()
61 z = x * InvLn2; in expf_1u()
H A Dv_exp2f_1u.c24 #define InvLn2 v_f32 (0x1.715476p+0f) macro

Completed in 2 milliseconds