Home
last modified time | relevance | path

Searched refs:_scale2 (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/particles/
H A Dpart_emitter.cpp60 _scale1 = _scale2 = 100.0f; in IMPLEMENT_PERSISTENT()
181 scale = _scale1 + posZ * (_scale2 - _scale1) / 100; in initParticle()
183 scale = BaseUtils::randomFloat(_scale1, _scale2); in initParticle()
656 _scValue->setFloat(_scale2); in scGetProperty()
924 _scale2 = value->getFloat(); in scSetProperty()
1172 persistMgr->transferFloat(TMEMBER(_scale2)); in persist()
H A Dpart_emitter.h94 float _scale2; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/particles/
H A Dpart_emitter.cpp60 _scale1 = _scale2 = 100.0f; in IMPLEMENT_PERSISTENT()
181 scale = _scale1 + posZ * (_scale2 - _scale1) / 100; in initParticle()
183 scale = BaseUtils::randomFloat(_scale1, _scale2); in initParticle()
656 _scValue->setFloat(_scale2); in scGetProperty()
924 _scale2 = value->getFloat(); in scSetProperty()
1172 persistMgr->transferFloat(TMEMBER(_scale2)); in persist()
H A Dpart_emitter.h94 float _scale2; variable
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Djet.py334 tmp_sq[k] = fact(k) * sum(_scale2(k, j) * v[k-j] * v[j] for j in range(k + 1))
358 def _scale2(k, j): function
415 e[k] = (1 - v[0]) * v[k] - fact(k) * sum([_scale2(k, j)* v[j] * v[k-j] for j in range(1, k+1)])
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp1029 v_float32x4 _scale2 = v_setall_f32(scale); in normalizeBlockHistogram() local
1032 v_float32x4 t = _scale2 * v_load(hist + i); in normalizeBlockHistogram()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-15939/
H A Dhog.cpp1029 v_float32x4 _scale2 = v_setall_f32(scale); in normalizeBlockHistogram() local
1032 v_float32x4 t = _scale2 * v_load(hist + i); in normalizeBlockHistogram()
/dports/graphics/opencv/opencv-4.5.3/modules/objdetect/src/
H A Dhog.cpp1138 v_float32x4 _scale2 = v_setall_f32(scale); in normalizeBlockHistogram() local
1141 v_float32x4 t = _scale2 * v_load(hist + i); in normalizeBlockHistogram()