| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | verifier.cc | 76 double tolerance, in IsEqualWithTolerance() 99 const auto& tolerance = command->GetTolerances(); in CheckActualValue() local 174 double* tolerance, in SetupToleranceForTexels() 317 const double* tolerance, in IsTexelEqualToExpected() 455 double tolerance[4] = {0, 0, 0, 0}; in Probe() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| D | ManualGlitchActivity.java | 86 float tolerance = (float) mTaperTolerance.linearToExponential( in setToleranceProgress() local 106 private void setToleranceFader(float tolerance) { in setToleranceFader() 202 float tolerance = bundle.getFloat(KEY_TOLERANCE, DEFAULT_TOLERANCE); in configureStreamsFromBundle() local
|
| D | GlitchActivity.java | 234 public native void setTolerance(float tolerance); in setTolerance()
|
| /third_party/gn/src/base/numerics/ |
| D | ranges.h | 20 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) { in IsApproximatelyEqual()
|
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| D | ranges.h | 31 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) in IsApproximatelyEqual()
|
| /third_party/skia/third_party/externals/oboe/tests/ |
| D | testFlowgraph.cpp | 100 constexpr float tolerance = 0.0001f; // arbitrary in TEST() local 157 constexpr float tolerance = 0.000001f; // arbitrary in TEST() local
|
| /third_party/skia/src/core/ |
| D | SkContourMeasure.cpp | 137 static bool quad_too_curvy(const SkPoint pts[3], SkScalar tolerance) { in quad_too_curvy() 150 const SkPoint& lastPt, SkScalar tolerance) { in conic_too_curvy() 159 SkScalar tolerance) { in cheap_dist_exceeds_limit() 165 static bool cubic_too_curvy(const SkPoint pts[4], SkScalar tolerance) { in cubic_too_curvy()
|
| D | SkRRect.cpp | 320 bool SkRRectPriv::IsNearlySimpleCircular(const SkRRect& rr, SkScalar tolerance) { in IsNearlySimpleCircular() 331 bool SkRRectPriv::AllCornersCircular(const SkRRect& rr, SkScalar tolerance) { in AllCornersCircular()
|
| /third_party/skia/tests/ |
| D | ColorMatrixTest.cpp | 20 SkColor expected, SkColor actual, int tolerance) { in assert_color()
|
| D | YUVTest.cpp | 145 const float tolerance = 1.0f/(1 << 18); in DEF_TEST() local
|
| D | EncodeTest.cpp | 105 static inline bool almost_equals(SkPMColor a, SkPMColor b, int tolerance) { in almost_equals() 125 static inline bool almost_equals(const SkBitmap& a, const SkBitmap& b, int tolerance) { in almost_equals()
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrAATriangulator.h | 16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles()
|
| /third_party/musl/src/linux/ |
| D | clock_adjtime.c | 14 long long constant, precision, tolerance; member 28 long constant, precision, tolerance; member
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | image_diff.cc | 35 float tolerance = 1.0f; member
|
| /third_party/skia/tools/skqp/src/ |
| D | skqp_model.cpp | 36 unsigned tolerance, in Check()
|
| /third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
| D | clock_adjtime.h | 30 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member 68 long long tolerance;/* clock frequency tolerance (ppm) member
|
| /third_party/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 134 double tolerance = 0.0, in between_closed_open() 157 double tolerance = 0.0, in between_closed() 171 static inline bool nearly_zero(double x, double tolerance = kNearlyZero) { in nearly_zero() 177 double tolerance = kNearlyZero, in nearly_equal()
|
| /third_party/musl/compat/time32/ |
| D | clock_adjtime32.c | 12 long constant, precision, tolerance; member
|
| /third_party/ffmpeg/libavfilter/ |
| D | avf_aphasemeter.c | 53 float tolerance; member 252 float tolerance = 1.0f - s->tolerance; in filter_frame() local
|
| D | vf_amplify.c | 37 float tolerance; member 154 const float tolerance = s->tolerance; in amplify_frame() local
|
| /third_party/protobuf/src/google/protobuf/util/ |
| D | field_comparator.cc | 187 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | DepthStencilSamplingTests.cpp | 384 T tolerance = {}) { in DoSamplingTest() 397 T tolerance = {}) { in DoSamplingTest() 589 float tolerance = 0.0f; in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| D | DawnTest.cpp | 1561 ExpectEq<T, U>::ExpectEq(T singleValue, T tolerance) : mTolerance(tolerance) { in ExpectEq() 1566 ExpectEq<T, U>::ExpectEq(const T* values, const unsigned int count, T tolerance) in ExpectEq() 1574 testing::AssertionResult CheckImpl(const T& expected, const U& actual, const T& tolerance) { in CheckImpl() 1585 const float& tolerance) { in CheckImpl() 1600 const float& tolerance) { in CheckImpl()
|
| /third_party/optimized-routines/math/test/ |
| D | mathtest.c | 108 long long tolerance; member 195 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name } argument 196 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tol… argument 197 #define MFUNC(arg,ret,name,tolerance) { t_macro, arg, ret, NULL, m_##name, tolerance, #name } argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
| D | vktFragmentOperationsEarlyFragmentTests.cpp | 584 const int tolerance = expectPartialResult ? de::max(renderSize.x(), renderSize.y()) * 3 : 0; in iterate() local 865 float tolerance = 0.0001f; in iterate() local 910 const int tolerance = expectPartialResult ? de::max(renderSize.x(), renderSize.y()) * 3 : 0; in iterate() local 1683 const int tolerance = expectPartialResult ? de::max(renderSize.x(), renderSize.y()) * 3 : 0; in iterate() local 2277 deUint64 tolerance = deUint64(refValue * 5 / 100); in iterate() local
|