Home
last modified time | relevance | path

Searched defs:xdist (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/science/py-GPy/GPy-1.10.0/GPy/kern/src/
H A DODE_st.py76 kyy = lambda tdist,xdist: np.exp(-lyt*(tdist) -lyx*(xdist)) argument
80 k2 = lambda xdist: ( 4*lyx**2 * (xdist) - 2*lyx ) argument
82 k3 = lambda xdist: ( 3*4*lyx**2 - 6*8*xdist*lyx**3 + 16*xdist**2*lyx**4 ) argument
179 kyy = lambda tdist,xdist: np.exp(-lyt*(tdist) -lyx*(xdist)) argument
187 k2 = lambda xdist: ( 4*lyx**2 * (xdist) - 2*lyx ) argument
189 k3 = lambda xdist: ( 3*4*lyx**2 - 6*8*xdist*lyx**3 + 16*xdist**2*lyx**4 ) argument
193 dkyydlyx = lambda tdist,xdist: kyy(tdist,xdist)*(-xdist) argument
194 dkyydlyt = lambda tdist,xdist: kyy(tdist,xdist)*(-tdist) argument
197 dk2dlyx = lambda xdist: (4.*2.*lyx*xdist -2.) argument
198 dk3dlyx = lambda xdist: (6.*4.*lyx - 18.*8*xdist*lyx**2 + 4*16*xdist**2*lyx**3) argument
/dports/devel/py-pytest-pep8/pytest-pep8-1.0.6/
H A Dtox.ini13 basepython=python
14 deps={[testenv]deps}
16 commands=
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/
H A Dtox.ini13 basepython=python2.7
14 deps=
17 commands=
/dports/devel/py-pytest-cache/pytest-cache-1.0/
H A Dtox.ini10 deps={[testenv]deps}
12 commands =
/dports/devel/py-py/py-1.9.0/
H A Dtox.ini16 basepython=python2.7
17 deps=
20 commands=
/dports/devel/py-pytest-flake8/pytest-flake8-1.0.7/
H A Dtox.ini14 deps={[testenv]deps}
16 commands=
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DSlider_gump.cc83 static int xdist = xmax - xmin; in set_val() local
198 static int xdist = xmax - xmin; in mouse_down() local
252 static int xdist = xmax - xmin; in mouse_drag() local
/dports/games/openclonk/openclonk-release-8.1-src/planet/Defense.ocf/Windmill.ocs/System.ocg/
H A DGetBoardingPoint.c42 var xdist = target->GetX() - GetX(); in GetBoardingPoint() local
/dports/math/octave-forge-image/image-2.12.0/src/
H A Dbwdist.cc430 std::vector<short>& xdist, std::vector<short>& ydist) in calc_distances()
442 T calc_index (const boolNDArray& bw, const std::vector<short>& xdist, in calc_index()
529 std::vector<short> xdist (numel, 0); variable
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/
H A Dtox.ini62 deps = {[testenv:py27-xdist]deps}
63 commands =
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/
H A Dtox.ini56 deps = {[testenv:py27-xdist]deps}
57 commands = {[testenv:py27-xdist]commands}
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/
H A Dtox.ini56 deps = {[testenv:py27-xdist]deps}
57 commands = {[testenv:py27-xdist]commands}
/dports/games/fillets-ng/fillets-ng-data-1.0.1/script/share/
H A Dprog_compatible.lua64 function xdist(one, second) function
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/
H A Dtox.ini50 deps={[testenv:py27-xdist]deps}
51 commands=
/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbVec2d.cpp137 double xdist = this->vec[0] - v[0]; in equals() local
H A DSbVec2f.cpp141 float xdist = this->vec[0] - v[0]; in equals() local
H A DSbVec4d.cpp137 double xdist = this->vec[0] - v[0]; in equals() local
/dports/math/R-cran-raster/raster/R/
H A DgridDistance2.R12 xdist <- rs[1] functionVar
/dports/graphics/freetype-gl/freetype-gl-647b062/
H A Ddistance-field.c16 short * xdist = (short *) malloc( width * height * sizeof(short) ); in make_distance_mapd() local

123456789