Home
last modified time | relevance | path

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

/external/pdfium/third_party/fast_float/include/
Ddecimal_to_binary.h74 compute_error_scaled(int64_t q, uint64_t w, int lz) noexcept { in compute_error_scaled() function
/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlemire.rs162 pub fn compute_error_scaled<F: Float>(q: i32, mut w: u64, lz: i32) -> ExtendedFloat { in compute_error_scaled() function