Searched defs:tolerance (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DMatrix44Test.cpp8 const SkScalar tolerance = SK_Scalar1 / 200000; local
10 const SkScalar tolerance = SK_Scalar1 / 1024;
13 return SkScalarAbs(a - b) <= tolerance;
H A DMatrixTest.cpp8 const SkScalar tolerance = SK_Scalar1 / 200000; local
10 const SkScalar tolerance = SK_Scalar1 / 1024;
13 return SkScalarAbs(a - b) <= tolerance;
/external/webkit/Tools/DumpRenderTree/qt/
H A DImageDiff.cpp34 qreal tolerance = 0; local
38 if (args[i] == "-t" || args[i] == "--tolerance")
39 tolerance = args[i + 1].toDouble();
119 if (difference <= tolerance) {
/external/skia/src/effects/
H A DSkAvoidXfermode.cpp21 SkAvoidXfermode::SkAvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode) argument
23 if (tolerance > 255) {
24 tolerance = 255;
28 fDistMul = (256 << 14) / (tolerance + 1);
/external/webkit/Tools/DumpRenderTree/cg/
H A DImageDiffCG.cpp183 float tolerance = 0.0f; local
186 if (!strcmp(argv[i], "-t") || !strcmp(argv[i], "--tolerance")) {
189 tolerance = strtof(argv[i + 1], 0);
223 if (difference <= tolerance)
/external/webkit/Tools/DumpRenderTree/gtk/
H A DImageDiff.cpp38 static double tolerance = 0; variable
41 { "tolerance", 0, 0, G_OPTION_ARG_DOUBLE, &tolerance, "Percentage difference between images before considering them different", "T" },
138 if (difference <= tolerance)
/external/webkit/Tools/DumpRenderTree/win/
H A DImageDiffCairo.cpp186 float tolerance = 0; local
189 if (!strcmp(argv[i], "-t") || !strcmp(argv[i], "--tolerance")) {
192 tolerance = strtof(argv[i + 1], 0);
227 if (difference <= tolerance)
/external/kernel-headers/original/linux/
H A Dcompat.h56 compat_long_t tolerance; member in struct:compat_timex
H A Dtimex.h87 * offset and maximum frequency tolerance.
115 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex
211 extern long time_tolerance; /* frequency tolerance (ppm) */
/external/valgrind/main/include/vki/
H A Dvki-linux.h286 long tolerance; /* clock frequency tolerance (ppm) member in struct:vki_timex

Completed in 1044 milliseconds