Searched refs:num_extracted_bits (Results 1 – 1 of 1) sorted by relevance
121 constexpr uint32_t num_extracted_bits = 25; in uint64_to_float32_wrapper() local123 if (leading_zeros + trailing_zeros + num_extracted_bits < 64) { in uint64_to_float32_wrapper()125 uint32_t num_aggregation_bits = 64 - num_extracted_bits - leading_zeros; in uint64_to_float32_wrapper()