Home
last modified time | relevance | path

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

/external/arm-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
/external/llvm-project/libc/AOR_v20.02/math/
Dv_expf_1u.c28 #define InvLn2 v_f32 (0x1.715476p+0f) macro
56 z = v_fma_f32 (x, InvLn2, Shift); in V_NAME()
62 z = x * InvLn2; in V_NAME()
Dv_exp.c21 #define InvLn2 v_f64 (0x1.71547652b82fep7) /* N/ln2. */ macro
31 #define InvLn2 v_f64 (0x1.71547652b82fep8) macro
68 z = v_fma_f64 (x, InvLn2, Shift); in V_NAME()
Dv_expf.c28 #define InvLn2 v_f32 (0x1.715476p+0f) macro
58 z = v_fma_f32 (x, InvLn2, Shift); in V_NAME()
64 z = x * InvLn2; in V_NAME()
Dv_exp2f_1u.c25 #define InvLn2 v_f32 (0x1.715476p+0f) macro