Home
last modified time | relevance | path

Searched refs:mind (Results 151 – 175 of 18812) sorted by relevance

12345678910>>...753

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_sdf/
H A Dfilter_sdf.cpp119 float mind = +numeric_limits<float>::max(); in applyFilter() local
124 mind = (hasInt && (t<mind)) ? t : mind; in applyFilter()
131 H.SetRange( mind,maxd, 100); in applyFilter()
H A Dfilter_sdf+.cpp129 float mind = +numeric_limits<float>::max(); in applyFilter() local
134 mind = (hasInt && (t<mind)) ? t : mind; in applyFilter()
147 H.SetRange( mind, maxd, 100); in applyFilter()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Ddevin-morning-city.glsl384 float mind = 100.0;
466 …if (pxy.x<mind){mind = pxy.x; pol = pxy; k=1;maxPos = vec2(abs(vert1.x-vert2.x),abs(vert1.y-vert2.…
469 … if (pyz.x<mind){mind = pyz.x; pol = pyz; k=2;maxPos = vec2(abs(vert1.y-vert2.y),zz-prevZZ);}
472 … if (pxz.x<mind){mind = pxz.x; pol = pxz; k=3;maxPos = vec2(abs(vert1.x-vert2.x),zz-prevZZ);}
477 if ((mind<100.0)&&(k==1)){
479 if (mind>3.0){color*=sqrt(3.0/mind);}
483 if ((mind<100.0)&&(k==2)){
485 if (mind>3.0){color*=sqrt(3.0/mind);}
489 if ((mind<100.0)&&(k==3)){
491 if (mind>3.0){color*=sqrt(3.0/mind);}
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_snap.c121 if (dist < mind) {
122 mind = dist;
214 mind = dist;
370 mind = HUGE_VAL;
404 if (dist < mind) {
418 mind = dist;
666 if (dist < mind) {
667 mind = dist;
716 mind = dist;
909 if (dist < mind) {
[all …]
H A Dw_intersect.c173 if (dd < mind) {
174 mind = dd;
277 if (dd < mind) {
278 mind = dd;
547 mind = dist;
720 mind = dist;
791 double mind; local
925 mind = dist;
941 mind = dist;
1121 double mind; in intersect_polyline_polyline_handler() local
[all …]
/dports/lang/spl/spl-1.2.1/examples/
H A Dguess.spl6 Romeo, with an open mind.
57 Speak your mind.
62 Open your mind.
66 Speak your mind.
70 Speak your mind.
105 Speak your mind.
107 Speak your mind.
/dports/devel/R-cran-randomForest/randomForest/src/
H A Drfsub.f24 1 nodeclass, ndbigtree, win, wr, wl, mred, nuse, mind) argument
48 1 iv(mred), nodeclass(nrnodes), mind(mred) local
85 1 best,ncase, jstat,mtry,win,wr,wl,mred,mind)
201 3 mred, mind) argument
207 integer mind(mred), ncmax, ncsplit,nhit, ntie local
223 mind(k) = k
230 mvar = mind(j)
231 mind(j) = mind(nn)
232 mind(nn) = mvar
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/howto/
H A Dpb-clients.rst24 we have shown so far, we ignored the ``mind`` argument and created
86 def requestAvatar(self, avatarId, mind, *interfaces):
139 def requestAvatar(self, avatarId, mind, *interfaces):
183 def requestAvatar(self, avatarId, mind, *interfaces):
226 def requestAvatar(self, avatarId, mind, *interfaces):
246 So far, all our realms have ignored the ``mind`` argument.
247 In the case of PB, the ``mind`` is an object supplied by
257 of the ``mind`` argument:
284 def requestAvatar(self, avatarId, mind, *interfaces):
286 p = SimpleAvatar(mind)
/dports/comms/wsjtz/wsjtx/lib/
H A Dcode426.f9051 call dist426(ic,j,mind)
52 if(mind.gt.npk) then
53 npk=mind
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/cred/
H A Dportal.py23 def requestAvatar(avatarId, mind, *interfaces): argument
78 def login(self, credentials, mind, *interfaces): argument
116 ).addCallback(self.realm.requestAvatar, mind, *interfaces
/dports/math/parmetis/parmetis-4.0.3/libparmetis/
H A Dwave.c23 idx_t npasses, first, second, third, mind, maxd; in WavefrontDiffusion() local
81 for (mind=0; mind<nparts; mind++) { in WavefrontDiffusion()
82 if (psize[mind] > 0) in WavefrontDiffusion()
91 where[k] = mind; in WavefrontDiffusion()
92 psize[mind]++; in WavefrontDiffusion()
/dports/math/flint2/flint-2.8.4/fmpz/
H A Dmulti_CRT_precompute.c213 const fmpz * mind; in fmpz_multi_CRT_precompute() local
216 mind = v + j; in fmpz_multi_CRT_precompute()
219 if (fmpz_cmp(v + s, mind) < 0) in fmpz_multi_CRT_precompute()
221 mind = v + s; in fmpz_multi_CRT_precompute()
229 mind = v + j + 1; in fmpz_multi_CRT_precompute()
232 if (fmpz_cmp(v + s, mind) < 0) in fmpz_multi_CRT_precompute()
234 mind = v + s; in fmpz_multi_CRT_precompute()
/dports/math/libmesh/libmesh-1.6.2/contrib/parmetis/libparmetis/
H A Dwave.c23 idx_t npasses, first, second, third, mind, maxd; in WavefrontDiffusion() local
81 for (mind=0; mind<nparts; mind++) { in WavefrontDiffusion()
82 if (psize[mind] > 0) in WavefrontDiffusion()
91 where[k] = mind; in WavefrontDiffusion()
92 psize[mind]++; in WavefrontDiffusion()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/cred/
H A Dportal.py25 def requestAvatar(avatarId, mind, *interfaces): argument
81 def login(self, credentials, mind, *interfaces): argument
120 ).addCallback(self.realm.requestAvatar, mind, *interfaces)
/dports/devel/p5-Devel-Symdump/Devel-Symdump-2.18/
H A DChanges78 2012-05-20 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
86 2009-03-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
93 2007-10-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
99 2007-01-05 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
108 2006-10-08 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
114 2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
120 2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
127 2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
133 2006-01-18 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
139 2006-01-02 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/test/
H A Dmorph.c75 float mind, ival, kval; in morph() local
82 mind = AIR_POS_INF; in morph()
88 mind = AIR_MIN(mind, ival - scl*kval); in morph()
92 out[xx + sx*(yy + sy*zz)] = mind; in morph()
/dports/net-mgmt/observium/observium/mibs/trango/
H A DTRANGOP5830S-MU-MIB317 Keep in mind that channel width is 20MHz, and the frequency
329 Keep in mind that channel width is 20MHz, and the frequency
341 Keep in mind that channel width is 20MHz, and the frequency
353 Keep in mind that channel width is 20MHz, and the frequency
365 Keep in mind that channel width is 20MHz, and the frequency
377 Keep in mind that channel width is 20MHz, and the frequency
389 Keep in mind that channel width is 20MHz, and the frequency
401 Keep in mind that channel width is 20MHz, and the frequency
413 Keep in mind that channel width is 20MHz, and the frequency
425 Keep in mind that channel width is 20MHz, and the frequency
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/app/src/qt/dialogs/
H A Dfts_dialog_presenter.cpp25 FtsDialogPresenter::FtsDialogPresenter(FtsDialog* view, Mind* mind, OrlojPresenter* orloj) in FtsDialogPresenter() argument
27 mind{mind},
98 vector<Note*>* result = mind->findNoteFts(pattern, searchMode, scope); in doFts()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/
H A Dai_aa_bow.cpp25 AiAaBoW::AiAaBoW(Memory& memory, Mind& mind) in AiAaBoW() argument
26 : mind(mind), in AiAaBoW()
64 mind.incActiveProcesses(); in dream()
80 mind.persistMindState(Configuration::MindState::THINKING); in dream()
129 mind.persistMindState(Configuration::MindState::THINKING); in learnMemorySync()
130 mind.decActiveProcesses(); in learnMemorySync()
159 mind.incActiveProcesses(); in getAssociatedNotes()
494 mind.decActiveProcesses(); in calculateLeaderboardSync()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/autolinking/
H A Dcmark_aho_corasick_block_autolinking_preprocessor.cpp122 void injectThingsLinks(cmark_node* srcNode, Mind& mind) in injectThingsLinks() argument
169 if(mind.autolinkFindLongestPrefixWord(txt, pre)) { in injectThingsLinks()
271 …rkAhoCorasickBlockAutolinkingPreprocessor::CmarkAhoCorasickBlockAutolinkingPreprocessor(Mind& mind) in CmarkAhoCorasickBlockAutolinkingPreprocessor() argument
272 : AutolinkingPreprocessor{mind} in CmarkAhoCorasickBlockAutolinkingPreprocessor()
325 injectThingsLinks(node, mind); in process()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/utils/
H A Dtest_roots_mod.c59 unsigned long minp = 3, maxp=10000, mina=0, maxa=100, mind=1, maxd=10; in main() local
77 mind = strtoul (argv[5], NULL, 10); in main()
82 minp, maxp, mina, maxa, mind, maxd); in main()
102 for (d = mind; d <= maxd; d++) { in main()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-data/src/main/java/de/lmu/ifi/dbs/elki/data/projection/
H A DFeatureSelection.java82 int mind = 0; in FeatureSelection() local
84 mind = Math.max(mind, dim + 1); in FeatureSelection()
86 this.mindim = mind; in FeatureSelection()
/dports/deskutils/mindforger/mindforger-1.52.0/app/src/qt/
H A Dorloj_presenter.cpp29 Mind* mind) in OrlojPresenter() argument
36 this->mind = mind;
48 …this->navigatorPresenter = new NavigatorPresenter(view->getNavigator(), this, mind->getKnowledgeGr…
195 mind->getAllNotes(allNotes, true, true); in showFacetDashboard()
197 mind->getTagsCardinality(allTags); in showFacetDashboard()
200 mind->getOutlines(), in showFacetDashboard()
203 mind->remind().getOutlineMarkdownsSize(), in showFacetDashboard()
204 mind->getStatistics() in showFacetDashboard()
268 showFacetOutlineList(mind->getOutlines()); in slotShowOutlines()
360 mind->getTagsCardinality(tags); in showFacetTagCloud()
[all …]
/dports/games/pcgen/pcgen/data/pathfinder/paizo/campaign_setting/city_of_strangers/
H A Dcos_abilities_race.lst9mind. The caulborn can carefully reach into the target's mind and remove one memory, as per the el…
11 …e Trait.SpecialQuality.Extraordinary DESC:Caulborn possess a partial hive mind that allows them to…
15 …as if it possessed the blindsight ability. Spells such as nondetection or mind blank make an affec…
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/
H A Dnearest-time.cpp65 Coord t = -1, mind = infinity(); in nearest_time() local
68 if (droot < mind) { in nearest_time()
69 mind = droot; in nearest_time()
78 if (dinitial < mind) { in nearest_time()
79 mind = dinitial; in nearest_time()
82 if (dfinal < mind) { in nearest_time()

12345678910>>...753