Home
last modified time | relevance | path

Searched refs:__DOUBLE_BIAS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s.h51 inline constexpr int __DOUBLE_BIAS = 1023; variable
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp266 __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()
H A Dd2s.cpp188 __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()