Searched defs:from_le_bytes (Results 1 – 7 of 7) sorted by relevance
11 fn from_le_bytes(buf: &[u8]) -> Option<Self>; in from_le_bytes() method
118 fn from_le_bytes(bytes: &Self::Bytes) -> Self; in from_le_bytes() method
70 pub fn from_le_bytes(mut bytes: [u8; 2]) -> Self { in from_le_bytes() method
1054 fn from_le_bytes(bytes: &Self::Bytes) -> Self { in from_le_bytes() method
1165 fn from_le_bytes(bytes: &Self::Bytes) -> Self { in from_le_bytes() method
184 pub const fn from_le_bytes(bytes: [u8; 2]) -> f16 { in from_le_bytes() method
180 pub const fn from_le_bytes(bytes: [u8; 2]) -> bf16 { in from_le_bytes() method