Searched refs:V_EXP2F_TABLE_BITS (Results 1 – 1 of 1) sorted by relevance
22 #define V_EXP2F_TABLE_BITS 5 macro24 #define Scale ((double) (1 << V_EXP2F_TABLE_BITS))33 uint64_t exp2f_tab[1 << V_EXP2F_TABLE_BITS];103 23 - V_EXP2F_TABLE_BITS); /* arithmetic shift. */ in V_NAME_F2()125 >= asuint64 (126.0 * (1 << V_EXP2F_TABLE_BITS)) >> 47 in V_NAME_F2()135 uint64_t t = data.exp2f_tab[ki % (1 << V_EXP2F_TABLE_BITS)]; in V_NAME_F2()136 t += ki << (52 - V_EXP2F_TABLE_BITS); in V_NAME_F2()