Searched refs:__DOUBLE_BIAS (Results 1 – 3 of 3) sorted by relevance
51 inline constexpr int __DOUBLE_BIAS = 1023; variable
266 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n() 269 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2fixed_buffered_n() 457 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2exp_buffered_n() 460 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2exp_buffered_n()
188 __e2 = 1 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d() 191 __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS - 2; in __d2d() 674 const int32_t __e2 = static_cast<int32_t>(__ieeeExponent) - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; in __d2d_small_int() 738 - __DOUBLE_BIAS - __DOUBLE_MANTISSA_BITS; // bias and normalization in __d2s_buffered_n()