Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dv_expf_1u.c27 #define InvLn2 v_f32 (0x1.715476p+0f) macro
55 z = v_fma_f32 (x, InvLn2, Shift); in V_NAME()
61 z = x * InvLn2; in V_NAME()
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 V_NAME()
Dv_expf.c27 #define InvLn2 v_f32 (0x1.715476p+0f) macro
57 z = v_fma_f32 (x, InvLn2, Shift); in V_NAME()
63 z = x * InvLn2; in V_NAME()
Dv_exp2f_1u.c24 #define InvLn2 v_f32 (0x1.715476p+0f) macro