Home
last modified time | relevance | path

Searched refs:x_right (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_min__bracketing.c48 double x_right= *x_upper; in gsl_min_find_bracket() local
56 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
62 x_center = x_right ; in gsl_min_find_bracket()
66 SAFE_FUNC_CALL (f, x_right, &f_right); in gsl_min_find_bracket()
76 *x_upper = x_right; in gsl_min_find_bracket()
91 x_center = x_right; in gsl_min_find_bracket()
95 SAFE_FUNC_CALL (f, x_right, &f_right); in gsl_min_find_bracket()
99 x_right = x_center; in gsl_min_find_bracket()
108 x_right = x_center; 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()
[all …]
H A Dgsl_roots__falsepos.c90 double x_right = *x_upper ; in falsepos_iterate() local
106 *root = x_right ; in falsepos_iterate()
107 *x_lower = x_right; in falsepos_iterate()
115 x_linear = x_right - (f_upper * (x_left - x_right) / (f_lower - f_upper)); in falsepos_iterate()
141 w = x_right - x_linear; 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()
165 *root = 0.5 * (x_bisect + x_right) ; in falsepos_iterate()
H A Dgsl_roots__bisection.c78 const double x_right = *x_upper ; in nied2_state_size()
92 *root = x_right ; in poly_multiply()
93 *x_lower = x_right; in poly_multiply()
97 x_bisect = (x_left + x_right) / 2.0;
119 *root = 0.5 * (x_bisect + x_right) ;
H A Dgsl_min__brent.c83 const double x_right = *x_upper;
98 const double w_upper = (x_right - z);
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.c48 double x_right= *x_upper; in gsl_min_find_bracket() local
56 x_center = (x_right - x_left) * golden + x_left; in gsl_min_find_bracket()
62 x_center = x_right ; in gsl_min_find_bracket()
66 SAFE_FUNC_CALL (f, x_right, &f_right); in gsl_min_find_bracket()
76 *x_upper = x_right; in gsl_min_find_bracket()
91 x_center = x_right; in gsl_min_find_bracket()
95 SAFE_FUNC_CALL (f, x_right, &f_right); in gsl_min_find_bracket()
99 x_right = x_center; in gsl_min_find_bracket()
108 x_right = x_center; 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()
[all …]
H A Dbrent.c83 const double x_right = *x_upper; in brent_iterate() local
98 const double w_upper = (x_right - z); 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/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Didstats.c46 int64_t i_left, x_right; member
58 node -> x_right = id + count; in KIdStatsNodeInit()
90 if ( a -> x_right < b -> i_left ) in KIdStatsNodeCmp()
92 if ( a -> i_left > b -> x_right ) in KIdStatsNodeCmp()
103 if ( a -> x_right < b -> i_left ) in KIdStatsNodeSort()
105 if ( a -> i_left > b -> x_right ) in KIdStatsNodeSort()
198 if ( item . x_right > existing -> x_right ) in KIdStatsInsert()
200 self -> num_ids += item . x_right - existing -> x_right; in KIdStatsInsert()
201 existing -> x_right = item . x_right; in KIdStatsInsert()
217 if ( existing -> x_right >= node -> x_right ) in KIdStatsInsert()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Didstats.c46 int64_t i_left, x_right; member
58 node -> x_right = id + count; in KIdStatsNodeInit()
90 if ( a -> x_right < b -> i_left ) in KIdStatsNodeCmp()
92 if ( a -> i_left > b -> x_right ) in KIdStatsNodeCmp()
103 if ( a -> x_right < b -> i_left ) in KIdStatsNodeSort()
105 if ( a -> i_left > b -> x_right ) in KIdStatsNodeSort()
198 if ( item . x_right > existing -> x_right ) in KIdStatsInsert()
200 self -> num_ids += item . x_right - existing -> x_right; in KIdStatsInsert()
201 existing -> x_right = item . x_right; in KIdStatsInsert()
217 if ( existing -> x_right >= node -> x_right ) in KIdStatsInsert()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Gen/
H A Dgenrsd8.c83 x_right = x+bm->w; in gri_gen_rsd8_ubitmap()
90 while (x < x_right) { in gri_gen_rsd8_ubitmap()
93 if (x+rsd_count <= x_right) { in gri_gen_rsd8_ubitmap()
115 op_count = x_right-x; in gri_gen_rsd8_ubitmap()
159 x_right = x_left+bm->w; in gri_gen_rsd8_bitmap()
164 x_right<=grd_canvas->gc.clip.i.left || in gri_gen_rsd8_bitmap()
183 if (x_right > grd_canvas->gc.clip.i.right) { in gri_gen_rsd8_bitmap()
185 x_right = grd_clip.right; in gri_gen_rsd8_bitmap()
277 while (x < x_right) { in gri_gen_rsd8_bitmap()
280 if (x+rsd_count <= x_right) { in gri_gen_rsd8_bitmap()
[all …]
/dports/math/gsl/gsl-2.7/roots/
H A Dfalsepos.c90 double x_right = *x_upper ; in falsepos_iterate() local
106 *root = x_right ; in falsepos_iterate()
107 *x_lower = x_right; in falsepos_iterate()
115 x_linear = x_right - (f_upper * (x_left - x_right) / (f_lower - f_upper)); in falsepos_iterate()
141 w = x_right - x_linear; 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()
165 *root = 0.5 * (x_bisect + x_right) ; in falsepos_iterate()
H A Dbisection.c78 const double x_right = *x_upper ; in bisection_iterate() local
92 *root = x_right ; in bisection_iterate()
93 *x_lower = x_right; in bisection_iterate()
97 x_bisect = (x_left + x_right) / 2.0; in bisection_iterate()
119 *root = 0.5 * (x_bisect + x_right) ; in bisection_iterate()
/dports/games/rubix/rubix-1.0.6/
H A Dfillpoly.c255 the_lines[y1i].x_right=x1; in fill_right()
257 the_lines[y2i].x_right=x1; in fill_right()
262 the_lines[i].x_right=x1; in fill_right()
267 the_lines[i].x_right=x1; in fill_right()
278 the_lines[y1i].x_right=x2; in fill_right()
280 the_lines[y2i].x_right=x2; in fill_right()
294 the_lines[i].x_right=x2; in fill_right()
307 the_lines[i].x_right=xcur; in fill_right()
322 the_lines[i].x_right=x1; in fill_right()
362 the_lines[i].x_right=x2; in fill_right()
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/Flat8/
H A Dfl8rsd8.c84 short x_right, y_bot; /* opposite edges of bitmap */ in gri_flat8_rsd8_bitmap() local
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()
120 if (x_right >= grd_clip.right) { in gri_flat8_rsd8_bitmap()
122 x_right = grd_clip.right; in gri_flat8_rsd8_bitmap()
219 while (x < x_right) { in gri_flat8_rsd8_bitmap()
222 if (x + rsd_count <= x_right) { in gri_flat8_rsd8_bitmap()
239 op_count = x_right - x; in gri_flat8_rsd8_bitmap()
259 p_dst += grd_bm.row - (x_right - x_left) + x_off; in gri_flat8_rsd8_bitmap()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Dpanel.py269 x_right = size.x / 2 * (pivot + 1) - x
299 x_right = size.x / 2 * (pivot + 1) - x
352 dx = (x_right - x_left) / (1 + self.subdiv_x)
372 coords.append((x_right, y1 - i * dy))
380 coords.append((x_right, y0))
397 x_right = size.x / 2 * (pivot + 1) - x
410 coords.append((offset.x + x_right, dy - y1))
468 coords.append((x_right, offset.y + x))
487 x_right = size.x / 2 * (pivot + 1)
492 elif x_right <= cx or x_left >= cx:
[all …]
/dports/games/moria/umoria/source/
H A Dgenerate.c518 x_right = xval + randint(11);
564 int x_left, x_right, limit; local
602 c_ptr = &cave[i][x_right+1];
641 int y_depth, x_right, tmp; local
652 x_right = xval + 11;
691 x_right = x_right - 2;
896 int x_left, x_right; local
909 x_right = xval + 1;
939 x_right = xval + tmp;
1355 int xval, x_left, x_right; local
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/tests/
H A DFactorLUTest.cpp88 Vector x_right(4, X); in main() local
95 cout << " Real SOLUTION: " << x << " errnorm=" << (x-x_right).norm() << endl; in main()
96 ASSERT((x-x_right).norm() < 10*SignificantReal); in main()
102 Vector_<float> xf_right(4); for (int i=0; i<4; ++i) xf_right[i] = (float)x_right[i]; in main()
115 cout << " Real SOLUTION: " << x << " errnorm=" << (x-x_right).norm() << endl; in main()
116 ASSERT((x-x_right).norm() < 10*SignificantReal); in main()
H A DFactorQTZTest.cpp91 Vector x_right(5, X); in main() local
106 … cout << " Overdetermined Double SOLUTION: " << x << " errnorm=" << (x-x_right).norm() << endl; in main()
107 ASSERT((x-x_right).norm() < 0.001); in main()
112 … cout << " copy constructor SOLUTION: " << xc << " errnorm=" << (xc-x_right).norm() << endl; in main()
117 … cout << " copy assign SOLUTION: " << xa << " errnorm=" << (xa-x_right).norm() << endl; in main()
121 Vector_<float> xf_right(5); for (int i=0; i<5; ++i) xf_right[i] = (float)x_right[i]; in main()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/RSD/
H A Drsdcvt.c56 short x_right,y_bot; /* opposite edges of bitmap */ in gr_rsd8_convert() local
77 x_right = sbm->w; in gr_rsd8_convert()
86 while (x < x_right) { in gr_rsd8_convert()
89 if (x+rsd_count <= x_right) { in gr_rsd8_convert()
111 op_count = x_right-x; in gr_rsd8_convert()
/dports/misc/py-gluoncv/gluon-cv-0.9.0/gluoncv/model_zoo/
H A Dnasnet.py329 x_right = self.conv_1x1(x)
331 x_comb_iter_0_left = self.comb_iter_0_left(x_right)
339 x_comb_iter_2_left = self.comb_iter_2_left(x_right)
346 x_comb_iter_4_left = self.comb_iter_4_left(x_right)
347 x_comb_iter_4 = x_comb_iter_4_left + x_right
392 x_right = self.conv_1x1(x)
394 x_comb_iter_0_left = self.comb_iter_0_left(x_right)
402 x_comb_iter_2_left = self.comb_iter_2_left(x_right)
410 x_comb_iter_4 = x_comb_iter_4_left + x_right
465 x_right = self.conv_1x1(x)
[all …]
/dports/databases/grass7/grass-7.8.6/lib/gmath/
H A Dbrent.c59 const double x_right = *x_upper; in brent() local
74 const double w_upper = (x_right - z); 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/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/loop/
H A Dloop_test2runner.cpp64 int x_right = 460; // on the right of any DisplayObject in trymain() local
96 check_pixel(x_right, y, 2, white, 2); in trymain()
115 check_pixel(x_right, y, 2, white, 2); in trymain()
137 check_pixel(x_right, 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;
281 x_right = x;
292 x_right--;
303 theta_right = ((double) x_right + x_pseudo)/((double) n_right + NPSEUDO);
305 rss_right = x_right*(1.0-theta_right)*(1.0-theta_right) + y_right*theta_right*theta_right;
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/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dguides_creator.py172 x_right = self.width
187 x_right = (self.width / right_margin) * (right_margin - 1)
188 self.draw_guide(str(x_right) + ',0', self.v_orientation)
204 x_right = (self.width / 9) * 8
205 self.draw_guide(str(x_right) + ',0', self.v_orientation)
221 x_right = (self.width / 9) * 7
222 self.draw_guide(str(x_right) + ',0', self.v_orientation)
226 rectangle_width = x_right - x_left
/dports/games/yadex/yadex-1.7.0/src/
H A Dmenubar.cc356 int x_right; in compute_x0_x1() local
362 x_right = menubar_text_x1; in compute_x0_x1()
371 item_x1[n] = x_right; in compute_x0_x1()
372 x_right -= item_width; in compute_x0_x1()
373 item_x0[n] = x_right + 1; in compute_x0_x1()
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dgame_centipede.c539 const int x_right = game_x_right_bound(game); in cent_init_level_centipedes() local
1099 new_coords.x = dir == EAST ? x_left : x_right; in cent_do_reproduce()
1117 const int x_right = game_x_right_bound(game); in cent_do_centipede() local
1169 const int x_right = game_x_right_bound(game); in cent_try_spawn_flea() local
1242 const int x_right = game_x_right_bound(game); in cent_try_spawn_scorpion() local
1274 const int x_right = game_x_right_bound(game); in cent_do_scorpion() local
1306 const int x_right = game_x_right_bound(game); in cent_try_spawn_spider() local
1348 const int x_right = game_x_right_bound(game); in cent_do_spider() local
1663 const int x_right = game_x_right_bound(game); in cent_init_state() local
1694 (x_left + x_right) / 2, in cent_init_state()
[all …]

12345678910>>...15