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
43 byte_swap_f32, byte_swap_f64, emplace_scalar, read_scalar, read_scalar_at, EndianScalar,
913 use flatbuffers::byte_swap_f64; in prop_f64()915 let there = byte_swap_f64(x); in prop_f64()916 let back_again = byte_swap_f64(there); in prop_f64()