Home
last modified time | relevance | path

Searched refs:startParams (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optimization/general/
H A DMinpackTest.java530 protected double[] startParams; field in MinpackTest.MinpackFunction
539 this.n = startParams.length; in MinpackFunction()
540 this.startParams = startParams.clone(); in MinpackFunction()
562 return startParams.clone(); in getStartPoint()
574 return startParams.length; in getN()
780 super(2, startParams, theoreticalMinCost, in FreudensteinRothFunction()
839 super(11, startParams, theoreticalMinCost, in KowalikOsborneFunction()
875 public MeyerFunction(double[] startParams, in MeyerFunction() argument
957 super(m, startParams, 0.0, in Box3DimensionalFunction()
985 super(m, startParams, theoreticalMinCost, in JennrichSampsonFunction()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/fitting/leastsquares/
H A DMinpackTest.java529 protected double[] startParams; field in MinpackTest.MinpackFunction
539 this.n = startParams.length; in MinpackFunction()
540 this.startParams = startParams.clone(); in MinpackFunction()
562 return startParams.clone(); in getStartPoint()
574 return startParams.length; in getN()
836 super(2, startParams, theoreticalMinCost,
965 public MeyerFunction(double[] startParams,
1087 super(m, startParams, 0.0,
1128 super(m, startParams, theoreticalMinCost,
1163 super(m, startParams, theoreticalMinCost,
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/
H A DMinpackTest.java529 protected double[] startParams; field in MinpackTest.MinpackFunction
539 this.n = startParams.length; in MinpackFunction()
540 this.startParams = startParams.clone(); in MinpackFunction()
562 return startParams.clone(); in getStartPoint()
574 return startParams.length; in getN()
832 super(2, startParams, theoreticalMinCost,
958 public MeyerFunction(double[] startParams,
1078 super(m, startParams, 0.0,
1118 super(m, startParams, theoreticalMinCost,
1152 super(m, startParams, theoreticalMinCost,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGTransformListSMILType.cpp253 const float* startParams = nullptr; in Interpolate() local
257 startParams = startTransform.mParams; in Interpolate()
260 if (!startParams) { in Interpolate()
261 startParams = identityParams; in Interpolate()
269 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp402 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
406 startDist = startParams.mDistToPoint; in Interpolate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGTransformListSMILType.cpp253 const float* startParams = nullptr; in Interpolate() local
257 startParams = startTransform.mParams; in Interpolate()
260 if (!startParams) { in Interpolate()
261 startParams = identityParams; in Interpolate()
269 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp402 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
406 startDist = startParams.mDistToPoint; in Interpolate()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGTransformListSMILType.cpp253 const float* startParams = nullptr; in Interpolate() local
257 startParams = startTransform.mParams; in Interpolate()
260 if (!startParams) { in Interpolate()
261 startParams = identityParams; in Interpolate()
269 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp402 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
406 startDist = startParams.mDistToPoint; in Interpolate()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGTransformListSMILType.cpp275 const float* startParams = nullptr; in Interpolate() local
279 startParams = startTransform.mParams; in Interpolate()
282 if (!startParams) { in Interpolate()
283 startParams = identityParams; in Interpolate()
291 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp425 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
429 MOZ_ASSERT(startParams.mPath == endParams.mPath, in Interpolate()
431 startDist = startParams.mDistToPoint; in Interpolate()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGTransformListSMILType.cpp251 const float* startParams = nullptr; in Interpolate() local
255 startParams = startTransform.mParams; in Interpolate()
258 if (!startParams) { in Interpolate()
259 startParams = identityParams; in Interpolate()
267 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp390 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
394 MOZ_ASSERT(startParams.mPath == endParams.mPath, in Interpolate()
396 startDist = startParams.mDistToPoint; in Interpolate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGTransformListSMILType.cpp253 const float* startParams = nullptr; in Interpolate() local
257 startParams = startTransform.mParams; in Interpolate()
260 if (!startParams) { in Interpolate()
261 startParams = identityParams; in Interpolate()
269 const float& a = startParams[i]; in Interpolate()
H A DSVGMotionSMILType.cpp402 const PathPointParams& startParams = startSeg.mU.mPathPointParams; in Interpolate() local
406 startDist = startParams.mDistToPoint; in Interpolate()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/sound/
H A Dadlplayer.cpp150 memcpy(t->params, t->startParams, kOperatorsPerVoice * kParamCount * sizeof(uint16)); in rewind()
203 t->startParams[i] = adl.readUint16LE(); in readTimbres()
H A Dadlplayer.h55 uint16 startParams[kOperatorsPerVoice * kParamCount]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/
H A DCastContentWindowAndroid.java65 mScreenAccess.subscribe(x -> mStartParams.subscribe(startParams -> { in CastContentWindowAndroid()
66 mComponent.start(startParams); in CastContentWindowAndroid()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/sound/
H A Dadlplayer.cpp150 memcpy(t->params, t->startParams, kOperatorsPerVoice * kParamCount * sizeof(uint16)); in rewind()
203 t->startParams[i] = adl.readUint16LE(); in readTimbres()
H A Dadlplayer.h55 uint16 startParams[kOperatorsPerVoice * kParamCount]; member
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/gecko/
H A DnsProfiler.cpp273 nsCOMPtr<nsIProfilerStartParams> startParams = in GetStartParams() local
277 startParams.forget(aRetVal); in GetStartParams()
H A DnsIProfiler.idl67 readonly attribute nsIProfilerStartParams startParams;
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/
H A Dmain.go27 StartParams = &startParams{
36 type startParams struct { struct
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dsys-session-util.c356 const uint8_t *startParams; in tpm_calc_phash() local
381 rval = Tss2_Sys_GetCpBuffer(sysContext, &parametersSize, &startParams); in tpm_calc_phash()
385 rval = Tss2_Sys_GetRpBuffer(sysContext, &parametersSize, &startParams); in tpm_calc_phash()
419 hashInput.buffer[hashInput.size + i ] = startParams[i]; in tpm_calc_phash()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/gecko/
H A DnsProfiler.cpp454 nsCOMPtr<nsIProfilerStartParams> startParams = in GetStartParams() local
457 startParams.forget(aRetVal); in GetStartParams()

12