Home
last modified time | relevance | path

Searched +refs:eff +refs:fac (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Deffect.c530 return falloff_func(fac, in falloff_func_dist()
540 return falloff_func(fac, in falloff_func_rad()
555 float fac, r_fac; in effector_falloff() local
559 if (eff->pd->zdir == PFIELD_Z_POS && fac < 0.0f) { in effector_falloff()
562 else if (eff->pd->zdir == PFIELD_Z_NEG && fac > 0.0f) { in effector_falloff()
572 falloff *= falloff_func_dist(eff->pd, fabsf(fac)); in effector_falloff()
582 falloff *= falloff_func_dist(eff->pd, fabsf(fac)); in effector_falloff()
918 float fac; in do_physical_effector() local
995 fac = -fac * (1.0f - fac) / efd->distance; in do_physical_effector()
998 fac = ((fac > 2.0f) ? 2.0f : fac); in do_physical_effector()
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIExecute.cpp450 …t>::iterator fac = ai->Getbt()->units_static[def_id].builtByList.begin(); fac != ai->Getbt()->unit… in AddUnitToBuildqueue() local
452 if(ai->Getbt()->units_dynamic[*fac].active > 0) in AddUnitToBuildqueue()
454 temp_buildqueue = GetBuildqueueOfFactory(*fac); in AddUnitToBuildqueue()
924 float eff; in BuildPowerPlant() local
932 eff = 2.2f - ai->Getbrain()->Affordable() / 4.0f; in BuildPowerPlant()
937 eff = 0.5 + 1.0f / (ai->Getbrain()->Affordable() + 0.5f); in BuildPowerPlant()
1497 double eff = 0.2 + 2.5 / (urgency + 1.0); in BuildStationaryDefenceVS() local
1751fac = ai->Getbt()->units_of_category[STATIONARY_CONSTRUCTOR][ai->Getside()-1].begin(); fac != ai->… in BuildFactory() local
1778 building = *fac; in BuildFactory()
2447 float eff = 6.0f / (cost + 0.75f); in CheckMexUpgrade() local
[all …]
H A DAAIBuildTable.cpp211 float max_cost = 0, min_cost = 1000000, eff; in Init() local
306 eff = 5 + 25 * (units_static[i].cost - min_cost)/(max_cost - min_cost); in Init()
310 units_static[i].efficiency[k] = eff; in Init()
311 fixed_eff[i][k] = eff; in Init()
675 float eff; in Init() local
680 eff = 1.5 + 7 * (units_static[i].cost - min_cost)/(max_cost - min_cost); in Init()
685 units_static[i].efficiency[k] = eff; in Init()
689 units_static[i].efficiency[1] = eff; in Init()
2645 …nt>::iterator fac = units_of_category[STATIONARY_CONSTRUCTOR][s].begin(); fac != units_of_category… in SaveBuildTable() local
2647 units_static[*fac].efficiency[5] = -1; in SaveBuildTable()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dex/
H A Da2kbesse.top5 DEX mean plot (main eff plot) <xemf: ~dex\meanplot.men>
7 Contour plot (2 most imp. fac) <xemf: ~dex\contplot.men>
H A D10step.top6 2. DEX mean plot (main eff plot) <xemf: ~dex\meanplot.men>
14 10. Contour plot (2 most imp. fac) <xemf: ~dex\contplot.men>
/dports/math/reduce/Reduce-svn5758-src/packages/scope/
H A Dcodmat.red827 foreach fac in f do
828 if constp fac
831 if atom fac
832 then pvarlst!*(fac,ri,1)
843 << if s eq 'minus and constp(cadr fac) and null cddr fac
859 <<fac:=cons('expt,cons(cadr fac,list list('quotient,1,2)));
863 (integerp(cadr caddr fac) or rationalp(cadr caddr fac))
866 list('expt,cadr fac,cadr caddr fac));
870 (integerp(caddr fac) or (nr:=rationalexponent(fac)))
875 (if pairp(cadr fac) and caadr(fac) eq 'sqrt
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Ddistance.cpp171 double fab = b - a, fac = c - a; in distmin() local
173 if (abs(fab) + abs(fac) < 1e-16) { // const function fA (flat) in distmin()
181 R3 AZ = fab * AC - fac * AB; in distmin()
190 double fag = fab * gab + fac * gac; in distmin()
440 Expression eTh, eff, exx; member in Distance2d_Op
463 : eTh(tth), eff(fff), exx(xxx) { in Distance2d_Op()
589 f[i] = GetAny< double >((*eff)(stack)) - isovalue; in Distance()
682 return Distance< Mesh >(stack, pTh, eff, pxx, dmax); in operator ( )()
687 Expression eTh, eff, exx; member in Distance3d_Op
710 : eTh(tth), eff(fff), exx(xxx) { in Distance3d_Op()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerIT.cpp1022 mp_uint32 fac = fixedmul(65536-vmf, fac1) + fixedmul(vmf, fac2); in getFinalPeriod() local
1024 return (fixedmul(p<<8, fac)>>8) + envVib; in getFinalPeriod()
1267 chnInf->eff[effcnt] < 0x3C) in doTickEffect()
1274 switch (chnInf->eff[effcnt]) { in doTickEffect()
1611 switch (eff) { in doTickEffect()
1925 mp_sint32 eff = chnInf->eff[effcnt]-0x56; in doTickEffect() local
1928 if (eff == 1) in doTickEffect()
1943 switch (eff) in doTickEffect()
2134 switch (chnInf->eff[effcnt]) { in doEffect()
2289 switch (eff) in doEffect()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dplayer.cpp624 effect &eff = get_effect( effect_onfire, bp ); in pause() local
625 if( eff.is_null() ) { in pause()
630 total_left += eff.get_duration(); in pause()
632 … const time_duration dur_removed = on_ground ? eff.get_duration() / 2 + 2_turns : 1_turns; in pause()
633 eff.mod_duration( -dur_removed ); in pause()
1235 faction *fac = g->faction_manager_ptr->get( id ); in add_faction_warning() local
1236 if( fac != nullptr && is_player() && fac->id != faction_id( "no_faction" ) ) { in add_faction_warning()
1237 fac->likes_u -= 1; in add_faction_warning()
1238 fac->respects_u -= 1; in add_faction_warning()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dplayer.cpp624 effect &eff = get_effect( effect_onfire, bp ); in pause() local
625 if( eff.is_null() ) { in pause()
630 total_left += eff.get_duration(); in pause()
632 … const time_duration dur_removed = on_ground ? eff.get_duration() / 2 + 2_turns : 1_turns; in pause()
633 eff.mod_duration( -dur_removed ); in pause()
1235 faction *fac = g->faction_manager_ptr->get( id ); in add_faction_warning() local
1236 if( fac != nullptr && is_player() && fac->id != faction_id( "no_faction" ) ) { in add_faction_warning()
1237 fac->likes_u -= 1; in add_faction_warning()
1238 fac->respects_u -= 1; in add_faction_warning()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_legacy.c188 nbd->fac = 1.0f; in ntree_version_241()
406 static void do_version_free_effect_245(Effect *eff) in do_version_free_effect_245() argument
410 if (eff->type == EFF_PARTICLE) { in do_version_free_effect_245()
411 paf = (PartEff *)eff; in do_version_free_effect_245()
416 MEM_freeN(eff); in do_version_free_effect_245()
421 Effect *eff; in do_version_free_effects_245() local
423 while ((eff = BLI_pophead(lb))) { in do_version_free_effects_245()
424 do_version_free_effect_245(eff); in do_version_free_effects_245()
2314 float fac = paf->lifetime / 100.0f; in blo_do_versions_pre250() local
2320 part->normfac *= fac; in blo_do_versions_pre250()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DSurveyAjax.java821 String eff = request.getParameter("eff");
824 …ist<CheckStatus> checkCldrResult = (List<CheckStatus>) uf.hash.get(SurveyMain.CHECKCLDR_RES + eff);
1608 STFactory fac = sm.getSTFactory();
1681 STFactory fac = sm.getSTFactory();
1765 CLDRFile cldrFile = fac.make(loc, true, true);
2209 STFactory fac = sm.getSTFactory();
3329 STFactory fac = sm.getSTFactory();
3330 CLDRFile englishFile = fac.make("en", true);
3331 CLDRFile nativeFile = fac.make(l, true);
3371 STFactory fac = sm.getSTFactory();
[all …]
/dports/math/giacxcas/giac-1.6.0/src/
H A Dmoyal.cc1341 res = ((j-1)*fac*res)/j + term; in FCS()
1350 sum=(ofs+j-2)/j*fac*sum+term; in FSS()
1358 sum=(ofs+j)/j*fac*sum+term; in FSS2()
3126 ++eff[*it-m]; in effectif()
3245 vector<int> eff(k); in _chisquaret() local
3247 somme(eff,effX[j],eff); in _chisquaret()
3249 double N=somme(eff); in _chisquaret()
3291 vector<int> eff(J+1); in _chisquaret() local
3298 ++eff[X[i]]; in _chisquaret()
3302 res += (eff[j]-tmp)*(eff[j]-tmp)/tmp; in _chisquaret()
[all …]
/dports/security/nmap/nmap-7.91/nselib/data/
H A Dtargets-ipv6-wordlist215 1eff
856 7eff
2419 eff
2560 fac
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/dataload/
H A Ddataload.sav156 BOXSOLAR.DAT 2**4 Solar collector eff <xcf: ~dataload\BOXSOLAR.DP>
159 BOXREACT.DAT 2**5 Chem. reactor eff <xcf: ~dataload\BOXREACT.DP>
248 BOXSPRAY.DAT Age eff on spray dispersion <xcf: ~dataload\BOXSPRAY.DP>
293 BOXYIELD.DAT Time/temp eff on Yield <xcf: ~dataload\BOXYIELD.DP>
294 BOXYIEL2.DAT Time/temp eff on Yield <xcf: ~dataload\BOXYIEL2.DP>
540 1-factor data <~dataload\1fac.top>
541 2-factor data <~dataload\2fac.top>
542 3-factor data <~dataload\3fac.top>
606 ----- <~dataload\2fac.top> Load 2-Factor Data
614 ----- <~dataload\3fac.top> Load 3-Factor Data
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d3849 eff: 0f1e.*
7945 1eff: 0e1a.*
12041 2eff: 0e01.*
16137 3eff: 0e11.*
20233 4eff: 6fe2.*
24329 5eff: 0e16.*
28425 6eff: 0f17.*
32521 7eff: 0d0d.*
33149 8173: 0eff.*
36617 8eff: 0f10.*
[all …]
/dports/textproc/py-langdetect/langdetect-1.0.7/langdetect/profiles/
H A Dfr1fac":6862,"ext":9480,"ez ":9334,"exp":11699,"exi":10548,"eta":8136,"ete":7713,"eti":12647,"esp":33…

12345678910