Searched refs:N_LOG (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dfinite_pow.h13 #define N_LOG (1 << V_POW_LOG_TABLE_BITS) macro
54 int i = (tmp >> (52 - V_POW_LOG_TABLE_BITS)) & (N_LOG - 1);
H A Dv_pow_1u5.c67 table[(i[0] >> (52 - V_POW_LOG_TABLE_BITS)) & (N_LOG - 1)],
68 table[(i[1] >> (52 - V_POW_LOG_TABLE_BITS)) & (N_LOG - 1)]
H A Dsv_pow_1u5.c35 #define N_LOG (1 << V_POW_LOG_TABLE_BITS) macro
173 sv_u64 (N_LOG - 1));

Completed in 61 milliseconds