Searched defs:to_bits (Results 1 – 5 of 5) sorted by relevance
251 pub fn to_bits(numbers: Vec<f16>) -> Vec<u16> { in to_bits() function278 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_f16() localVariable298 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_bf16() localVariable
630 pub fn to_bits(bits: &[f16]) -> &[u16] { in to_bits() function654 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_f16() localVariable691 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_bf16() localVariable
69 pub const fn to_bits(self) -> u16 { in to_bits() method
368 pub const fn to_bits(self) -> u16 { in to_bits() method
249 fn to_bits(self) -> Self::Unsigned; in to_bits() method363 fn to_bits(self) -> u32 { in to_bits() method427 fn to_bits(self) -> u64 { in to_bits() method