Home
last modified time | relevance | path

Searched refs:smallestx (Results 1 – 3 of 3) sorted by relevance

/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dmatroid_fan_rincon.cc270 Int smallestx = -1; // contains the position of the above element in L in bergman_fan() local
276 smallestx = l; in bergman_fan()
293 smallestx = -1; in bergman_fan()
296 smallestx = l; break; in bergman_fan()
303 if (smallestx < 0) { in bergman_fan()
304 smallestx = L.dim(); in bergman_fan()
309 if (x > smallestx) { in bergman_fan()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DTexture.cpp195 int smallestx = -1, largestx = -1; in getPixelWidth() local
203 if (smallestx == -1 || x < smallestx) in getPixelWidth()
204 smallestx = x; in getPixelWidth()
211 return largestx - smallestx; in getPixelWidth()
/dports/games/mari0/
H A Dlaser.lua109 local smallestx = mapwidth+1
113 if objects[rectcol[j]][rectcol[j+1]].x < smallestx then
114 smallestx = objects[rectcol[j]][rectcol[j+1]].x