Searched refs:V_POWF_LOG2_TABLE_BITS (Results 1 – 3 of 3) sorted by relevance
23 #define V_POWF_LOG2_TABLE_BITS 5 macro25 #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()
570 #define V_POWF_LOG2_TABLE_BITS 5 macro571 #define V_POWF_LOG2_N (1 << V_POWF_LOG2_TABLE_BITS)
296 yint_or_xpos, svlsr_x (yint_or_xpos, tmp, (23 - V_POWF_LOG2_TABLE_BITS)), in SV_NAME_F2()