Home
last modified time | relevance | path

Searched defs:to_bits (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/half/src/
Dvec.rs251 pub fn to_bits(numbers: Vec<f16>) -> Vec<u16> { in to_bits() function
278 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_f16() localVariable
298 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_bf16() localVariable
Dslice.rs630 pub fn to_bits(bits: &[f16]) -> &[u16] { in to_bits() function
654 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_f16() localVariable
691 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_bf16() localVariable
Dbfloat.rs69 pub const fn to_bits(self) -> u16 { in to_bits() method
Dbinary16.rs368 pub const fn to_bits(self) -> u16 { in to_bits() method
/external/rust/crates/serde_json/src/lexical/
Dnum.rs249 fn to_bits(self) -> Self::Unsigned; in to_bits() method
363 fn to_bits(self) -> u32 { in to_bits() method
427 fn to_bits(self) -> u64 { in to_bits() method