Home
last modified time | relevance | path

Searched refs:max_error (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A DmakesRGB.c79 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/
H A Dskcms.cc2164 float max_error = max_roundtrip_error_checked(curve, tf);
2165 if (max_error < best_max_error) {
2166 best_max_error = max_error;
2177 float* max_error) {
2178 if (!curve || !approx || !max_error) {
2195 *max_error = INFINITY_;
2268 if (*max_error > err) {
2269 *max_error = err;
2273 return isfinitef_(*max_error);
2984 float max_error;
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c78 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/
H A Dtest_tracemalloc.py227 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/
H A Dskcms.h244 float* max_error);
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp386 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()
H A Dimgui_internal.h717 void SetCircleTessellationMaxError(float max_error);
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c1309 max_error the error to give for an over-large number
1320 uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) in read_number()
1350 *errorcodeptr = max_error; in read_number()
1319 read_number(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, int32_t allow_sign, uint32_t max_value, uint32_t max_error, int *intptr, int *errorcodeptr) read_number() argument

Completed in 34 milliseconds