Home
last modified time | relevance | path

Searched refs:DOUBLE_BIAS (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2s.c43 #define DOUBLE_BIAS 1023 macro
84 e2 = 1 - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS - 2; in d2d()
87 e2 = (int32_t) ieeeExponent - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS - 2; in d2d()
413 const int32_t e2 = (int32_t) ieeeExponent - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS; in d2d_small_int()
A Dd2fixed.c34 #define DOUBLE_BIAS 1023 macro
345 e2 = 1 - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS; in d2fixed_buffered_n()
348 e2 = (int32_t) ieeeExponent - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS; in d2fixed_buffered_n()
531 e2 = 1 - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS; in d2exp_buffered_n()
534 e2 = (int32_t) ieeeExponent - DOUBLE_BIAS - DOUBLE_MANTISSA_BITS; in d2exp_buffered_n()

Completed in 4 milliseconds