Searched refs:kExponentBits (Results 1 – 1 of 1) sorted by relevance
324 constexpr uint32_t kExponentBits = 8; in try_hex_float() local325 constexpr uint32_t kExponentMask = (1 << kExponentBits) - 1; in try_hex_float()