Home
last modified time | relevance | path

Searched refs:coefficient (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DPolyphaseResamplerStereo.cpp56 float coefficient = *coefficients++; in readFrame() local
57 left += *xFrame++ * coefficient; in readFrame()
58 right += *xFrame++ * coefficient; in readFrame()
60 coefficient = *coefficients++; // next tap in readFrame()
61 left += *xFrame++ * coefficient; in readFrame()
62 right += *xFrame++ * coefficient; in readFrame()
64 coefficient = *coefficients++; // next tap in readFrame()
65 left += *xFrame++ * coefficient; in readFrame()
66 right += *xFrame++ * coefficient; in readFrame()
68 coefficient = *coefficients++; // next tap in readFrame()
[all …]
DMultiChannelResampler.cpp155 float coefficient = sinc(radians * cutoffScaler) * window; in generateCoefficients() local
156 mCoefficients.at(coefficientIndex++) = coefficient; in generateCoefficients()
157 gain += coefficient; in generateCoefficients()
DPolyphaseResampler.cpp47 float coefficient = *coefficients++; in readFrame() local
50 mSingleFrame[channel] += *xFrame++ * coefficient; in readFrame()
/third_party/vk-gl-cts/modules/glshared/
DglsCalibration.cpp86 result.coefficient = destructiveMedian(pairwiseCoefficients); in theilSenLinearRegression()
90 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x()); in theilSenLinearRegression()
156 result.coefficient = linearSample(medianSlopes, 0.5f); in theilSenSiegelLinearRegression()
160 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x()); in theilSenSiegelLinearRegression()
373 …if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; inc… in recomputeParameters()
378 …newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f… in recomputeParameters()
381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()
DglsCalibration.hpp42 float coefficient; member
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} in LineParameters()
57 float coefficient; member
/third_party/protobuf/benchmarks/php/
DPhpBenchmark.php51 private $coefficient; variable in Google\\Protobuf\\Benchmark\\Benchmark
59 $this->coefficient = pow (10, 0) / pow(2, 20);
67 $this->coefficient;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.cpp155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode(); in CalculateGCDFromCoefficients() local
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
512 SENode* coefficient, in StrongSIVTest() argument
527 return SymbolicStrongSIVTest(source, destination, coefficient, in StrongSIVTest()
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in StrongSIVTest()
666 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest() argument
679 coefficient)) { in SymbolicStrongSIVTest()
697 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest() argument
713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroSourceSIVTest()
813 GetFinalTripInductionNode(subscript_loop, coefficient), in WeakZeroSourceSIVTest()
[all …]
Dloop_dependence.h367 SENode* coefficient);
488 SENode* coefficient,
496 SENode* coefficient,
504 SENode* coefficient,
512 SENode* coefficient, DistanceEntry* distance_entry);
Dscalar_analysis_simplification.cpp467 SENode* coefficient = child->AsSERecurrentNode()->GetCoefficient(); in EliminateZeroCoefficientRecurrents() local
471 if (coefficient->GetType() == SENode::Constant && in EliminateZeroCoefficientRecurrents()
472 coefficient->AsSEConstantNode()->FoldToSingleValue() == 0) { in EliminateZeroCoefficientRecurrents()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.cpp155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode(); in CalculateGCDFromCoefficients() local
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
512 SENode* coefficient, in StrongSIVTest() argument
527 return SymbolicStrongSIVTest(source, destination, coefficient, in StrongSIVTest()
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in StrongSIVTest()
666 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest() argument
679 coefficient)) { in SymbolicStrongSIVTest()
697 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest() argument
713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroSourceSIVTest()
813 GetFinalTripInductionNode(subscript_loop, coefficient), in WeakZeroSourceSIVTest()
[all …]
Dloop_dependence.h367 SENode* coefficient);
488 SENode* coefficient,
496 SENode* coefficient,
504 SENode* coefficient,
512 SENode* coefficient, DistanceEntry* distance_entry);
Dscalar_analysis_simplification.cpp467 SENode* coefficient = child->AsSERecurrentNode()->GetCoefficient(); in EliminateZeroCoefficientRecurrents() local
471 if (coefficient->GetType() == SENode::Constant && in EliminateZeroCoefficientRecurrents()
472 coefficient->AsSEConstantNode()->FoldToSingleValue() == 0) { in EliminateZeroCoefficientRecurrents()
/third_party/spirv-tools/source/opt/
Dloop_dependence.cpp155 auto coefficient = recurrence->GetCoefficient()->AsSEConstantNode(); in CalculateGCDFromCoefficients() local
158 running_gcd, std::abs(coefficient->FoldToSingleValue())); in CalculateGCDFromCoefficients()
512 SENode* coefficient, in StrongSIVTest() argument
527 return SymbolicStrongSIVTest(source, destination, coefficient, in StrongSIVTest()
562 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in StrongSIVTest()
666 SENode* source, SENode* destination, SENode* coefficient, in SymbolicStrongSIVTest() argument
679 coefficient)) { in SymbolicStrongSIVTest()
697 SENode* source, SERecurrentNode* destination, SENode* coefficient, in WeakZeroSourceSIVTest() argument
713 SEConstantNode* coefficient_constant = coefficient->AsSEConstantNode(); in WeakZeroSourceSIVTest()
813 GetFinalTripInductionNode(subscript_loop, coefficient), in WeakZeroSourceSIVTest()
[all …]
Dloop_dependence.h367 SENode* coefficient);
488 SENode* coefficient,
496 SENode* coefficient,
504 SENode* coefficient,
512 SENode* coefficient, DistanceEntry* distance_entry);
Dscalar_analysis_simplification.cpp467 SENode* coefficient = child->AsSERecurrentNode()->GetCoefficient(); in EliminateZeroCoefficientRecurrents() local
471 if (coefficient->GetType() == SENode::Constant && in EliminateZeroCoefficientRecurrents()
472 coefficient->AsSEConstantNode()->FoldToSingleValue() == 0) { in EliminateZeroCoefficientRecurrents()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h244 const double coefficient = 0.1; in processInputFrame() local
248 … setMagnitude((mMagnitude * (1.0 - coefficient)) + (magnitude * coefficient)); in processInputFrame()
/third_party/openGLES/extensions/SGIX/
DSGIX_reference_plane.txt117 4 FLOAT32 a (x coefficient) of plane equation
118 4 FLOAT32 b (y coefficient) of plane equation
119 4 FLOAT32 c (z coefficient) of plane equation
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_reference_plane.txt117 4 FLOAT32 a (x coefficient) of plane equation
118 4 FLOAT32 b (y coefficient) of plane equation
119 4 FLOAT32 c (z coefficient) of plane equation
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fFlushFinishTests.cpp362 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults()
363 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults()
376 …TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient) in analyzeResults()
377 …TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient) in analyzeResults()
/third_party/python/Lib/test/decimaltestdata/
DdqCanonical.decTest57 -- Finites: declets in coefficient
136 -- Inf: coefficient continuation bits (first, last, and a few others)
199 -- Inf: coefficient continuation bits
301 -- Inf: coefficient continuation bits
344 -- Inf: coefficient continuation bits
DddCanonical.decTest56 -- Finites: declets in coefficient
121 -- Inf: coefficient continuation bits (first, last, and a few others)
168 -- Inf: coefficient continuation bits
278 -- Inf: coefficient continuation bits
325 -- Inf: coefficient continuation bits
/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dfriction_simulation.dart18 /// drag coefficient, a unitless value; the initial position, in the same
32 /// Creates a new friction simulation with its fluid drag coefficient set so
99 /// the fluid drag coefficient, a unitless value; the initial position, in the
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp716 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics()
733 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics()
1008 …oximation.offset + startApproximation.coefficient*aabbMinX, endApproximation.offset + endApproxima… in calculateSampleFitLinearity()
1010 …oximation.offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproxima… in calculateSampleFitLinearity()
1013 …rtApproximation.offset, startApproximation.coefficient, endApproximation.offset, endApproximation. in calculateSampleFitLinearity()
1044 …roximation.offset + evenApproximation.coefficient*aabbMinX, oddApproximation.offset + oddApproxima… in calculateSampleTemporalStability()
1046 …roximation.offset + evenApproximation.coefficient*aabbMaxX, oddApproximation.offset + oddApproxima… in calculateSampleTemporalStability()
1049 …venApproximation.offset, evenApproximation.coefficient, oddApproximation.offset, oddApproximation. in calculateSampleTemporalStability()
1182 …oximated linear cost", "us / MB", QP_KEY_TAG_TIME, contributionFitting.coefficient * 1024.0f * 102… in logMapContribution()
1191 …oximated linear cost", "us / MB", QP_KEY_TAG_TIME, contributionFitting.coefficient * 1024.0f * 102… in logUnmapContribution()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFlushFinishTests.cpp489 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults()
490 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults()
503 …TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient) in analyzeResults()
504 …TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient) in analyzeResults()
/third_party/openssl/test/recipes/30-test_evp_pkey_provided/
DRSA.priv.txt9 coefficient: 52283 (0xcc3b)

12345678