Home
last modified time | relevance | path

Searched defs:compute_error (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/fast_float/include/
Ddecimal_to_binary.h88 compute_error(int64_t q, uint64_t w) noexcept { in compute_error() function
/external/rust/android-crates-io/crates/minimal-lexical/src/
Dlemire.rs153 pub fn compute_error<F: Float>(q: i32, mut w: u64) -> ExtendedFloat { in compute_error() function
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/tools/
Dremez.jl848 function compute_error(x) function
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/tools/
Dremez.jl848 function compute_error(x) function
/external/arm-optimized-routines/math/tools/
Dremez.jl847 function compute_error(x) function
/external/pytorch/test/quantization/eager/
Dtest_numeric_suite_eager.py551 def compute_error(x, y): function