Searched refs:byte_swap_f64 (Results 1 – 3 of 3) sorted by relevance
118 byte_swap_f64(&self) in to_little_endian()130 byte_swap_f64(&self) in from_little_endian()145 pub fn byte_swap_f64(x: f64) -> f64 { in byte_swap_f64() function
42 …_scalar::{EndianScalar, emplace_scalar, read_scalar, read_scalar_at, byte_swap_f32, byte_swap_f64};
755 use flatbuffers::byte_swap_f64; in prop_f64()757 let there = byte_swap_f64(x); in prop_f64()758 let back_again = byte_swap_f64(there); in prop_f64()