Home
last modified time | relevance | path

Searched refs:tweight (Results 1 – 25 of 115) sorted by relevance

12345

/dports/math/chaco/Chaco-2.2/code/misc/
H A Dmake_subgoal.c19 double tweight; /* total weight among all subgoals */ local
27 tweight = 0;
30 tweight += goal[i];
45 tweight = 0;
49 tweight += subgoal[i++];
54 ratio = sub_vwgt_sum / tweight;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_vertex_program/
H A Ddataflow-bug.shader_test16 TEMP tweight;
18 MOV tweight, vertex.texcoord[0];
19 MUL tx, tweight.x, program.local[0];
20 MUL ty, tweight.x, program.local[1];
23 MAD tx, tweight.y, program.local[2], tx;
25 MAD ty, tweight.y, t, ty;
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Dsetpwates.c84 tileptr->tweight = -2.0 ; in setpwates()
92 tileptr->tweight = 0.0 ; in setpwates()
116 if( tileptr->tweight > pinsPerLenG ) { in setpwates()
117 tileptr->tweight /= pinsPerLenG ; in setpwates()
119 tileptr->tweight = 1.0 ; in setpwates()
H A Dwatesides.c117 tileptr->tweight = -1.0 ; in watesides()
122 tileptr->tweight = pSideArray[side].pincount + 1 ; in watesides()
123 if( tileptr->tweight == 0.0 ){ in watesides()
124 tileptr->tweight = 1.0 ; in watesides()
127 tileptr->tweight = pSideArray[side].pincount / in watesides()
H A Dmergecell.c201 tile->tweight = ctileptr->tweight ;
H A Duinst.c149 newtile->tw = tptr->tweight ; in uinst()
188 newtile->tw = tptr->tweight ; in uinst()
/dports/math/eprover/eprover-E-2.0/ORDERINGS/
H A Dcto_kbo.c204 long sweight, tweight; in kbogtrnew() local
227 tweight = gettermweight(ocb, t, deref_t); in kbogtrnew()
229 if(sweight > tweight) { in kbogtrnew()
236 if(sweight < tweight) { in kbogtrnew()
240 assert(sweight == tweight); in kbogtrnew()
320 long sweight, tweight; in KBOCompare() local
333 tweight = gettermweight(ocb, t, deref_t); in KBOCompare()
335 if (sweight > tweight) in KBOCompare()
351 if (sweight < tweight) in KBOCompare()
367 assert(sweight == tweight); in KBOCompare()
/dports/x11/runner/runner-1.1/src/aguix/
H A Dascaler.cc109 int tweight; in scaleElements() local
186 tweight = 0; in scaleElements()
194 tweight += weights[i]; in scaleElements()
223 v /= tweight; in scaleElements()
246 tweight -= weights[i]; in scaleElements()
279 tweight = 0; in scaleElements()
287 tweight += weights[i]; in scaleElements()
316 v /= tweight; in scaleElements()
331 tweight -= weights[i]; in scaleElements()
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dascaler.cc109 int tweight; in scaleElements() local
186 tweight = 0; in scaleElements()
194 tweight += weights[i]; in scaleElements()
223 v /= tweight; in scaleElements()
246 tweight -= weights[i]; in scaleElements()
279 tweight = 0; in scaleElements()
287 tweight += weights[i]; in scaleElements()
316 v /= tweight; in scaleElements()
331 tweight -= weights[i]; in scaleElements()
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Ddust15 my $tweight = 0;
32 $total / $tweight;
42 $tweight = 0;
46 $tweight += $weight[$_];
/dports/science/plumed/plumed2-2.7.2/src/analysis/
H A DLandmarkStaged.cpp113 double tweight=0; in selectLandmarks() local
115 if( poly_assign[i]==jpoly ) tweight += getWeight( i ); in selectLandmarks()
117 double rand_poly = tweight*random.RandU01(); in selectLandmarks()
/dports/lang/nickle/nickle-2.90/examples/
H A Dmenace2.5c50 int tweight;
123 t.tweight = 0;
128 t.tweight += initial_weight;
180 int r = PRNG::randint(t->tweight) + 1;
195 t->tweight += 3;
203 --t->tweight;
/dports/science/afni/afni-AFNI_21.3.16/src/avovk/
H A Dcluster_doubleNOMASK.c654 double tweight = 0; in euclid() local
673 result /= tweight; in euclid()
727 double tweight = 0; in cityblock() local
734 tweight += weight[i]; in cityblock()
748 result /= tweight; in cityblock()
808 double tweight = 0.; in correlation() local
821 tweight += w; in correlation()
837 tweight += w; in correlation()
906 double tweight = 0.; in acorrelation() local
919 tweight += w; in acorrelation()
[all …]
H A Dcluster_floatNOMASK.c655 float tweight = 0; in euclid() local
674 result /= tweight; in euclid()
728 float tweight = 0; in cityblock() local
735 tweight += weight[i]; in cityblock()
749 result /= tweight; in cityblock()
809 float tweight = 0.; in correlation() local
822 tweight += w; in correlation()
838 tweight += w; in correlation()
907 float tweight = 0.; in acorrelation() local
920 tweight += w; in acorrelation()
[all …]
H A Dcluster.c654 double tweight = 0; in euclid() local
661 tweight += weight[i]; in euclid()
675 result /= tweight; in euclid()
730 double tweight = 0; in cityblock() local
751 result /= tweight; in cityblock()
811 double tweight = 0.; in correlation() local
824 tweight += w; in correlation()
840 tweight += w; in correlation()
910 double tweight = 0.; in acorrelation() local
923 tweight += w; in acorrelation()
[all …]
/dports/biology/hhsuite/hh-suite-3.3.0/scripts/hhpred/lib/
H A Dmodeller.pm1014 my $tweight = $templateWeight{$hit};
1015 …eriori, $sim, $dtemplate, $rsrType, $atom1,$atom2, $mdnCACA, $mdnNO, $mdnSCMC, $mdnSCSC, $tweight);
1062 my $tweight = $templateWeight{$hit};
1063 …riori, $sim, $dtemplate, $rsrType, $atom1,$atom2, $mdnCACA, $mdnNO, $mdnSCMC, $mdnSCSC, $tweight);
1111 my $tweight = $templateWeight{$hit};
1112 …i, $sim, $dtemplate, $rsrType,$atom1,$atom2, $mdnCACA, $mdnNO, $mdnSCMC, $mdnSCSC, $tweight);
1164 my $tweight = $templateWeight{$hit};
1165 …riori, $sim, $dtemplate, $rsrType,$atom1,$atom2, $mdnCACA, $mdnNO, $mdnSCMC, $mdnSCSC, $tweight);
1437 my $tweight = shift;
1466 …%8.4f %8.4f %8.4f %8.4f %8.4f",$rsrType,$atom1,$atom2,$p1,$mu1,$sigma1,$p2,$mu2,$sigma2, $tweight);
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/CVT/
H A Dcomputer.hpp231 const double tweight = triangle_weights_ == NULL ? in triangle_compute() local
234 const double area = 0.5*base_len*height_len*tweight ; in triangle_compute()
319 const double tweight = triangle_weights_ == NULL ? in edge_compute() local
322 edge_len *= tweight ; in edge_compute()
/dports/devel/p5-Algorithm-Cluster/Algorithm-Cluster-1.59/src/
H A Dcluster.c1004 double tweight = 0; in euclid() local
1026 result /= tweight; in euclid()
1085 double tweight = 0; in cityblock() local
1107 result /= tweight; in cityblock()
1171 double tweight = 0.; in correlation() local
1185 tweight += w; in correlation()
1201 tweight += w; in correlation()
1206 result -= sum1 * sum2 / tweight; in correlation()
1275 double tweight = 0.; in acorrelation() local
1289 tweight += w; in acorrelation()
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/Cluster/
H A Dcluster.c1190 double tweight = 0; in euclid() local
1212 result /= tweight; in euclid()
1271 double tweight = 0; in cityblock() local
1293 result /= tweight; in cityblock()
1357 double tweight = 0.; in correlation() local
1371 tweight += w; in correlation()
1387 tweight += w; in correlation()
1392 result -= sum1 * sum2 / tweight; in correlation()
1461 double tweight = 0.; in acorrelation() local
1475 tweight += w; in acorrelation()
[all …]
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dsmd.h189 float pweight = 0, tweight = 0; in readtriangles() local
196 tweight += weight; in readtriangles()
200 if(tweight < 1) pweight += 1 - tweight; in readtriangles()
/dports/games/tesseract-data/tesseract/src/engine/
H A Dsmd.h189 float pweight = 0, tweight = 0; in readtriangles() local
196 tweight += weight; in readtriangles()
200 if(tweight < 1) pweight += 1 - tweight; in readtriangles()
/dports/games/tesseract/tesseract/src/engine/
H A Dsmd.h189 float pweight = 0, tweight = 0; in readtriangles() local
196 tweight += weight; in readtriangles()
200 if(tweight < 1) pweight += 1 - tweight; in readtriangles()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dsmd.h188 float pweight = 0, tweight = 0; in readtriangles() local
195 tweight += weight; in readtriangles()
199 if(tweight < 1) pweight += 1 - tweight; in readtriangles()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Ddihedral_charmm_intel.cpp363 const flt_t tweight = fc.weight[type]; local
373 const flt_t fpair = tweight * (forcelj+forcecoul)*r2inv;
395 ecoul = tweight * forcecoul;
396 evdwl = tweight * r6inv * (fc.ljp[itype][jtype].lj3*r6inv -
594 const SIMD_flt_t tweight = SIMD_gather(nmask, weight, type); local
802 const SIMD_flt_t fpair = tweight * (forcelj + forcecoul) * r2inv;
823 const SIMD_flt_t ecoul = tweight * forcecoul;
826 SIMD_flt_t evdwl = tweight * r6inv * (lj3 * r6inv - lj4);
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dsmd.h188 float pweight = 0, tweight = 0; in readtriangles() local
195 tweight += weight; in readtriangles()
199 if(tweight < 1) pweight += 1 - tweight; in readtriangles()

12345