Home
last modified time | relevance | path

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

12345

/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
/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
/kernel/linux/linux-5.10/include/linux/
H A Dtime32.h36 s32 tolerance; member
/kernel/linux/linux-6.6/include/linux/
H A Dtime32.h36 s32 tolerance; member
/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
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dtime.c393 unsigned long cycle_freq, tolerance; time_init() local
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dtime.c393 unsigned long cycle_freq, tolerance; time_init() local
/kernel/linux/linux-5.10/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c45 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument
/kernel/linux/linux-5.10/net/tipc/
H A Dbearer.h122 u32 tolerance; member
169 u32 tolerance; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c44 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dbearer.h122 u32 tolerance; member
169 u32 tolerance; member
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() 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
/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...]

Completed in 11 milliseconds

12345