HomeSort by relevance Sort by last modified time
    Searched defs:tolerance (Results 26 - 50 of 191) sorted by null

12 3 4 5 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
timex.h 34 long int tolerance; /* clock frequency tolerance (ppm) (read only) */ member in struct:timex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
timex.h 34 long int tolerance; /* clock frequency tolerance (ppm) (read only) */ member in struct:timex
  /bionic/libc/kernel/uapi/linux/
timex.h 32 __kernel_long_t tolerance; member in struct:timex
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 571 // In some previous versions, tolerance was set to the max of 1/highest and the maximal diagonal entry * epsilon
573 // RealScalar tolerance = numext::maxi(vecD.array().abs().maxCoeff() * NumTraits<RealScalar>::epsilon(),RealScalar(1) / NumTraits<RealScalar>::highest());
574 // However, LDLT is not rank revealing, and so adjusting the tolerance wrt to the highest
576 // Moreover, Lapack's xSYTRS routines use 0 for the tolerance.
577 RealScalar tolerance = RealScalar(1) / NumTraits<RealScalar>::highest(); local
581 if(abs(vecD(i)) > tolerance)
  /external/kernel-headers/original/uapi/linux/
timex.h 73 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member in struct:timex
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 163 float tolerance; local
164 OP_REQUIRES_OK(context, context->GetAttr("tolerance", &tolerance));
165 tolerance_ = T(tolerance);
531 typename TTypes<T>::ConstFlat y, T tolerance,
534 z.device(d) = diff.abs() <= tolerance;
quantization_utils_test.cc 37 int tolerance = 1) {
63 const string tolerance_str = strings::StrCat("+-", tolerance);
67 ASSERT_TRUE(std::abs(e - v) <= tolerance)
79 int tolerance = 256) {
99 const string tolerance_str = strings::StrCat("+-", tolerance);
103 ASSERT_TRUE(std::abs(e - v) <= tolerance)
261 const int tolerance = 1; local
268 ASSERT_TRUE(std::abs(expected - actual) <= tolerance)
270 << " tolerance=" << tolerance << " v=" << values_quantized[i
364 const int tolerance = 1; local
500 const float tolerance = step_size \/ 1000.0f; local
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerUITest.java 139 int tolerance = 2; local
144 resources.addOverride(R.integer.config_warningTemperatureTolerance, tolerance);
146 .thenReturn(new float[] { 55 + tolerance });
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
timex.h 73 long tolerance; /* clock frequency tolerance (ppm) member in struct:timex
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 781 const int tolerance = expectPartialResult ? de::max(renderSize.x(), renderSize.y()) * 3 : 0; local
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCGeometry.cpp 83 // A small, negative tolerance handles floating-point error in the case when one tangent
85 float tolerance = -std::max(std::abs(dot0), std::abs(dot1)) * SK_ScalarNearlyZero; local
86 return dot0 >= tolerance && dot1 >= tolerance;
  /external/skia/tests/
Matrix44Test.cpp 13 const double tolerance = 1e-7; local
17 return diff <= tolerance;
21 const SkMScalar tolerance = SK_MScalar1 / 200000; local
23 return SkTAbs<SkMScalar>(a - b) <= tolerance;
27 const SkScalar tolerance = SK_Scalar1 / 200000; local
28 return SkScalarAbs(a - b) <= tolerance;
    [all...]
MatrixTest.cpp 16 const SkScalar tolerance = SK_Scalar1 / 200000; local
17 return SkScalarAbs(a - b) <= tolerance;
457 SkScalar tolerance = SK_ScalarNearlyZero) {
461 if (diff < tolerance) {
470 if (diff <= largest*tolerance) {
    [all...]
  /external/skqp/src/gpu/ccpr/
GrCCGeometry.cpp 83 // A small, negative tolerance handles floating-point error in the case when one tangent
85 float tolerance = -std::max(std::abs(dot0), std::abs(dot1)) * SK_ScalarNearlyZero; local
86 return dot0 >= tolerance && dot1 >= tolerance;
  /external/skqp/tests/
Matrix44Test.cpp 13 const double tolerance = 1e-7; local
17 return diff <= tolerance;
21 const SkMScalar tolerance = SK_MScalar1 / 200000; local
23 return SkTAbs<SkMScalar>(a - b) <= tolerance;
27 const SkScalar tolerance = SK_Scalar1 / 200000; local
28 return SkScalarAbs(a - b) <= tolerance;
    [all...]
MatrixTest.cpp 16 const SkScalar tolerance = SK_Scalar1 / 200000; local
17 return SkScalarAbs(a - b) <= tolerance;
457 SkScalar tolerance = SK_ScalarNearlyZero) {
461 if (diff < tolerance) {
470 if (diff <= largest*tolerance) {
    [all...]
  /hardware/nxp/nfc/halimpl/self-test/
phNxpNciHal_SelfTest.cc 564 int tolerance = 0; local
588 tolerance = (phAntenna_resp.wTxdoMeasuredRangeMax *
591 if ((measured_val <= phAntenna_resp.wTxdoMeasuredRangeMax + tolerance)) {
592 tolerance = (phAntenna_resp.wTxdoMeasuredRangeMin *
596 phAntenna_resp.wTxdoMeasuredRangeMin - tolerance)) {
    [all...]
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 532 double tolerance = 0.0001; local
557 while (lastDiff > tolerance && loopLimit > 0) {
    [all...]
  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 287 SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, path.getBounds()); local
306 converter.computeQuads(pts, weight, tolerance);
317 GrPathUtils::convertCubicToQuads(pts, tolerance, &quadPts);
506 const SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, local
540 const SkPoint* quadPts = converter.computeQuads(pts, weight, tolerance);
553 GrPathUtils::convertCubicToQuads(pts, tolerance, &quadPts);
  /external/skqp/src/gpu/ops/
GrMSAAPathRenderer.cpp 287 SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, path.getBounds()); local
306 converter.computeQuads(pts, weight, tolerance);
317 GrPathUtils::convertCubicToQuads(pts, tolerance, &quadPts);
506 const SkScalar tolerance = GrPathUtils::scaleToleranceToSrc(kTolerance, m, local
540 const SkPoint* quadPts = converter.computeQuads(pts, weight, tolerance);
553 GrPathUtils::convertCubicToQuads(pts, tolerance, &quadPts);
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 108 const Color& color, uint8_t tolerance) {
125 auto colorCompare = [tolerance](uint8_t a, uint8_t b) {
127 return tmp <= tolerance;
205 void expectColor(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
207 expectBufferColor(mOutBuffer, mPixels, rect, color, tolerance);
210 void expectBorder(const Rect& rect, const Color& color, uint8_t tolerance = 0) {
225 expectColor(top, color, tolerance);
229 expectColor(left, color, tolerance);
233 expectColor(right, color, tolerance);
243 expectColor(bottom, color, tolerance);
258 tolerance); local
262 tolerance); local
971 const uint8_t tolerance = 1; local
1001 const uint8_t tolerance = 1; local
1026 const uint8_t tolerance = 1; local
    [all...]
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 457 func tolerance(a, b, e float64) bool { func
464 // make error tolerance a fraction of b, not a.
473 func veryclose(a, b float64) bool { return tolerance(a, b, 4e-16) }
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 457 func tolerance(a, b, e float64) bool { func
464 // make error tolerance a fraction of b, not a.
473 func veryclose(a, b float64) bool { return tolerance(a, b, 4e-16) }

Completed in 5597 milliseconds

12 3 4 5 6 7 8