Home
last modified time | relevance | path

Searched refs:mins1 (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/freefem++/FreeFem-sources-4.6/src/medit/
H A Dhash.c143 mins1 = min(pt1->v[i1], pt1->v[i2]); in hashTetra()
144 mins1 = min(mins1, pt1->v[i3]); in hashTetra()
145 if (mins1 == mins) { in hashTetra()
177 int imin, mins, mins1, opps, opps1; in hashHexa() local
272 mins1 = ph1->v[ch[ii][0]]; in hashHexa()
276 if (ph1->v[ch[ii][v]] < mins1) { in hashHexa()
277 mins1 = ph1->v[ch[ii][v]]; in hashHexa()
286 if (mins1 == mins && opps1 == opps) { in hashHexa()
311 int k, kk, l, ll, mins, maxs, mins1, maxs1, hsize; in hashTria() local
393 mins1 = min(pt1->v[i1], pt1->v[i2]); in hashTria()
[all …]
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dhash.c110 mins1 = min(pt1->v[i1],pt1->v[i2]); in hashTetra()
111 mins1 = min(mins1,pt1->v[i3]); in hashTetra()
112 if ( mins1 == mins ) { in hashTetra()
144 int imin,mins,mins1,opps,opps1; in hashHexa() local
238 mins1 = ph1->v[ch[ii][0]]; in hashHexa()
241 if ( ph1->v[ch[ii][v]] < mins1 ) { in hashHexa()
242 mins1 = ph1->v[ch[ii][v]]; in hashHexa()
249 if ( mins1 == mins && opps1 == opps ) { in hashHexa()
274 int k,kk,l,ll,mins,maxs,mins1,maxs1,hsize; in hashTria() local
352 mins1 = min(pt1->v[i1],pt1->v[i2]); in hashTria()
[all …]
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DNPC_goal.cpp115 qboolean G_BoundsOverlap(const vec3_t mins1, const vec3_t maxs1, const vec3_t mins2, const vec3_t m… in G_BoundsOverlap() argument
117 if(mins1[0]>maxs2[0]) in G_BoundsOverlap()
120 if(mins1[1]>maxs2[1]) in G_BoundsOverlap()
123 if(mins1[2]>maxs2[2]) in G_BoundsOverlap()
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A DNPC_goal.cpp117 qboolean G_BoundsOverlap(const vec3_t mins1, const vec3_t maxs1, const vec3_t mins2, const vec3_t m… in G_BoundsOverlap() argument
119 if(mins1[0]>maxs2[0]) in G_BoundsOverlap()
122 if(mins1[1]>maxs2[1]) in G_BoundsOverlap()
125 if(mins1[2]>maxs2[2]) in G_BoundsOverlap()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A DNPC_goal.c116 qboolean G_BoundsOverlap(const vec3_t mins1, const vec3_t maxs1, const vec3_t mins2, const vec3_t m… in G_BoundsOverlap() argument
118 if(mins1[0]>maxs2[0]) in G_BoundsOverlap()
121 if(mins1[1]>maxs2[1]) in G_BoundsOverlap()
124 if(mins1[2]>maxs2[2]) in G_BoundsOverlap()
/dports/games/egl/egl-0.3.1_9/shared/
H A Dm_bounds.c143 qBool BoundsIntersect (const vec3_t mins1, const vec3_t maxs1, const vec3_t mins2, const vec3_t max… in BoundsIntersect() argument
145 return (mins1[0] <= maxs2[0] in BoundsIntersect()
146 && mins1[1] <= maxs2[1] in BoundsIntersect()
147 && mins1[2] <= maxs2[2] in BoundsIntersect()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/gts/examples/
H A Drefine.c56 gdouble hours1, mins1, secs1; in stop_number_verbose() local
66 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
67 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
77 hours1, mins1, secs1); in stop_number_verbose()
H A Dcoarsen.c58 gdouble hours1, mins1, secs1; in stop_number_verbose() local
68 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
69 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
79 hours1, mins1, secs1); in stop_number_verbose()
H A Dhapprox.c67 gdouble hours1, mins1, secs1; in stop_number_verbose() local
77 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
78 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
88 hours1, mins1, secs1); in stop_number_verbose()
/dports/graphics/gts/gts-0.7.6/examples/
H A Drefine.c57 gdouble hours1, mins1, secs1; in stop_number_verbose() local
67 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
68 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
78 hours1, mins1, secs1); in stop_number_verbose()
H A Dcoarsen.c59 gdouble hours1, mins1, secs1; in stop_number_verbose() local
69 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
70 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
80 hours1, mins1, secs1); in stop_number_verbose()
H A Dhapprox.c68 gdouble hours1, mins1, secs1; in stop_number_verbose() local
78 mins1 = floor ((remaining - 3600.*hours1)/60.); in stop_number_verbose()
79 secs1 = floor (remaining - 3600.*hours1 - 60.*mins1); in stop_number_verbose()
89 hours1, mins1, secs1); in stop_number_verbose()
/dports/comms/hamlib/hamlib-4.3.1/bindings/
H A Dpy3test.py112 err, deg1, mins1, sec1, sw1 = Hamlib.dec2dms(lon1)
115 lon3 = Hamlib.dms2dec(deg1, mins1, sec1, sw1)
119 % (lon1, deg1, mins1, sec1, ('W' if sw1 else 'E'), lon3))
H A Dpytest.py108 err, deg1, mins1, sec1, sw1 = Hamlib.dec2dms(lon1)
111 lon3 = Hamlib.dms2dec(deg1, mins1, sec1, sw1)
115 % (lon1, deg1, mins1, sec1, ('W' if sw1 else 'E'), lon3)
H A Dluatest.lua109 err, deg1, mins1, sec1, sw1 = Hamlib.dec2dms(lon1)
112 lon3 = Hamlib.dms2dec(deg1, mins1, sec1, sw1)
116 …t("Longitude:\t%4.4f, %4.0f° %.0f' %2.0f\" %1s\trecoded: %9.4f", lon1, deg1, mins1, sec1, D, lon3))
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A Dfunchandlers-GTK.cpp656 vec3_t mins1, mins2, maxs1, maxs2; in DoFlipTerrain() local
657 Brushes[0].GetBounds( mins1, maxs1 ); in DoFlipTerrain()
740 if( mins2[i] < mins1[i] ) { in DoFlipTerrain()
741 mins1[i] = mins2[i]; in DoFlipTerrain()
749 …newBrushes[0] = DShape::GetBoundingCube_Ext( mins1, maxs1, "textures/common/caulk", bFacesAll, tru… in DoFlipTerrain()
750 …newBrushes[1] = DShape::GetBoundingCube_Ext( mins1, maxs1, "textures/common/caulk", bFacesAll, tru… in DoFlipTerrain()
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A Dfunchandlers-GTK.cpp738 vec3_t mins1, mins2, maxs1, maxs2; in DoFlipTerrain() local
739 Brushes[0].GetBounds( mins1, maxs1 ); in DoFlipTerrain()
817 if ( mins2[i] < mins1[i] ) { in DoFlipTerrain()
818 mins1[i] = mins2[i]; in DoFlipTerrain()
826 …newBrushes[0] = DShape::GetBoundingCube_Ext( mins1, maxs1, "textures/common/caulk", bFacesAll, tru… in DoFlipTerrain()
827 …newBrushes[1] = DShape::GetBoundingCube_Ext( mins1, maxs1, "textures/common/caulk", bFacesAll, tru… in DoFlipTerrain()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXTestcase.java311 int mins1 = 0; in addElapsedTimes() local
320 mins1 = Integer.valueOf( in addElapsedTimes()
405 totalMins = totalMins + mins1 + mins2; in addElapsedTimes()
/dports/games/scummvm/scummvm-2.5.1/engines/twine/scene/
H A Dcollision.cpp49 const IVec3 &mins1 = processActor + actor1->_boudingBox.mins; in standingOnActor() local
55 if (mins1.x >= maxs2.x) { in standingOnActor()
63 if (mins1.y > (maxs2.y + 1)) { in standingOnActor()
67 if (mins1.y <= (maxs2.y - BRICK_HEIGHT)) { in standingOnActor()
75 if (mins1.z >= maxs2.z) { in standingOnActor()
/dports/games/quake2max/Quake2maX_0.45-src_unix/server/
H A Dsv_world.c94 vec3_t mins1, maxs1, mins2, maxs2; in SV_CreateAreaNode() local
116 VectorCopy (mins, mins1); in SV_CreateAreaNode()
124 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1); in SV_CreateAreaNode()
/dports/games/quake2lnx/quake2-r0.16.2/src/server/
H A Dsv_world.c94 vec3_t mins1, maxs1, mins2, maxs2; in SV_CreateAreaNode() local
116 VectorCopy (mins, mins1); in SV_CreateAreaNode()
124 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1); in SV_CreateAreaNode()
/dports/games/quake2-source/quake2-r0.16.2/src/server/
H A Dsv_world.c94 vec3_t mins1, maxs1, mins2, maxs2; in SV_CreateAreaNode() local
116 VectorCopy (mins, mins1); in SV_CreateAreaNode()
124 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1); in SV_CreateAreaNode()
/dports/games/qudos/QuDos-0.40.1-src/src/server/
H A Dsv_world.c98 vec3_t mins1, maxs1, mins2, maxs2; in SV_CreateAreaNode() local
118 VectorCopy(mins, mins1); in SV_CreateAreaNode()
126 anode->children[1] = SV_CreateAreaNode(depth + 1, mins1, maxs1); in SV_CreateAreaNode()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dsv_world.c90 vec3_t mins1, maxs1, mins2, maxs2; in SV_CreateAreaNode() local
111 VectorCopy(mins, mins1); in SV_CreateAreaNode()
119 anode->children[1] = SV_CreateAreaNode(depth + 1, mins1, maxs1); in SV_CreateAreaNode()
/dports/audio/libmp3splt/libmp3splt-0.9.2/src/
H A Dsplit_points.c415 long mins1, secs1, hundr1; in splt_sp_skip_minimum_track_length_splitpoints() local
416 splt_co_get_mins_secs_hundr(track_length, &mins1, &secs1, &hundr1); in splt_sp_skip_minimum_track_length_splitpoints()
422 mins1, secs1, hundr1, mins2, secs2, hundr2); in splt_sp_skip_minimum_track_length_splitpoints()

123