Home
last modified time | relevance | path

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

123

/third_party/gn/src/base/numerics/
H A Dranges.h20 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) { in IsApproximatelyEqual() argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dranges.h31 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) in IsApproximatelyEqual() argument
/third_party/skia/third_party/externals/oboe/tests/
H A DtestFlowgraph.cpp100 constexpr float tolerance = 0.0001f; // arbitrary in TEST() local
157 constexpr float tolerance = 0.000001f; // arbitrary in TEST() local
/third_party/skia/tests/
H A DColorMatrixTest.cpp19 assert_color(skiatest::Reporter* reporter, SkColor expected, SkColor actual, int tolerance) assert_color() argument
H A DYUVTest.cpp145 const float tolerance = 1.0f/(1 << 18); in DEF_TEST() local
H A DJSONTest.cpp422 tolerance; in DEF_TEST() member
H A DEncodeTest.cpp105 static inline bool almost_equals(SkPMColor a, SkPMColor b, int tolerance) { in almost_equals() argument
125 static inline bool almost_equals(const SkBitmap& a, const SkBitmap& b, int tolerance) { in almost_equals() argument
/third_party/musl/compat/time32/
H A Dclock_adjtime32.c12 long constant, precision, tolerance; member
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.h16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles() argument
/third_party/musl/src/linux/
H A Dclock_adjtime.c14 long long constant, precision, tolerance; member
28 long constant, precision, tolerance; member
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dimage_diff.cc35 float tolerance = 1.0f; member
[all...]
/third_party/skia/tools/skqp/src/
H A Dskqp_model.cpp33 Check(const SkPixmap& minImg, const SkPixmap& maxImg, const SkPixmap& img, unsigned tolerance, SkBitmap* errorOut) Check() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_comparator.cc187 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
/third_party/ffmpeg/libavfilter/
H A Dvf_amplify.c37 float tolerance; member
154 const float tolerance = s->tolerance; in amplify_frame() local
H A Dvf_lumakey.c32 double tolerance; member
H A Davf_aphasemeter.c53 float tolerance; member
252 float tolerance = 1.0f - s->tolerance; in filter_frame() local
/third_party/alsa-utils/bat/
H A Danalyze.c73 float tolerance = (delta_rate > delta_HZ) ? delta_rate : delta_HZ; in check_peak() local
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime.h30 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member
68 long long tolerance;/* clock frequency tolerance (ppm) member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp185 uint32_t tolerance = 1; in testCopy() local
[all...]
/third_party/skia/src/core/
H A DSkContourMeasure.cpp137 static bool quad_too_curvy(const SkPoint pts[3], SkScalar tolerance) { in quad_too_curvy() argument
165 static bool cubic_too_curvy(const SkPoint pts[4], SkScalar tolerance) { in cubic_too_curvy() argument
149 conic_too_curvy(const SkPoint& firstPt, const SkPoint& midTPt, const SkPoint& lastPt, SkScalar tolerance) conic_too_curvy() argument
158 cheap_dist_exceeds_limit(const SkPoint& pt, SkScalar x, SkScalar y, SkScalar tolerance) cheap_dist_exceeds_limit() argument
H A DSkRRect.cpp320 bool SkRRectPriv::IsNearlySimpleCircular(const SkRRect& rr, SkScalar tolerance) { in IsNearlySimpleCircular() argument
331 bool SkRRectPriv::AllCornersCircular(const SkRRect& rr, SkScalar tolerance) { in AllCornersCircular() argument
[all...]
/third_party/skia/src/gpu/tessellate/
H A DWangsFormula.h240 AI float conic(float tolerance, in conic() argument
249 AI int conic_log2(float tolerance, in conic_log2() argument
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DManualGlitchActivity.java106 private void setToleranceFader(float tolerance) { in setToleranceFader() argument
[all...]
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h23 long constant, precision, tolerance; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h23 long constant, precision, tolerance; member

Completed in 12 milliseconds

123