Searched refs:MP_FLOAT_EXP_BIAS (Results 1 – 4 of 4) sorted by relevance
120 if (e <= ((8 * sizeof(uintptr_t) + MP_FLOAT_EXP_BIAS - 3) << MP_FLOAT_EXP_SHIFT_I32)) { in mp_classify_fp_as_int()124 …if (e <= (((sizeof(long long) * MP_BITS_PER_BYTE) + MP_FLOAT_EXP_BIAS - 2) << MP_FLOAT_EXP_SHIFT_I… in mp_classify_fp_as_int()
67 const int adj_exp = (int)u.p.exp - MP_FLOAT_EXP_BIAS; in mp_float_hash()
242 #define MP_FLOAT_EXP_BIAS ((1 << (MP_FLOAT_EXP_BITS - 1)) - 1) macro
769 const int adj_exp = (int)u.p.exp - MP_FLOAT_EXP_BIAS; in mpz_set_from_float()
Completed in 9 milliseconds