Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 25 of 74) sorted by relevance

123

/third_party/vk-gl-cts/external/amber/src/src/
Dverifier.cc76 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/
DManualGlitchActivity.java86 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
/third_party/gn/src/base/numerics/
Dranges.h20 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/
Dranges.h31 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) in IsApproximatelyEqual()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgsttriggercontrolsource.c55 gint64 tolerance; member
68 gint64 tolerance = ((GstTriggerControlSource *) self)->priv->tolerance; in _interpolate_trigger() local
/third_party/skia/third_party/externals/oboe/tests/
DtestFlowgraph.cpp100 constexpr float tolerance = 0.0001f; // arbitrary in TEST() local
157 constexpr float tolerance = 0.000001f; // arbitrary in TEST() local
/third_party/skia/src/core/
DSkContourMeasure.cpp137 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()
/third_party/skia/tests/
DColorMatrixTest.cpp20 SkColor expected, SkColor actual, int tolerance) { in assert_color()
DYUVTest.cpp145 const float tolerance = 1.0f/(1 << 18); in DEF_TEST() local
DEncodeTest.cpp105 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/
DGrAATriangulator.h16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles()
/third_party/musl/src/linux/
Dclock_adjtime.c14 long long constant, precision, tolerance; member
28 long constant, precision, tolerance; member
/third_party/gstreamer/gstplugins_bad/gst/smooth/
Dgstsmooth.h56 int tolerance; member
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.h48 guint64 tolerance; member
/third_party/gstreamer/gstplugins_bad/gst/coloreffects/
Dgstchromahold.h61 guint tolerance; member
/third_party/skia/tools/skqp/src/
Dskqp_model.cpp36 unsigned tolerance, in Check()
/third_party/vk-gl-cts/external/amber/src/samples/
Dimage_diff.cc35 float tolerance = 1.0f; member
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime.h30 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
68 long long tolerance;/* clock frequency tolerance (ppm) member
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp134 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/
Dclock_adjtime32.c12 long constant, precision, tolerance; member
/third_party/ffmpeg/libavfilter/
Davf_aphasemeter.c54 float tolerance; member
254 float tolerance = 1.0f - s->tolerance; in filter_frame() local
/third_party/protobuf/src/google/protobuf/util/
Dfield_comparator.cc187 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp384 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/
DDawnTest.cpp1561 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/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h78 guint64 tolerance; member

123