Home
last modified time | relevance | path

Searched refs:x_left (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_min__bracketing.c47 double x_left = *x_lower; in gsl_min_find_bracket() local
56 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
64 x_right = (x_center - x_left) / golden + x_left; in gsl_min_find_bracket()
75 *x_lower = x_left; in gsl_min_find_bracket()
89 x_left = x_center; in gsl_min_find_bracket()
93 x_right = (x_center - x_left) / golden + x_left; in gsl_min_find_bracket()
101 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
110 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
116 …&& (x_right - x_left) > GSL_SQRT_DBL_EPSILON * ( (x_right + x_left) * 0.5 ) + GSL_SQRT_DBL_EPSILON… in gsl_min_find_bracket()
117 *x_lower = x_left; in gsl_min_find_bracket()
H A Dgsl_roots__falsepos.c89 double x_left = *x_lower ; in falsepos_iterate() local
99 *root = x_left ; in falsepos_iterate()
100 *x_upper = x_left; in falsepos_iterate()
115 x_linear = x_right - (f_upper * (x_left - x_right) / (f_lower - f_upper)); in falsepos_iterate()
134 w = x_linear - x_left ; in falsepos_iterate()
144 if (w < 0.5 * (x_right - x_left)) in falsepos_iterate()
149 x_bisect = 0.5 * (x_left + x_right); in falsepos_iterate()
158 *root = 0.5 * (x_left + x_bisect) ; in falsepos_iterate()
H A Dgsl_roots__bisection.c77 const double x_left = *x_lower ;
85 *root = x_left ;
86 *x_upper = x_left;
97 x_bisect = (x_left + x_right) / 2.0;
113 *root = 0.5 * (x_left + x_bisect) ;
H A Dgsl_min__brent.c82 const double x_left = *x_lower;
97 const double w_lower = (z - x_left);
104 const double midpoint = 0.5 * (x_left + x_right);
135 if ((u - x_left) < t2 || (x_right - u) < t2)
142 e = (z < midpoint) ? x_right - z : -(z - x_left) ;
/dports/math/gsl/gsl-2.7/min/
H A Dbracketing.c47 double x_left = *x_lower; in gsl_min_find_bracket() local
56 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
64 x_right = (x_center - x_left) / golden + x_left; in gsl_min_find_bracket()
75 *x_lower = x_left; in gsl_min_find_bracket()
89 x_left = x_center; in gsl_min_find_bracket()
93 x_right = (x_center - x_left) / golden + x_left; in gsl_min_find_bracket()
101 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
110 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
116 …&& (x_right - x_left) > GSL_SQRT_DBL_EPSILON * ( (x_right + x_left) * 0.5 ) + GSL_SQRT_DBL_EPSILON… in gsl_min_find_bracket()
117 *x_lower = x_left; in gsl_min_find_bracket()
H A Dbrent.c82 const double x_left = *x_lower; in brent_iterate() local
97 const double w_lower = (z - x_left); in brent_iterate()
104 const double midpoint = 0.5 * (x_left + x_right); in brent_iterate()
135 if ((u - x_left) < t2 || (x_right - u) < t2) in brent_iterate()
142 e = (z < midpoint) ? x_right - z : -(z - x_left) ; in brent_iterate()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8rsd8.c82 int gri_flat8_rsd8_bitmap(grs_bitmap *bm, short x_left, short y_top) { in gri_flat8_rsd8_bitmap() argument
96 x = x_left; in gri_flat8_rsd8_bitmap()
99 x_right = x_left + bm->w; in gri_flat8_rsd8_bitmap()
103 …if (x_left > grd_clip.right || x_right <= grd_clip.left || y_top > grd_clip.bot || y_bot <= grd_cl… in gri_flat8_rsd8_bitmap()
108 if (x_left < grd_clip.left) { in gri_flat8_rsd8_bitmap()
110 x_off = grd_clip.left - x_left; in gri_flat8_rsd8_bitmap()
132 gr_ubitmap(bm, x_left, y_top); in gri_flat8_rsd8_bitmap()
186 while (x < x_left + x_off) { in gri_flat8_rsd8_bitmap()
189 if (x + rsd_count <= x_left + x_off) { in gri_flat8_rsd8_bitmap()
203 op_count = x_left + x_off - x; in gri_flat8_rsd8_bitmap()
[all …]
H A Dfl8mscl.c92 fix x_left; in flat8_mono_scale_bitmap() local
113 x_left = y_src = 0; in flat8_mono_scale_bitmap()
117 x_left = x_scale * (grd_clip.left - x); in flat8_mono_scale_bitmap()
137 x_left += (bm->align << 16); in flat8_mono_scale_bitmap()
138 x_left += (x_scale >> 1); in flat8_mono_scale_bitmap()
145 x_src = x_left; in flat8_mono_scale_bitmap()
166 x_src = x_left; in flat8_mono_scale_bitmap()
/dports/games/rubix/rubix-1.0.6/
H A Dfillpoly.c86 the_lines[y1i].x_left=x1; in fill_left()
88 the_lines[y2i].x_left=x1; in fill_left()
93 the_lines[i].x_left=x1; in fill_left()
98 the_lines[i].x_left=x1; in fill_left()
109 the_lines[y1i].x_left=x1; in fill_left()
111 the_lines[y2i].x_left=x1; in fill_left()
125 the_lines[i].x_left=x2; in fill_left()
138 the_lines[i].x_left=xcur; in fill_left()
153 the_lines[i].x_left=x1; in fill_left()
193 the_lines[i].x_left=x2; in fill_left()
[all …]
/dports/math/gsl/gsl-2.7/roots/
H A Dfalsepos.c89 double x_left = *x_lower ; in falsepos_iterate() local
99 *root = x_left ; in falsepos_iterate()
100 *x_upper = x_left; in falsepos_iterate()
115 x_linear = x_right - (f_upper * (x_left - x_right) / (f_lower - f_upper)); in falsepos_iterate()
134 w = x_linear - x_left ; in falsepos_iterate()
144 if (w < 0.5 * (x_right - x_left)) in falsepos_iterate()
149 x_bisect = 0.5 * (x_left + x_right); in falsepos_iterate()
158 *root = 0.5 * (x_left + x_bisect) ; in falsepos_iterate()
H A Dbisection.c77 const double x_left = *x_lower ; in bisection_iterate() local
85 *root = x_left ; in bisection_iterate()
86 *x_upper = x_left; in bisection_iterate()
97 x_bisect = (x_left + x_right) / 2.0; in bisection_iterate()
113 *root = 0.5 * (x_left + x_bisect) ; in bisection_iterate()
/dports/games/moria/umoria/source/
H A Dgenerate.c506 int y_height, x_left; local
564 int x_left, x_right, limit; local
586 c_ptr = &cave[i][x_left];
596 c_ptr = &cave[i][x_left-1];
651 x_left = xval - 11;
690 x_left = x_left + 2;
896 int x_left, x_right; local
908 x_left = xval - 1;
938 x_left = xval - tmp;
1355 int xval, x_left, x_right; local
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Dpanel.py268 x_left = size.x / 2 * (pivot - 1) + x
298 x_left = size.x / 2 * (pivot - 1) + x
359 coords.append((x_left, y0 + i * dy))
366 coords.append((x_left + dx * i, y1))
396 x_left = size.x / 2 * (pivot - 1) + x
466 coords.append((x_left, offset.y + x))
475 coords.append((x_left, offset.y + size.y))
477 coords.append((x_left, offset.y))
486 x_left = size.x / 2 * (pivot - 1)
492 elif x_right <= cx or x_left >= cx:
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/
H A Dgenrsd8.c142 int gri_gen_rsd8_bitmap (grs_bitmap *bm, short x_left, short y_top) in gri_gen_rsd8_bitmap() argument
157 x = x_left; y = y_top; in gri_gen_rsd8_bitmap()
159 x_right = x_left+bm->w; in gri_gen_rsd8_bitmap()
163 if (x_left>grd_canvas->gc.clip.i.right || in gri_gen_rsd8_bitmap()
171 if (x_left < grd_canvas->gc.clip.i.left) { in gri_gen_rsd8_bitmap()
173 x_off = grd_clip.left-x_left; in gri_gen_rsd8_bitmap()
243 while (x < x_left+x_off) { in gri_gen_rsd8_bitmap()
246 if (x+rsd_count <= x_left+x_off) { in gri_gen_rsd8_bitmap()
261 op_count = x_left+x_off-x; in gri_gen_rsd8_bitmap()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/
H A Dnasnet.py245 x_left = self.conv_1x1(x_stem_0)
255 x_comb_iter_0_left = self.comb_iter_0_left(x_left)
259 x_comb_iter_1_left = self.comb_iter_1_left(x_left)
263 x_comb_iter_2_left = self.comb_iter_2_left(x_left)
335 x_comb_iter_1_left = self.comb_iter_1_left(x_left)
340 x_comb_iter_2 = x_comb_iter_2_left + x_left
342 x_comb_iter_3_left = self.comb_iter_3_left(x_left)
391 x_left = self.conv_prev_1x1(x_prev)
403 x_comb_iter_2 = x_comb_iter_2_left + x_left
464 x_left = self.conv_prev_1x1(x_prev)
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/python/plugins/
H A DFootprintWizardBase.py820 x_left = x - w / 2
824 self.HLine(x_left + rad, y_top, x_inner)
825 self.HLine(x_left + rad, -y_top, x_inner)
827 self.VLine(x_left, y_top + rad, y_inner)
828 self.VLine(-x_left, y_top + rad, y_inner)
853 x_left = x - w / 2
857 x_inner = x_left + chamfer_x
863 [-x_left, +y_inner],
864 [-x_left, -y_inner],
867 [+x_left, -y_inner],
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dguides_creator.py171 x_left = 0
183 x_left = self.width / left_margin
184 self.draw_guide(str(x_left) + ',0', self.v_orientation)
200 x_left = (self.width / 9) * 2
201 self.draw_guide(str(x_left) + ',0', self.v_orientation)
217 x_left = (self.width / 9)
218 self.draw_guide(str(x_left) + ',0', self.v_orientation)
226 rectangle_width = x_right - x_left
236 begin_from = x_left
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dbrent.c58 const double x_left = *x_lower; in brent() local
73 const double w_lower = (z - x_left); in brent()
80 const double midpoint = 0.5 * (x_left + x_right); in brent()
107 if ((u - x_left) < t2 || (x_right - z) < t2) { in brent()
112 e = (z < midpoint) ? x_right - z : -(z - x_left); in brent()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dglui_mouse_iaction.cpp84 int x_left = this->w/2 - text_width/2; in draw() local
87 draw_name( x_left, h-4 ); in draw()
88 draw_active_box( x_left-4, x_left+string_width( name )+4, in draw()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/Extras/glui/
H A Dglui_mouse_iaction.cpp84 int x_left = this->w/2 - text_width/2; in draw() local
87 draw_name( x_left, h-4 ); in draw()
88 draw_active_box( x_left-4, x_left+string_width( name )+4, in draw()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/glui/
H A Dglui_mouse_iaction.cpp84 int x_left = this->w/2 - text_width/2; in draw() local
87 draw_name( x_left, h-4 ); in draw()
88 draw_active_box( x_left-4, x_left+string_width( name )+4, in draw()
/dports/devel/glui/glui-2.36/src/
H A Dglui_mouse_iaction.cpp86 int x_left = this->w/2 - text_width/2; in draw() local
89 draw_name( x_left, h-4 ); in draw()
90 draw_active_box( x_left-4, x_left+string_width( name )+4, in draw()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/loop/
H A Dloop_test2runner.cpp60 int x_left = 270; // on the left of any DisplayObject in trymain() local
92 check_pixel(x_left, y, 2, white, 2); in trymain()
111 check_pixel(x_left, y, 2, white, 2); in trymain()
133 check_pixel(x_left, y, 2, white, 2); in trymain()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dchangepoint.c246 int start, end, pos, x = 0, y, n, x_left, y_left, x_right, y_right, n_left, n_right;
280 x_left = y_left = n_left = 0;
291 x_left++;
302 theta_left = ((double) x_left + x_pseudo)/((double) n_left + NPSEUDO);
304 rss_left = x_left*(1.0-theta_left)*(1.0-theta_left) + y_left*theta_left*theta_left;
310 pos,matchscores[pos],x_left,y_left,n_left,x_right,y_right,n_right,
316 pos,matchscores[pos],x_left,y_left,n_left,x_right,y_right,n_right,
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dgame_centipede.c538 const int x_left = game_x_left_bound(game); in cent_init_level_centipedes() local
1116 const int x_left = game_x_left_bound(game); in cent_do_centipede() local
1168 const int x_left = game_x_left_bound(game); in cent_try_spawn_flea() local
1172 flea->coords.x = (rand() % (x_right - x_left + 1)) + x_left; in cent_try_spawn_flea()
1241 const int x_left = game_x_left_bound(game); in cent_try_spawn_scorpion() local
1273 const int x_left = game_x_left_bound(game); in cent_do_scorpion() local
1305 const int x_left = game_x_left_bound(game); in cent_try_spawn_spider() local
1347 const int x_left = game_x_left_bound(game); in cent_do_spider() local
1662 const int x_left = game_x_left_bound(game); in cent_init_state() local
1694 (x_left + x_right) / 2, in cent_init_state()
[all …]

12345678910>>...13