Home
last modified time | relevance | path

Searched refs:xbound (Results 1 – 25 of 50) sorted by relevance

12

/dports/science/pybrain/pybrain-0.3.3/pybrain/rl/environments/functions/
H A Dmultiobjective.py17 xbound = None variable in MultiObjectiveFunction
89 self.xbound = []
90 self.xbound.append((0.1,1.0))
104 self.xbound = []
135 self.xbound = []
136 self.xbound.append((-pi,pi))
137 self.xbound.append((-pi,pi))
154 self.xbound = []
178 self.xbound = []
210 self.xbound = []
[all …]
H A Dfunction.py29 …def __init__(self, xdim = None, xopt = None, xbound=5, feasible=True, constrained=False, violation… argument
33 self.xbound=xbound
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_sort__subset_source.c24 BASE xbound; in FUNCTION() local
39 xbound = src[0 * stride]; in FUNCTION()
40 dest[0] = xbound; in FUNCTION()
54 else if (xi >= xbound) in FUNCTION()
69 xbound = dest[j-1]; in FUNCTION()
89 BASE xbound; in FUNCTION() local
104 xbound = src[0 * stride]; in FUNCTION()
105 dest[0] = xbound; in FUNCTION()
119 else if (xi <= xbound) in FUNCTION()
134 xbound = dest[j-1]; in FUNCTION()
H A Dgsl_sort__subsetind_source.c24 BASE xbound; in FUNCTION() local
39 xbound = src[0 * stride]; in FUNCTION()
54 else if (xi >= xbound) in FUNCTION()
69 xbound = src[p[j-1] * stride]; in FUNCTION()
89 BASE xbound; in FUNCTION() local
104 xbound = src[0 * stride]; in FUNCTION()
119 else if (xi <= xbound) in FUNCTION()
134 xbound = src[stride * p[j-1]]; in FUNCTION()
/dports/math/gsl/gsl-2.7/sort/
H A Dsubset_source.c24 BASE xbound; in FUNCTION() local
39 xbound = src[0 * stride]; in FUNCTION()
40 dest[0] = xbound; in FUNCTION()
54 else if (xi >= xbound) in FUNCTION()
69 xbound = dest[j-1]; in FUNCTION()
89 BASE xbound; in FUNCTION() local
104 xbound = src[0 * stride]; in FUNCTION()
105 dest[0] = xbound; in FUNCTION()
119 else if (xi <= xbound) in FUNCTION()
134 xbound = dest[j-1]; in FUNCTION()
H A Dsubsetind_source.c24 BASE xbound; in FUNCTION() local
39 xbound = src[0 * stride]; in FUNCTION()
54 else if (xi >= xbound) in FUNCTION()
69 xbound = src[p[j-1] * stride]; in FUNCTION()
89 BASE xbound; in FUNCTION() local
104 xbound = src[0 * stride]; in FUNCTION()
119 else if (xi <= xbound) in FUNCTION()
134 xbound = src[stride * p[j-1]]; in FUNCTION()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmultisphere_parallel_I.h51 double xbound[3]; in pack_exchange_rigid() local
57 xbound,xcm_to_xbound_(i), in pack_exchange_rigid()
61 vectorAdd3D(xcm_(i),xbound,xbound); in pack_exchange_rigid()
64 vectorToBuf3D(xbound,buf,m); in pack_exchange_rigid()
77 double xbound[3]; in unpack_exchange_rigid() local
83 bufToVector3D(xbound,buf,m); in unpack_exchange_rigid()
/dports/graphics/pixie/Pixie/src/ri/
H A Dreyes.cpp1460 xbound[0] = min(xbound[0],P[0]); in insertGrid()
1461 xbound[1] = max(xbound[1],P[0]); in insertGrid()
1521 xbound[1] = xbound[0] = P[COMP_X]; in insertGrid()
1525 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
1526 else if (P[COMP_X] > xbound[1]) xbound[1] = P[COMP_X]; in insertGrid()
1531 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
1537 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
1546 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
1552 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
1558 if (P[COMP_X] < xbound[0]) xbound[0] = P[COMP_X]; in insertGrid()
[all …]
H A Dzbuffer.h57 int probeArea(int *xbound,int *ybound, int bw, int bh, int bl, int bt, float zmin) { in probeArea() argument
58 return probeRect(xbound,ybound,bw,bh,bl,bt,zmin); in probeArea()
H A Dstochastic.h56 int probeArea(int *xbound,int *ybound, int bw, int bh, int bl, int bt, float zmin) { in probeArea() argument
57 return probeRect(xbound,ybound,bw,bh,bl,bt,zmin); in probeArea()
H A Docclusion.cpp160 int COcclusionCuller::probeRect(int *xbound,int *ybound, int bw, int bh, int bl, int bt, float zmin… in probeRect() argument
176 xmin = xbound[0] - bl; in probeRect()
177 xmax = xbound[1] - bl; in probeRect()
/dports/graphics/radiance/radiance-baf2c40/resources/library/effects/
H A Dcount.glsl5 float dist(vec2 point, vec2 xbound, float y) {
7 // Line segment has endpoints `(xbound.x, y), (xbound.y, y)`
13 d += step(point.x, xbound.x) * (xbound.x - point.x);
14 d += step(xbound.y, point.x) * (point.x - xbound.y);
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Ddraw.c143 short x, y, xbound, ybound; in bevel_pixmap() local
201 xbound = h - y; in bevel_pixmap()
202 if (xbound > bord->left) in bevel_pixmap()
203 xbound = bord->left; in bevel_pixmap()
204 for (x = 0; x < xbound; x++) { in bevel_pixmap()
212 xbound = bord->right - y; in bevel_pixmap()
213 if (xbound < 0) in bevel_pixmap()
214 xbound = 0; in bevel_pixmap()
215 for (x = xbound; x < bord->right; x++) { in bevel_pixmap()
222 xbound = w - y; in bevel_pixmap()
[all …]
/dports/x11/eterm/Eterm-0.9.6/src/
H A Ddraw.c143 short x, y, xbound, ybound; in bevel_pixmap() local
201 xbound = h - y; in bevel_pixmap()
202 if (xbound > bord->left) in bevel_pixmap()
203 xbound = bord->left; in bevel_pixmap()
204 for (x = 0; x < xbound; x++) { in bevel_pixmap()
212 xbound = bord->right - y; in bevel_pixmap()
213 if (xbound < 0) in bevel_pixmap()
214 xbound = 0; in bevel_pixmap()
215 for (x = xbound; x < bord->right; x++) { in bevel_pixmap()
222 xbound = w - y; in bevel_pixmap()
[all …]
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Ddraw.c143 short x, y, xbound, ybound; in bevel_pixmap() local
201 xbound = h - y; in bevel_pixmap()
202 if (xbound > bord->left) in bevel_pixmap()
203 xbound = bord->left; in bevel_pixmap()
204 for (x = 0; x < xbound; x++) { in bevel_pixmap()
212 xbound = bord->right - y; in bevel_pixmap()
213 if (xbound < 0) in bevel_pixmap()
214 xbound = 0; in bevel_pixmap()
215 for (x = xbound; x < bord->right; x++) { in bevel_pixmap()
222 xbound = w - y; in bevel_pixmap()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_fixes.c302 XRectangle *xbound; in ecore_x_region_invert() local
306 xbound = _ecore_x_rectangle_ecore_to_x(bounds, num); in ecore_x_region_invert()
308 XFixesInvertRegion(_ecore_x_disp, dest, xbound, source); in ecore_x_region_invert()
310 free(xbound); in ecore_x_region_invert()
347 XRectangle *xrect, xbound; in ecore_x_region_fetch() local
350 xrect = XFixesFetchRegionAndBounds(_ecore_x_disp, region, num, &xbound); in ecore_x_region_fetch()
353 (*bounds).x = xbound.x; in ecore_x_region_fetch()
354 (*bounds).y = xbound.y; in ecore_x_region_fetch()
355 (*bounds).width = xbound.width; in ecore_x_region_fetch()
356 (*bounds).height = xbound.height; in ecore_x_region_fetch()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DContigTool.java66 private int xbound = 50; field in ContigTool
67 private int length = xbound*2;
165 int xstart = xbound + this_feature_range.getStart()/scale; in ContigTool()
166 int xend = xbound + this_feature_range.getEnd()/scale; in ContigTool()
370 length = xbound*2; in adjustSize()
409 int xstart = xbound + this_feature_range.getStart()/scale; in paintComponent()
410 int xend = xbound + this_feature_range.getEnd()/scale; in paintComponent()
431 int xstart = xbound + this_feature_range.getStart()/scale; in paintComponent()
432 int xend = xbound + this_feature_range.getEnd()/scale; in paintComponent()
454 final int draw_x_position = xbound + highlight_drop_base/scale; in paintComponent()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dtransform.c789 int xbound[4], ybound[4];
818 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina);
822 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin);
823 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax);
889 int xbound[4], ybound[4]; in gfx_draw_rotate() local
918 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina); in gfx_draw_rotate()
922 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin); in gfx_draw_rotate()
924 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax); in gfx_draw_rotate()
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dtransform.c789 int xbound[4], ybound[4];
818 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina);
822 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin);
823 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax);
889 int xbound[4], ybound[4]; in gfx_draw_rotate() local
918 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina); in gfx_draw_rotate()
922 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin); in gfx_draw_rotate()
924 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax); in gfx_draw_rotate()
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dtransform.c816 int xbound[4], ybound[4];
845 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina);
849 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin);
850 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax);
916 int xbound[4], ybound[4]; in gfx_draw_rotate() local
945 xbound[i] = (int)(x + xboundf[i] * cosa - yboundf[i] * sina); in gfx_draw_rotate()
949 xmin = MAX(MIN(MIN(xbound[0], xbound[1]), MIN(xbound[2], xbound[3])), xmin); in gfx_draw_rotate()
951 xmax = MIN(MAX(MAX(xbound[0], xbound[1]), MAX(xbound[2], xbound[3])), xmax); in gfx_draw_rotate()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dtransform.c316 int xbound[4], ybound[4], xmin, xmax, ymin, ymax; in gfx_draw_rotate() local
340 xbound[i] = (int)(x + xboundf[i]*cosa - yboundf[i]*sina); in gfx_draw_rotate()
344 xmin = _max(_min(_min(xbound[0],xbound[1]), _min(xbound[2],xbound[3])), 0); in gfx_draw_rotate()
345 xmax = _min(_max(_max(xbound[0],xbound[1]), _max(xbound[2],xbound[3])), trans_dw); in gfx_draw_rotate()
/dports/math/arb/arb-2.21.1/acb_calc/
H A Dintegrate_taylor.c80 arb_t cbound, xbound, rbound; in acb_calc_integrate_taylor() local
85 arb_init(xbound); in acb_calc_integrate_taylor()
98 arb_set_arf(xbound, X); in acb_calc_integrate_taylor()
161 arb_clear(xbound); in acb_calc_integrate_taylor()
/dports/science/lammps/lammps-stable_29Sep2021/tools/createatoms/
H A DcreateAtoms.f22 * periodicity(3),xbound(2),ybound(2),zbound(2),strain(3), local
28 * periodicity,xbound,ybound,zbound, local
47 xbound(1)=0.0
48 xbound(2)=0.0
70 * periodicity(3),xbound(2),ybound(2),zbound(2),strain(3), local
78 if (xbound(1) .eq. xbound(2)) then
79 xbound(1)=perlb(1)
80 xbound(2)=perub(1)
143 nxa=xbound(1)/periodicity(1)-2
144 nxb=xbound(2)/periodicity(1)+2
[all …]
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dtransform.c563 int xbound[4], ybound[4], xmin, xmax, ymin, ymax; in gfx_draw_rotate() local
588 xbound[i] = (int)(x + xboundf[i]*cosa - yboundf[i]*sina); in gfx_draw_rotate()
592 xmin = _max(_min(_min(xbound[0],xbound[1]), _min(xbound[2],xbound[3])), 0); in gfx_draw_rotate()
593 xmax = _min(_max(_max(xbound[0],xbound[1]), _max(xbound[2],xbound[3])), trans_dw); in gfx_draw_rotate()
/dports/devel/p5-Algorithm-Networksort/Algorithm-Networksort-2.02/lib/Algorithm/
H A DNetworksort.pm1604 my $xbound = $hcoord[$columns - 1] + $grset{hz_margin} + $grset{indent};
1620 qq(%!PS-Adobe-3.0 EPSF-3.0\n%%BoundingBox: 0 0 $xbound $ybound\n) .
1631 qq(/rightmargin ) . ($xbound - $grset{hz_margin}) . qq( def\n\n);
1705 $string .= qq(0 0 moveto 0 $ybound lineto $xbound $ybound lineto $xbound 0 lineto closepath);
1837 my $xbound = $hcoord[$columns - 1] + $grset{hz_margin} + $grset{indent};
1846 qq(width="$xbound" height="$ybound" viewbox="0 0 $xbound $ybound">\n) .

12