Home
last modified time | relevance | path

Searched refs:V_POWF_LOG2_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c23 #define V_POWF_LOG2_TABLE_BITS 5 macro
25 #define Log2IdxMask ((1 << V_POWF_LOG2_TABLE_BITS) - 1)
33 } log2_tab[1 << V_POWF_LOG2_TABLE_BITS];
119 &d->log2_tab[(i >> (23 - V_POWF_LOG2_TABLE_BITS)) & Log2IdxMask].invc); in log2_lookup()
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h570 #define V_POWF_LOG2_TABLE_BITS 5 macro
571 #define V_POWF_LOG2_N (1 << V_POWF_LOG2_TABLE_BITS)
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpowf.c296 yint_or_xpos, svlsr_x (yint_or_xpos, tmp, (23 - V_POWF_LOG2_TABLE_BITS)), in SV_NAME_F2()