Searched refs:max_error (Results 1 – 10 of 10) sorted by relevance
/third_party/libsnd/tests/ |
D | write_read_test.def | 10 max_error = "255" ; 20 max_error = "0" ; 30 max_error = "4096" ; 40 max_error = "256" ; 50 max_error = "0" ; 62 max_error = "0" ; 72 max_error = "0" ;
|
/third_party/skia/tools/skqp/ |
D | README_ALGORITHM.md | 48 max_error = 0 68 max_error = max(max_error, pixel_error) 76 return ((total_error, max_error, bad_pixels), error_image) 88 backend_name,render_test_name,max_error,bad_pixels,total_error 93 well as the three metrics: `max_error`, `bad_pixels`, and `total_error`.
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | makesRGB.c | 79 double max_error = 0; in main() local 303 max_error = .4999; in main() 315 if (err > (max_error+.001) || err < (min_error-.001)) in main() 324 if (err > max_error) in main() 325 max_error = err; in main() 385 min_error, max_error, error_count, (100.*error_count)/max_input); in main()
|
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 2164 float max_error = max_roundtrip_error_checked(curve, tf); in fit_nonlinear() local 2165 if (max_error < best_max_error) { in fit_nonlinear() 2166 best_max_error = max_error; in fit_nonlinear() 2177 float* max_error) { in skcms_ApproximateCurve() argument 2178 if (!curve || !approx || !max_error) { in skcms_ApproximateCurve() 2195 *max_error = INFINITY_; in skcms_ApproximateCurve() 2268 if (*max_error > err) { in skcms_ApproximateCurve() 2269 *max_error = err; in skcms_ApproximateCurve() 2273 return isfinitef_(*max_error); in skcms_ApproximateCurve() 2984 float max_error; in skcms_MakeUsableAsDestination() local [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | tarith.c | 78 double max_error=2; /* As a percentage error-in-last-digit/.5 */ in validation_ascii_to_fp() local 96 max_error = atof(*++argv); in validation_ascii_to_fp() 203 double percent = (precision >= DBL_DIG) ? max_error_abs : max_error; in validation_ascii_to_fp()
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 227 max_error = 2048 237 self.assertLessEqual(size - obj_size, max_error) 238 self.assertLessEqual(peak_size - size, max_error) 244 self.assertGreaterEqual(size - size2, obj_size - max_error)
|
/third_party/skia/include/third_party/skcms/ |
D | skcms.h | 244 float* max_error);
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 386 void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error) in SetCircleTessellationMaxError() argument 388 if (CircleSegmentMaxError == max_error) in SetCircleTessellationMaxError() 391 IM_ASSERT(max_error > 0.0f); in SetCircleTessellationMaxError() 392 CircleSegmentMaxError = max_error; in SetCircleTessellationMaxError()
|
D | imgui_internal.h | 717 void SetCircleTessellationMaxError(float max_error);
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 1320 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number() argument 1350 *errorcodeptr = max_error; in read_number()
|