Home
last modified time | relevance | path

Searched refs:maxdot (Results 1 – 25 of 38) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Drcb.cpp42 ndot = maxdot = 0; in RCB()
129 if (ndot > maxdot) { in compute()
130 maxdot = ndot; in compute()
170 counters[4] = maxdot; in compute()
533 while (maxdot < ndotnew) maxdot += DELTA; in compute()
541 if (maxdot > counters[4]) counters[4] = maxdot; in compute()
666 if (ndot > maxdot) { in compute_old()
667 maxdot = ndot; in compute_old()
707 counters[4] = maxdot; in compute_old()
1025 while (maxdot < ndotnew) maxdot += DELTA; in compute_old()
[all …]
H A Drcb.h95 int maxdot; // allocated size of dots variable
/dports/security/portsentry/portsentry_beta/
H A Dportsentry_util.c58 int count = 0, maxdot = 0, maxoctet = 0; in CleanIpAddr() local
82 if (++maxdot > 3) in CleanIpAddr()
/dports/science/sparta/sparta-20Oct2021/src/
H A Drcb.cpp54 ndot = maxdot = 0; in RCB()
137 if (ndot > maxdot) { in compute()
138 maxdot = ndot; in compute()
189 counters[4] = maxdot; in compute()
268 maxlist = maxdot; in compute()
501 if (ndotnew > maxdot) { in compute()
502 while (maxdot < ndotnew) maxdot += DELTA; in compute()
503 dots = (Dot *) memory->srealloc(dots,maxdot*sizeof(Dot),"RCB::dots"); in compute()
510 if (maxdot > counters[4]) counters[4] = maxdot; in compute()
H A Drcb.h94 int maxdot; // allocated size of dots variable
/dports/games/quake2-relay/relay-0.4/common/
H A Dblock.c536 float dot, maxdot; in WriteDir() local
538 maxdot = -999999.0; in WriteDir()
547 if (dot > maxdot) in WriteDir()
549 maxdot = dot; in WriteDir()
/dports/math/fcl/fcl-0.7.0/include/fcl/narrowphase/detail/convexity_based_algorithm/
H A Dminkowski_diff-inl.h185 S maxdot = - std::numeric_limits<S>::max();
190 if(dot > maxdot)
193 maxdot = dot;
/dports/graphics/darktable38/darktable-3.8.0/src/chart/
H A Dthinplate.c226 double maxdot = 0.0; in thinplate_match() local
277 if(dot > maxdot) in thinplate_match()
280 maxdot = dot; in thinplate_match()
355 if(minerr < 1. / maxdot) in thinplate_match()
373 double err = 1. / maxdot; in thinplate_match()
/dports/graphics/darktable/darktable-3.6.1/src/chart/
H A Dthinplate.c226 double maxdot = 0.0; in thinplate_match() local
277 if(dot > maxdot) in thinplate_match()
280 maxdot = dot; in thinplate_match()
355 if(minerr < 1. / maxdot) in thinplate_match()
373 double err = 1. / maxdot; in thinplate_match()
/dports/math/fcl05/fcl-0.5.0/src/narrowphase/
H A Dgjk_libccd.cpp714 ccd_real_t maxdot, dot; in supportConvex() local
722 maxdot = -CCD_REAL_MAX; in supportConvex()
729 if(dot > maxdot) in supportConvex()
732 maxdot = dot; in supportConvex()
745 ccd_real_t maxdot, dot; in supportTriangle() local
751 maxdot = -CCD_REAL_MAX; in supportTriangle()
757 if(dot > maxdot) in supportTriangle()
760 maxdot = dot; in supportTriangle()
H A Dgjk.cpp157 FCL_REAL maxdot = - std::numeric_limits<FCL_REAL>::max(); in getSupport() local
163 if(dot > maxdot) in getSupport()
166 maxdot = dot; in getSupport()
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_libccd.cpp244 ccd_real_t maxdot, dot; in ccdSupportConvex() local
251 maxdot = -CCD_REAL_MAX; in ccdSupportConvex()
256 if (dot > maxdot){ in ccdSupportConvex()
258 maxdot = dot; in ccdSupportConvex()
/dports/games/gtkradiant/GPL/Q2Tools/qdata/
H A Dmodels.c932 float maxdot; in GrabFrame() local
943 maxdot = -999999.0; in GrabFrame()
951 if (dot > maxdot) in GrabFrame()
953 maxdot = dot; in GrabFrame()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata/
H A Dmodels.c948 float maxdot; in GrabFrame() local
960 maxdot = -999999.0; in GrabFrame()
968 if ( dot > maxdot ) { in GrabFrame()
969 maxdot = dot; in GrabFrame()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qdata/
H A Dmodels.c932 float maxdot; in GrabFrame() local
943 maxdot = -999999.0; in GrabFrame()
951 if (dot > maxdot) in GrabFrame()
953 maxdot = dot; in GrabFrame()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata/
H A Dmodels.c932 float maxdot; in GrabFrame() local
943 maxdot = -999999.0; in GrabFrame()
951 if (dot > maxdot) in GrabFrame()
953 maxdot = dot; in GrabFrame()
/dports/games/ufoai/ufoai-2.5-source/src/tools/blender/
H A Dmd2_export.py890 maxdot = -999999.0;
902 if (dot > maxdot):
903 maxdot = dot;
908 del maxdot, maxdotindex
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfmodelgen/source/
H A Dmodelgen.c789 float maxdot; in GrabFrame() local
810 maxdot = -999999.0; in GrabFrame()
817 if (dot > maxdot) { in GrabFrame()
818 maxdot = dot; in GrabFrame()
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/
H A Dfmodels.c744 float maxdot; in OptimizeVertices() local
755 maxdot = -999999.0; in OptimizeVertices()
763 if (dot > maxdot) in OptimizeVertices()
765 maxdot = dot; in OptimizeVertices()
2585 float maxdot; in GrabFrame() local
2596 maxdot = -999999.0; in GrabFrame()
2604 if (dot > maxdot) in GrabFrame()
2606 maxdot = dot; in GrabFrame()
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/
H A Dfmodels.c722 float maxdot; in OptimizeVertices() local
734 maxdot = -999999.0; in OptimizeVertices()
742 if ( dot > maxdot ) { in OptimizeVertices()
743 maxdot = dot; in OptimizeVertices()
2517 float maxdot; in GrabFrame() local
2529 maxdot = -999999.0; in GrabFrame()
2537 if ( dot > maxdot ) { in GrabFrame()
2538 maxdot = dot; in GrabFrame()
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/www/cgi/
H A Dl251 set conf(maxdot) 12
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/www/cgi/
H A Dl251 set conf(maxdot) 12
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/www/cgi/
H A Dl251 set conf(maxdot) 12
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/www/cgi/
H A Dl251 set conf(maxdot) 12
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/www/cgi/
H A Dl251 set conf(maxdot) 12

12