Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dconvert.rs272 fn high_bits_to_u64(v: &BigUint) -> u64 { in high_bits_to_u64() function
371 let mantissa = high_bits_to_u64(self); in to_f32()
383 let mantissa = high_bits_to_u64(self); in to_f64()