Searched defs:from_bits (Results 1 – 6 of 6) sorted by relevance
239 pub fn from_bits(bits: Vec<u16>) -> Vec<f16> { in from_bits() function274 let from_bits = bits.reinterpret_into::<f16>(); in test_vec_conversions_f16() localVariable294 let from_bits = bits.reinterpret_into::<bf16>(); in test_vec_conversions_bf16() localVariable
618 pub fn from_bits(bits: &[u16]) -> &[f16] { in from_bits() function650 let from_bits = bits.reinterpret_cast::<f16>(); in test_slice_conversions_f16() localVariable687 let from_bits = bits.reinterpret_cast::<bf16>(); in test_slice_conversions_bf16() localVariable
42 pub const fn from_bits(bits: u16) -> bf16 { in from_bits() method
338 pub const fn from_bits(bits: u16) -> f16 { in from_bits() method
248 fn from_bits(u: Self::Unsigned) -> Self; in from_bits() method358 fn from_bits(u: u32) -> f32 { in from_bits() method422 fn from_bits(u: u64) -> f64 { in from_bits() method
207 fn from_bits(set_indices: &[u16]) -> virtio_input_bitmap { in from_bits() method