Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dsolve.hpp61 T max_error = 0; in solve() local
Dremez.hpp143 T max_error()const in max_error() function in boost::math::tools::remez_minimax
/third_party/boost/libs/math/minimax/
Dmain.cpp264 mp_type max_error(0), cheb_max_error(0); in do_test() local
397 mp_type max_error(0), max_cheb_error(0); in do_test_n() local
518 mp_type max_error(0); in graph_poly() local
/third_party/boost/libs/math/test/
Dtest_numerical_differentiation.cpp37 Real max_error = 0; in test_order() local
Dcomplex_test.cpp41 bool check_complex(const std::complex<T>& a, const std::complex<T>& b, int max_error) in check_complex()
/third_party/mindspore/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/flutter/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c79 double max_error = 0; in main() local
/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c79 double max_error = 0; in main() local
/third_party/libpng/contrib/tools/
DmakesRGB.c79 double max_error = 0; in main() local
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c31 double sum, total_error, max_error; member
72 double max_error = 0; in box_max_error() local
/third_party/boost/libs/math/tools/
Dhypergeometric_1F1_error_plot.cpp118 test_type max_error = 0; in main() local
Dlanczos_generator.cpp4728 R max_error = 0; in get_max_error() local
/third_party/boost/libs/math/doc/graphs/
Dplot_1d_errors.cpp48 Real max_distance(0), min_distance(0), max_error(0), max_error_location(0); in plot_errors_1d() local
/third_party/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/flutter/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/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/third_party/skcms/
Dskcms.cc2134 float max_error = max_roundtrip_error_checked(curve, tf); in fit_nonlinear() local
2147 float* max_error) { in skcms_ApproximateCurve()
2954 float max_error; in skcms_MakeUsableAsDestination() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c1511 gdouble max_error; in gst_audio_resampler_update() local
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc1676 float* max_error) { in skcms_ApproximateCurve()
2346 float max_error; in skcms_MakeUsableAsDestination() local
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c1316 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp386 void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error) in SetCircleTessellationMaxError()