Searched defs:from_be_bytes (Results 1 – 5 of 5) sorted by relevance
11 fn from_be_bytes(buf: &[u8]) -> Option<Self>; in from_be_bytes() method
162 fn from_be_bytes(input: Self::InputBytes) -> Self; in from_be_bytes() method185 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method277 fn from_be_bytes(input: Self::InputBytes) -> Self { in from_be_bytes() method
149 pub fn from_be_bytes(bytes: [u8; 2]) -> bf16 { in from_be_bytes() method
448 pub fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes() method
660 pub fn from_be_bytes( in from_be_bytes() method