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
42 pub use endian_scalar::{EndianScalar, emplace_scalar, read_scalar, read_scalar_at, byte_swap_f32, b…
741 use flatbuffers::byte_swap_f32; in prop_f32()743 let there = byte_swap_f32(x); in prop_f32()745 let back_again = byte_swap_f32(there); in prop_f32()