Searched refs:byte_swap_f32 (Results 1 – 3 of 3) sorted by relevance
91 byte_swap_f32(self) in to_little_endian()103 byte_swap_f32(self) in from_little_endian()138 pub fn byte_swap_f32(x: f32) -> f32 { in byte_swap_f32() function
43 byte_swap_f32, byte_swap_f64, emplace_scalar, read_scalar, read_scalar_at, EndianScalar,
899 use flatbuffers::byte_swap_f32; in prop_f32()901 let there = byte_swap_f32(x); in prop_f32()903 let back_again = byte_swap_f32(there); in prop_f32()