Home
last modified time | relevance | path

Searched refs:outputValue (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/test/
H A DitkThresholdImageFilterTest.cxx166 int outputValue; in itkThresholdImageFilterTest() local
171 if ( outputValue != outsideValue) in itkThresholdImageFilterTest()
177 << " output: " << outputValue; in itkThresholdImageFilterTest()
186 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
203 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
218 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
233 if ( outputValue != outsideValue) in itkThresholdImageFilterTest()
250 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
265 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
282 if ( outputValue != inputValue) in itkThresholdImageFilterTest()
[all …]
/dports/audio/libnoise/noise/src/module/
H A Dcurve.cpp41 void Curve::AddControlPoint (double inputValue, double outputValue) in AddControlPoint() argument
47 InsertAtPos (insertionPos, inputValue, outputValue); in AddControlPoint()
103 return m_pControlPoints[index1].outputValue; in GetValue()
113 m_pControlPoints[index0].outputValue, in GetValue()
114 m_pControlPoints[index1].outputValue, in GetValue()
115 m_pControlPoints[index2].outputValue, in GetValue()
116 m_pControlPoints[index3].outputValue, in GetValue()
121 double outputValue) in InsertAtPos() argument
142 m_pControlPoints[insertionPos].outputValue = outputValue; in InsertAtPos()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/build/
H A Dcli.go54 errout *outputValue
56 cpuprof *outputValue
114 type outputValue struct { struct
119 func newOutputValue(dflt io.WriteCloser) *outputValue {
120 return &outputValue{w: dflt}
123 func (o *outputValue) String() string { argument
130 func (o *outputValue) Set(s string) error { argument
145 *outputValue anonMember
151 outputValue: newOutputValue(dflt),
157 if p.outputValue.w == nil {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp311 << "], got " << outputValue in verify()
316 if (outValues.find(outputValue) != outValues.end()) in verify()
324 outValues.insert(outputValue); in verify()
325 if (outputValue == valueSum-inputValue) in verify()
476 outValues.insert(outputValue); in verify()
558 outValues.insert(outputValue); in verify()
786 if ((outputValue & compareMask) != 0 && in verify()
787 (outputValue & compareMask) != compareMask && in verify()
844 …if (!de::inRange(outputValue, 0, workGroupSize) || usedValues.find(outputValue) != usedValues.end(… in verify()
851 usedValues.insert(outputValue); in verify()
[all …]
/dports/x11-wm/gamescope/gamescope-3.7.1/src/
H A Dcomposite.comp.hlsl62 float4 outputValue;
66outputValue = inLayerTex0.Sample( sampler0, ( float2( index ) + float2( flOffset0X, flOffset0Y ) )…
73 outputValue = layerSample * layerAlpha + outputValue * ( 1.0 - layerAlpha );
80 outputValue = layerSample * layerAlpha + outputValue * ( 1.0 - layerAlpha );
85 outImage [index] = outputValue.bgra;
89 outImage [index] = outputValue;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Prediction/
H A DOutput.php26 public $outputValue; variable in Google_Service_Prediction_Output
67 public function setOutputValue($outputValue) argument
69 $this->outputValue = $outputValue;
73 return $this->outputValue;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Prediction/
H A DOutput.php26 public $outputValue; variable in Google_Service_Prediction_Output
67 public function setOutputValue($outputValue) argument
69 $this->outputValue = $outputValue;
73 return $this->outputValue;
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Dflags.go73 type outputValue output.Format type
75 func newOutputValue(defaultValue output.Format, p *output.Format) *outputValue {
77 return (*outputValue)(p)
80 func (o *outputValue) String() string {
87 func (o *outputValue) Type() string {
91 func (o *outputValue) Set(s string) error {
96 *o = outputValue(outfmt)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/polymer-css-build/node_modules/command-line-args/lib/
H A Doutput-grouped.mjs19 const outputValue = superOutputNoCamel[def.name]
22 if (t.isDefined(outputValue)) {
23 grouped[groupName][name] = outputValue
30 const outputValue = superOutputNoCamel[def.name]
31 if (t.isDefined(outputValue)) {
33 grouped._none[name] = outputValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/polymer-bundler/node_modules/command-line-args/lib/
H A Doutput-grouped.mjs19 const outputValue = superOutputNoCamel[def.name]
22 if (t.isDefined(outputValue)) {
23 grouped[groupName][name] = outputValue
30 const outputValue = superOutputNoCamel[def.name]
31 if (t.isDefined(outputValue)) {
33 grouped._none[name] = outputValue
/dports/net/rclone/rclone-1.57.0/vendor/github.com/yunify/qingstor-sdk-go/v3/request/unpacker/
H A Dqingstor_test.go86 outputValue := reflect.ValueOf(output)
88 err := unpacker.UnpackHTTPRequest(&data.Operation{}, httpResponse, &outputValue)
117 outputValue := reflect.ValueOf(output)
119 err := unpacker.UnpackHTTPRequest(&data.Operation{}, httpResponse, &outputValue)
142 outputValue := reflect.ValueOf(output)
144 err := unpacker.UnpackHTTPRequest(&data.Operation{}, httpResponse, &outputValue)
164 outputValue := reflect.ValueOf(output)
166 err := unpacker.UnpackHTTPRequest(&data.Operation{}, httpResponse, &outputValue)
/dports/devel/cmake-gui/cmake-3.22.1/Tests/ExternalProjectLocal/Step5/
H A Dtutorial.cxx22 double outputValue = 0; in main() local
26 outputValue = mysqrt(inputValue); in main()
28 outputValue = sqrt(inputValue); in main()
32 fprintf(stdout, "The square root of %g is %g\n", inputValue, outputValue); in main()
/dports/devel/cmake/cmake-3.22.1/Tests/ExternalProjectLocal/Step5/
H A Dtutorial.cxx22 double outputValue = 0; in main() local
26 outputValue = mysqrt(inputValue); in main()
28 outputValue = sqrt(inputValue); in main()
32 fprintf(stdout, "The square root of %g is %g\n", inputValue, outputValue); in main()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/ExternalProjectLocal/Step5/
H A Dtutorial.cxx22 double outputValue = 0; in main() local
26 outputValue = mysqrt(inputValue); in main()
28 outputValue = sqrt(inputValue); in main()
32 fprintf(stdout, "The square root of %g is %g\n", inputValue, outputValue); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/
H A DArgumentTests.java312 private void testWithVMArg(String argString, String outputValue) throws CoreException { in testWithVMArg() argument
313 testOutput("FooPropertyPrinter", argString, null, outputValue); in testWithVMArg()
322 private void testWithProgramArg(String argString, String outputValue) throws CoreException { in testWithProgramArg() argument
323 testOutput("ArgumentPrinter", null, argString, outputValue); in testWithProgramArg()
332 private void testProgramArgCount(String argString, String outputValue) throws CoreException { in testProgramArgCount() argument
333 testOutput("ArgumentCounter", null, argString, outputValue); in testProgramArgCount()
344 …private void testOutput(String mainTypeName, String vmArgs, String programArgs, String outputValue in testOutput() argument
383 if (!outputValue.equals(output)) { in testOutput()
386 System.out.println("\tExpected: " + outputValue); in testOutput()
389 assertEquals(outputValue, output); in testOutput()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/NodeProperties/
H A DValueContainer.swift20 outputValue = typedValue in setValue()
29 return outputValue as Any
32 var outputValue: T { variable
39 self.outputValue = value
/dports/net/easysoap/EasySoap++-0.8.0/tests/
H A Dinteropclient.cpp335 SOAPString outputValue; in TestEchoString() local
351 int outputValue = 0; in TestEchoInteger() local
395 float outputValue = 0; in TestEchoFloat() local
396 outputParam >> outputValue; in TestEchoFloat()
398 if (inputValue != outputValue && !almostequal(inputValue, outputValue)) in TestEchoFloat()
416 double outputValue = 0; in TestEchoDouble() local
419 if (inputValue != outputValue && !almostequal(inputValue, outputValue)) in TestEchoDouble()
486 SOAPStruct outputValue; in TestEchoStruct() local
538 if (inputValue != outputValue && !almostequal(inputValue, outputValue)) in TestEchoFloatArray()
564 if (inputValue != outputValue && !almostequal(inputValue, outputValue)) in TestEchoDoubleArray()
[all …]
/dports/net-mgmt/py-pysnmp/pysnmp-4.4.9/pysnmp/smi/mibs/
H A DSNMPv2-TC.py73 outputValue = ['B']
77 return ''.join(outputValue)
83 outputValue = ''
157 outputValue += '%02x' % number
159 outputValue += '%03o' % number
161 outputValue += '%d' % number
168 outputValue += repeatTerminator
171 outputValue += displaySep
175 return outputValue
268 outputValue = octets.str2octs('')
[all …]
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/residfp-builder/residfp/resample/
H A DZeroOrderResampler.h50 int outputValue; variable
57 outputValue(0) {} in ZeroOrderResampler()
65 outputValue = cachedSample + (sampleOffset * (sample - cachedSample) >> 10); in input()
77 int output() const override { return outputValue; } in output()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/residfp/builders/residfp-builder/residfp/resample/
H A DZeroOrderResampler.h50 int outputValue; variable
57 outputValue(0) {} in ZeroOrderResampler()
65 outputValue = cachedSample + (sampleOffset * (sample - cachedSample) >> 10); in input()
77 int output() const override { return outputValue; } in output()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/residfp/resample/
H A DZeroOrderResampler.h48 int outputValue; variable
55 outputValue(0) {} in ZeroOrderResampler()
63 outputValue = cachedSample + (sampleOffset * (sample - cachedSample) >> 10); in input()
75 int output() const override { return outputValue; } in output()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/residfp-builder/residfp/resample/
H A DZeroOrderResampler.h50 int outputValue;
57 outputValue(0) {}
65 outputValue = cachedSample + (sampleOffset * (sample - cachedSample) >> 10);
77 int output() const override { return outputValue; }
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Dflags.go82 type outputValue output.Format type
84 func newOutputValue(defaultValue output.Format, p *output.Format) *outputValue {
86 return (*outputValue)(p)
89 func (o *outputValue) String() string {
96 func (o *outputValue) Type() string {
100 func (o *outputValue) Set(s string) error {
105 *o = outputValue(outfmt)
/dports/graphics/alembic/alembic-1.8.3/maya/AbcImport/
H A DAlembicNode.cpp669 outHandle = outArrayHandle.outputValue(); in compute()
818 dataBlock.outputValue(mOutSubDArrayAttr, &status); in compute()
822 outArrayHandle.outputValue().data(); in compute()
849 outHandle = outArrayHandle.outputValue(&status); in compute()
904 dataBlock.outputValue(mOutPolyArrayAttr, &status); in compute()
908 outArrayHandle.outputValue().data(); in compute()
935 outHandle = outArrayHandle.outputValue(&status); in compute()
1067 outArrayHandle.outputValue().data(); in compute()
1092 outHandle = outArrayHandle.outputValue(&status); in compute()
1117 outArrayHandle.outputValue().data(); in compute()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeTexCoordChaser2D.cpp124 MFVec2f *outputValue = (MFVec2f *)initDest->copy(); in sendChasedEvent() local
125 outputValue->ref(); in sendChasedEvent()
134 dynamics(outputValue, dn, dnmin1, 1); in sendChasedEvent()
136 dynamics(outputValue, dn, dnmin1, in sendChasedEvent()
141 sendEvent(m_value_changed_Field, timestamp, new MFVec2f(outputValue)); in sendChasedEvent()

1234567891011