Searched refs:DOUBLE_EXPONENT_BIAS (Results 1 – 1 of 1) sorted by relevance
34 #define DOUBLE_EXPONENT_BIAS 1023 macro120 uint32_t ieee_e2 = (uint32_t) max32(0, e2 + DOUBLE_EXPONENT_BIAS + floor_log2(m2)); in __atod_engine()131 int32_t shift = (ieee_e2 == 0 ? 1 : ieee_e2) - e2 - DOUBLE_EXPONENT_BIAS - DOUBLE_MANTISSA_BITS; in __atod_engine()