Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.cc121 constexpr uint32_t num_extracted_bits = 25; in uint64_to_float32_wrapper() local
123 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()