Home
last modified time | relevance | path

Searched refs:fDelta (Results 1 – 25 of 91) sorted by relevance

1234

/dports/games/irrlamb/irrlamb-1.0.1/src/OPCODE/
H A DOPC_LSSAABBOverlap.h353 rfSqrDistance += fDelta*fDelta; in Case0()
359 rfSqrDistance += fDelta*fDelta; in Case0()
376 rfSqrDistance += fDelta*fDelta; in Case00()
382 rfSqrDistance += fDelta*fDelta; in Case00()
389 rfSqrDistance += fDelta*fDelta; in Case00()
395 rfSqrDistance += fDelta*fDelta; in Case00()
407 rfSqrDistance += fDelta*fDelta; in Case000()
413 rfSqrDistance += fDelta*fDelta; in Case000()
420 rfSqrDistance += fDelta*fDelta; in Case000()
426 rfSqrDistance += fDelta*fDelta; in Case000()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/
H A DOPC_LSSAABBOverlap.h353 rfSqrDistance += fDelta*fDelta; in Case0()
359 rfSqrDistance += fDelta*fDelta; in Case0()
376 rfSqrDistance += fDelta*fDelta; in Case00()
382 rfSqrDistance += fDelta*fDelta; in Case00()
389 rfSqrDistance += fDelta*fDelta; in Case00()
395 rfSqrDistance += fDelta*fDelta; in Case00()
407 rfSqrDistance += fDelta*fDelta; in Case000()
413 rfSqrDistance += fDelta*fDelta; in Case000()
420 rfSqrDistance += fDelta*fDelta; in Case000()
426 rfSqrDistance += fDelta*fDelta; in Case000()
[all …]
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/OPCODE/
H A DOPC_LSSAABBOverlap.h353 rfSqrDistance += fDelta*fDelta; in Case0()
359 rfSqrDistance += fDelta*fDelta; in Case0()
376 rfSqrDistance += fDelta*fDelta; in Case00()
382 rfSqrDistance += fDelta*fDelta; in Case00()
389 rfSqrDistance += fDelta*fDelta; in Case00()
395 rfSqrDistance += fDelta*fDelta; in Case00()
407 rfSqrDistance += fDelta*fDelta; in Case000()
413 rfSqrDistance += fDelta*fDelta; in Case000()
420 rfSqrDistance += fDelta*fDelta; in Case000()
426 rfSqrDistance += fDelta*fDelta; in Case000()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/OPCODE/
H A DOPC_LSSAABBOverlap.h353 rfSqrDistance += fDelta*fDelta; in Case0()
359 rfSqrDistance += fDelta*fDelta; in Case0()
376 rfSqrDistance += fDelta*fDelta; in Case00()
382 rfSqrDistance += fDelta*fDelta; in Case00()
389 rfSqrDistance += fDelta*fDelta; in Case00()
395 rfSqrDistance += fDelta*fDelta; in Case00()
407 rfSqrDistance += fDelta*fDelta; in Case000()
413 rfSqrDistance += fDelta*fDelta; in Case000()
420 rfSqrDistance += fDelta*fDelta; in Case000()
426 rfSqrDistance += fDelta*fDelta; in Case000()
[all …]
/dports/devel/ode/ode-0.13/OPCODE/
H A DOPC_LSSAABBOverlap.h353 rfSqrDistance += fDelta*fDelta; in Case0()
359 rfSqrDistance += fDelta*fDelta; in Case0()
376 rfSqrDistance += fDelta*fDelta; in Case00()
382 rfSqrDistance += fDelta*fDelta; in Case00()
389 rfSqrDistance += fDelta*fDelta; in Case00()
395 rfSqrDistance += fDelta*fDelta; in Case00()
407 rfSqrDistance += fDelta*fDelta; in Case000()
413 rfSqrDistance += fDelta*fDelta; in Case000()
420 rfSqrDistance += fDelta*fDelta; in Case000()
426 rfSqrDistance += fDelta*fDelta; in Case000()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleCowboy.cpp35 SkScalar fDelta = 1; member in __anon72151bc70111::AnimatedSVGSample
62 fDelta += 0.2f; in onDrawContent()
63 canvas->scale(fDelta, fDelta); in onDrawContent()
67 fDelta += 80.f; in onDrawContent()
69 fDelta -= 80.f; in onDrawContent()
71 canvas->scale(fDelta, fDelta); in onDrawContent()
75 fDelta += 0.2f; in onDrawContent()
76 canvas->scale(fDelta, fDelta); in onDrawContent()
103 fDelta = 0; in onAnimate()
107 fDelta = 2; in onAnimate()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DBypass.cpp40 fDelta = 0; in construct()
61 bool off = (fDelta < 0.0f); in set_bypass()
71 fDelta = -fDelta; in set_bypass()
93 fDelta = 1.0 / length; in init()
106 if (fDelta > 0.0f) in process()
113 fGain += fDelta; in process()
135 fGain += fDelta; in process()
154 if (fDelta > 0.0f) in process()
161 fGain += fDelta; in process()
182 fGain += fDelta; in process()
[all …]
H A DDither.cpp33 fDelta = 0.0f; in Dither()
46fDelta = 4.0f; // 4 = 2 to compensate random in range -0.5 .. 0.5 * 2 to compensate (-1.0 .. 1.… in set_bits()
49 fDelta *= DITHER_8BIT; in set_bits()
53 fDelta /= float(1 << bits); in set_bits()
54 fGain = 1.0f - 0.5f * fDelta; in set_bits()
66 *(out++) = *(in++) * fGain + (sRandom.random(RND_TRIANGLE) - 0.5f) * fDelta; in process()
73 v->write("fDelta", fDelta); in dump()
H A DCrossfade.cpp41 fDelta = 0.0f; in construct()
56 fDelta = 1.0f / nSamples; in toggle()
66 fDelta = 0.0f; in reset()
82 fGain += fDelta * delta; in process()
92 fGain += fDelta; in process()
115 fGain += fDelta; in process()
136 fGain += fDelta; in process()
156 v->write("fDelta", fDelta); in dump()
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/src/tamgamp.lv2/util/
H A DBypass.cpp34 fDelta = 0; in Bypass()
59 bool off = (fDelta < 0.0f); in set_bypass()
69 fDelta = -fDelta; in set_bypass()
79 case S_ACTIVE: return fDelta < 0.0f; in bypassing()
91 fDelta = 1.0 / length; in init()
104 if (fDelta > 0.0f) in process()
111 fGain += fDelta; in process()
133 fGain += fDelta; in process()
152 if (fDelta > 0.0f) in process()
159 fGain += fDelta; in process()
[all …]
H A DCrossfade.cpp35 fDelta = 0.0f; in Crossfade()
54 fDelta = 1.0f / nSamples; in toggle()
64 fDelta = 0.0f; in reset()
80 fGain += fDelta * delta; in process()
90 fGain += fDelta; in process()
113 fGain += fDelta; in process()
134 fGain += fDelta; in process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleCowboy.cpp35 SkScalar fDelta = 1; member in __anoneb3bce220111::AnimatedSVGSample
68 fDelta += 0.2f; in onDrawContent()
69 canvas->concat(SkMatrix::MakeScale(fDelta)); in onDrawContent()
73 fDelta += 80.f; in onDrawContent()
75 fDelta -= 80.f; in onDrawContent()
77 canvas->concat(SkMatrix::MakeScale(fDelta)); in onDrawContent()
78 canvas->translate(fDelta, 0); in onDrawContent()
81 fDelta += 0.2f; in onDrawContent()
109 fDelta = 0; in onAnimate()
113 fDelta = 2; in onAnimate()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAnim.cpp123 float fDelta = fSecondsIn / (m_fEnd - m_fStart); in Think() local
124 if (fDelta < 0.0f) fDelta = 0.0f; in Think()
125 if (fDelta > 1.0f) fDelta = 1.0f; in Think()
127 Run(std::pow(fDelta, m_fEase)); in Think()
129 if (fDelta == 1.0f) { in Think()
H A DMacros.h73 inline T Approach(T fCurrent, T fTarget, T2 fDelta) in Approach() argument
77 fCurrent += fDelta; in Approach()
82 fCurrent -= fDelta; in Approach()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/
H A DAnim.cpp123 float fDelta = fSecondsIn / (m_fEnd - m_fStart); in Think() local
124 if (fDelta < 0.0f) fDelta = 0.0f; in Think()
125 if (fDelta > 1.0f) fDelta = 1.0f; in Think()
127 Run(std::pow(fDelta, m_fEase)); in Think()
129 if (fDelta == 1.0f) { in Think()
H A DMacros.h73 inline T Approach(T fCurrent, T fTarget, T2 fDelta) in Approach() argument
77 fCurrent += fDelta; in Approach()
82 fCurrent -= fDelta; in Approach()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkDeviceLooper.cpp15 , fDelta(aa ? kAA_Delta : kBW_Delta) in SkDeviceLooper()
34 fCurrOffset.set(fClippedBounds.left() - fDelta, in SkDeviceLooper()
65 fDelta, fDelta); in computeCurrBitmapAndClip()
70 (void)fSubsetRC.op(SkIRect::MakeWH(fDelta, fDelta), SkRegion::kIntersect_Op); in computeCurrBitmapAndClip()
118 while (next_tile(fClippedBounds, fDelta, &fCurrOffset)) { in next()
H A DSkDeviceLooper.h80 int fDelta; variable
89 return r.right() < fDelta && r.bottom() < fDelta; in fitsInDelta()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/
H A DElementCompareRequest.java30 private ModelDelta fDelta; field in ElementCompareRequest
56 fDelta = delta; in ElementCompareRequest()
76 fProvider.getStateTracker().compareFinished(ElementCompareRequest.this, fDelta); in done()
82 fProvider.getStateTracker().compareFinished(ElementCompareRequest.this, fDelta); in done()
92 return fDelta; in getDelta()
H A DElementMementoRequest.java32 private ModelDelta fDelta; field in ElementMementoRequest
46 fDelta = delta; in ElementMementoRequest()
72 fDelta.setElement(getMemento()); in doComplete()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Daworkspaces.cc29 fDelta(0), in WorkspaceButton()
102 fDelta = e.x_root - fDownX; in handleCrossing()
103 fPane->drag(fWorkspace, fDelta, false, true); in handleCrossing()
129 fDelta = m.x_root - d.x_root; in handleBeginDrag()
139 fDelta = m.x_root - d.x_root; in handleDrag()
149 fDelta = u.x_root - d.x_root; in handleEndDrag()
215 fDelta(0), in WorkspacesPane()
486 fDelta = dx; in drag()
492 if (fDelta != dx) { in drag()
494 fDelta = dx; in drag()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dsubtotal.cxx199 const double fDelta = fVal - mfMean; in update() local
200 mfMean += fDelta / mnCount; in update()
201 mfM2 += fDelta * (fVal - mfMean); in update()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dsubtotal.cxx199 const double fDelta = fVal - mfMean; in update() local
200 mfMean += fDelta / mnCount; in update()
201 mfM2 += fDelta * (fVal - mfMean); in update()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dactor_path.cpp217 Point fDelta; in scanPathLine() local
223 fDelta.x = delta.x * 2; in scanPathLine()
224 fDelta.y = delta.y * 2; in scanPathLine()
228 errterm = fDelta.x - delta.y; in scanPathLine()
233 errterm -= fDelta.y; in scanPathLine()
237 errterm += fDelta.x; in scanPathLine()
249 errterm = fDelta.y - delta.x; in scanPathLine()
254 errterm -= fDelta.x; in scanPathLine()
258 errterm += fDelta.y; in scanPathLine()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dactor_path.cpp217 Point fDelta; in scanPathLine() local
223 fDelta.x = delta.x * 2; in scanPathLine()
224 fDelta.y = delta.y * 2; in scanPathLine()
228 errterm = fDelta.x - delta.y; in scanPathLine()
233 errterm -= fDelta.y; in scanPathLine()
237 errterm += fDelta.x; in scanPathLine()
249 errterm = fDelta.y - delta.x; in scanPathLine()
254 errterm -= fDelta.x; in scanPathLine()
258 errterm += fDelta.y; in scanPathLine()

1234