Home
last modified time | relevance | path

Searched defs:hi64 (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dbigint.rs78 pub fn hi64(&self) -> (u64, bool) { in hi64() method
310 pub fn hi64(x: &[Limb]) -> (u64, bool) { in hi64() function
Dheapvec.rs105 pub fn hi64(&self) -> (u64, bool) { in hi64() method
Dstackvec.rs213 pub fn hi64(&self) -> (u64, bool) { in hi64() method
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc267 int64_t hi64 = time_internal::GetRepHi(ans); in ScaleDouble() local