Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc130 constexpr uint32_t num_extracted_bits = 25; in uint64_to_float32_wrapper() local
132 if (leading_zeros + trailing_zeros + num_extracted_bits < 64) { in uint64_to_float32_wrapper()
134 uint32_t num_aggregation_bits = 64 - num_extracted_bits - leading_zeros; in uint64_to_float32_wrapper()

Completed in 2 milliseconds