/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
D | PolyphaseResamplerStereo.cpp | 56 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 …]
|
D | MultiChannelResampler.cpp | 155 float coefficient = sinc(radians * cutoffScaler) * window; in generateCoefficients() local 156 mCoefficients.at(coefficientIndex++) = coefficient; in generateCoefficients() 157 gain += coefficient; in generateCoefficients()
|
D | PolyphaseResampler.cpp | 47 float coefficient = *coefficients++; in readFrame() local 50 mSingleFrame[channel] += *xFrame++ * coefficient; in readFrame()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsCalibration.cpp | 86 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()
|
D | glsCalibration.hpp | 42 float coefficient; member 44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} in LineParameters() 57 float coefficient; member
|
/third_party/protobuf/benchmarks/php/ |
D | PhpBenchmark.php | 51 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/ |
D | loop_dependence.cpp | 155 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 …]
|
D | loop_dependence.h | 367 SENode* coefficient); 488 SENode* coefficient, 496 SENode* coefficient, 504 SENode* coefficient, 512 SENode* coefficient, DistanceEntry* distance_entry);
|
D | scalar_analysis_simplification.cpp | 467 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/ |
D | loop_dependence.cpp | 155 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 …]
|
D | loop_dependence.h | 367 SENode* coefficient); 488 SENode* coefficient, 496 SENode* coefficient, 504 SENode* coefficient, 512 SENode* coefficient, DistanceEntry* distance_entry);
|
D | scalar_analysis_simplification.cpp | 467 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/ |
D | loop_dependence.cpp | 155 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 …]
|
D | loop_dependence.h | 367 SENode* coefficient); 488 SENode* coefficient, 496 SENode* coefficient, 504 SENode* coefficient, 512 SENode* coefficient, DistanceEntry* distance_entry);
|
D | scalar_analysis_simplification.cpp | 467 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/ |
D | GlitchAnalyzer.h | 244 const double coefficient = 0.1; in processInputFrame() local 248 … setMagnitude((mMagnitude * (1.0 - coefficient)) + (magnitude * coefficient)); in processInputFrame()
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_reference_plane.txt | 117 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/ |
D | SGIX_reference_plane.txt | 117 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/ |
D | es2fFlushFinishTests.cpp | 362 …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/ |
D | dqCanonical.decTest | 57 -- 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
|
D | ddCanonical.decTest | 56 -- 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/ |
D | friction_simulation.dart | 18 /// 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/ |
D | es3pBufferDataUploadTests.cpp | 716 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/ |
D | es3fFlushFinishTests.cpp | 489 …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/ |
D | RSA.priv.txt | 9 coefficient: 52283 (0xcc3b)
|