Searched refs:exponentBits (Results 1 – 1 of 1) sorted by relevance
42 const uint32_t mantissaBits, const uint32_t exponentBits, const bool explicitLeadingBit) { in generic_binary_to_decimal() argument51 const uint32_t bias = (1u << (exponentBits - 1)) - 1; in generic_binary_to_decimal()60 if (ieeeExponent == ((1u << exponentBits) - 1u)) { in generic_binary_to_decimal()
Completed in 2 milliseconds