Searched refs:DOUBLE_BIAS (Results 1 – 2 of 2) sorted by relevance
43 #define DOUBLE_BIAS 1023 macro84 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()
34 #define DOUBLE_BIAS 1023 macro345 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 6 milliseconds