/third_party/gn/src/base/numerics/ |
H A D | ranges.h | 20 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 D | ranges.h | 31 constexpr bool IsApproximatelyEqual(T lhs, T rhs, T tolerance) in IsApproximatelyEqual() argument
|
/third_party/skia/third_party/externals/oboe/tests/ |
H A 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/tests/ |
H A D | ColorMatrixTest.cpp | 19 assert_color(skiatest::Reporter* reporter, SkColor expected, SkColor actual, int tolerance) assert_color() argument
|
H A D | YUVTest.cpp | 145 const float tolerance = 1.0f/(1 << 18); in DEF_TEST() local
|
/third_party/musl/compat/time32/ |
H A D | clock_adjtime32.c | 12 long constant, precision, tolerance; member
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrAATriangulator.h | 16 static int PathToAATriangles(const SkPath& path, SkScalar tolerance, const SkRect& clipBounds, in PathToAATriangles() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time32.h | 36 s32 tolerance; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | time32.h | 36 s32 tolerance; member
|
/third_party/musl/src/linux/ |
H A D | clock_adjtime.c | 14 long long constant, precision, tolerance; member 28 long constant, precision, tolerance; member [all...] |
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | image_diff.cc | 35 float tolerance = 1.0f; member [all...] |
/third_party/skia/tools/skqp/src/ |
H A D | skqp_model.cpp | 33 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 D | field_comparator.cc | 187 Tolerance* tolerance = FindOrNull(map_tolerance_, &field); in CompareDoubleOrFloat() local
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | time.c | 393 unsigned long cycle_freq, tolerance; time_init() local
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | time.c | 393 unsigned long cycle_freq, tolerance; time_init() local
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | dfs_pri_detector.c | 45 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 D | bearer.h | 122 u32 tolerance; member 169 u32 tolerance; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | dfs_pri_detector.c | 44 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 D | bearer.h | 122 u32 tolerance; member 169 u32 tolerance; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_nested_tsc_scaling_test.c | 39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_amplify.c | 37 float tolerance; member 154 const float tolerance = s->tolerance; in amplify_frame() local
|
H A D | vf_lumakey.c | 32 double tolerance; member
|
/third_party/alsa-utils/bat/ |
H A D | analyze.c | 73 float tolerance = (delta_rate > delta_HZ) ? delta_rate : delta_HZ; in check_peak() local
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
H A 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/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 185 uint32_t tolerance = 1; in testCopy() local [all...] |