Searched refs:DOUBLE_EXPONENT_BIAS (Results 1 – 1 of 1) sorted by relevance
134 #define DOUBLE_EXPONENT_BIAS (1023) macro135 #define DOUBLE_EXPONENT_MAX (DOUBLE_EXPONENT_BIAS)136 #define DOUBLE_EXPONENT_MIN (-DOUBLE_EXPONENT_BIAS+1)137 #define DOUBLE_EXPONENT_ZERO (-DOUBLE_EXPONENT_BIAS)138 #define DOUBLE_EXPONENT_INF_OR_NAN (DOUBLE_EXPONENT_BIAS+1)204 uDoubleBiasedExponent = (uint64_t)(nDoubleUnBiasedExponent + DOUBLE_EXPONENT_BIAS); in IEEE754_AssembleDouble()514 const int64_t nDoubleUnbiasedExponent = (int64_t)uDoubleBiasedExponent - DOUBLE_EXPONENT_BIAS; in IEEE754_DoubleToSingle()