Home
last modified time | relevance | path

Searched defs:large_mul (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/minimal-lexical/src/
Dbigint.rs602 pub fn large_mul(x: &mut VecType, y: &[Limb]) -> Option<()> { in large_mul() function
/external/pdfium/third_party/fast_float/include/
Dbigint.h355 FASTFLOAT_CONSTEXPR20 bool large_mul(stackvec<size> &x, limb_span y) noexcept { in large_mul() function