Home
last modified time | relevance | path

Searched defs:max_error (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dassert_linear.rs89 let mut max_error = 0.0f64; in finish() localVariable
/third_party/mindspore/mindspore-src/source/tests/mindspore_test_framework/utils/
Dcheck_gradient.py411 def check_gradient(fn, *args, delta=1e-3, max_error=1e-3, argument
438 def check_jacobian(fn, *args, delta=1e-3, max_error=1e-3, argument
/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c79 double max_error = 0; in main() local
/third_party/skia/m133/third_party/externals/libpng/contrib/tools/
DmakesRGB.c78 double max_error = 0; in main() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c78 double max_error=2; /* As a percentage error-in-last-digit/.5 */ in validation_ascii_to_fp() local
/third_party/skia/m133/third_party/externals/libpng/contrib/libtests/
Dtarith.c77 double max_error=2; /* As a percentage error-in-last-digit/.5 */ in validation_ascii_to_fp() local
/third_party/skia/m133/modules/skcms/
Dskcms.cc2253 float max_error = max_roundtrip_error_checked(curve, tf); in fit_nonlinear() local
2266 float* max_error) { in skcms_ApproximateCurve()
2911 float max_error; in skcms_MakeUsableAsDestination() local
/third_party/skia/third_party/skcms/
Dskcms.cc2164 float max_error = max_roundtrip_error_checked(curve, tf); in fit_nonlinear() local
2177 float* max_error) { in skcms_ApproximateCurve()
2984 float max_error; in skcms_MakeUsableAsDestination() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1326 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number()