Home
last modified time | relevance | path

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

/external/rust/crates/half/src/
Dvec.rs251 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_f16() localVariable
271 let to_bits = from_bits.reinterpret_into(); in test_vec_conversions_bf16() localVariable
Dslice.rs534 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_f16() localVariable
570 let to_bits = from_bits.reinterpret_cast(); in test_slice_conversions_bf16() localVariable
Dbfloat.rs109 pub const fn to_bits(self) -> u16 { in to_bits() method
Dbinary16.rs113 pub const fn to_bits(self) -> u16 { in to_bits() method
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h255 const int to_bits = primitive_util::IsSignedIntegralType(to_type) in CastPreservesValues() local
/external/rust/crates/minimal-lexical/src/
Dnum.rs145 fn to_bits(self) -> u64; in to_bits() method
247 fn to_bits(self) -> u64 { in to_bits() method
293 fn to_bits(self) -> u64 { 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