Home
last modified time | relevance | path

Searched refs:V_EXP_TABLE_BITS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp2.c12 #define N (1 << V_EXP_TABLE_BITS)
88 svuint64_t top = svlsl_x (pg, ki, 52 - V_EXP_TABLE_BITS); in SV_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c13 #define N (1 << V_EXP_TABLE_BITS)
104 uint64x2_t e = vshlq_n_u64 (u, 52 - V_EXP_TABLE_BITS); in V_NAME_D1()
H A Dexp.c13 #define N (1 << V_EXP_TABLE_BITS)
107 e = vshlq_n_u64 (u, 52 - V_EXP_TABLE_BITS); in V_NAME_D1()
H A Dexp10.c43 #define N (1 << V_EXP_TABLE_BITS)
115 uint64x2_t e = vshlq_n_u64 (u, 52 - V_EXP_TABLE_BITS); in V_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h551 #define V_EXP_TABLE_BITS 7 macro
552 extern const uint64_t __v_exp_data[1 << V_EXP_TABLE_BITS] HIDDEN;