Home
last modified time | relevance | path

Searched refs:left_b (Results 1 – 25 of 49) sorted by relevance

12

/dports/audio/xwave/xwave2-981109/src/
H A Dgraphics.c922 if (y>left_u) left_u=y;if (y<left_b) left_b=y; in update_canvas_mem_lines()
938 if (y>left_u) left_u=y;if (y<left_b) left_b=y; in update_canvas_mem_lines()
943 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
955 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
969 if (y>left_u) left_u=y;if (y<left_b) left_b=y; in update_canvas_mem_lines()
985 if (y>left_u) left_u=y;if (y<left_b) left_b=y; in update_canvas_mem_lines()
990 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
1002 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_mem_lines()
1369 if (y>left_u) left_u=y;if (y<left_b) left_b=y; in update_canvas_file_lines()
1406 left_u=base_s-left_u;left_b=base_s-left_b; in update_canvas_file_lines()
[all …]
/dports/games/keeperrl/keeperrl-alpha23/
H A Dfield_of_view.cpp116 left_b=(int)floor((double)x1/y1*(h-1)), in calculate() local
122 if(left_b % 2) in calculate()
123 ++left_b; in calculate()
127 if(left_b>=-left && left_b<=right && isBlocking(left_b/2,h/2)){ in calculate()
128 leftx=left_b+1; in calculate()
129 lefty=h+(left_b>=0?-1:1); in calculate()
/dports/devel/py-cluster/python-cluster-1.4.1/cluster/
H A Dlinkage.py40 left_b, right_b = min(b), max(b)
42 distance_function(left_b, right_a))
59 left_b, right_b = min(b), max(b)
61 distance_function(left_b, right_a))
/dports/science/chrono/chrono-7.0.1/src/chrono_opengl/UI/
H A DChOpenGLHUD.cpp187 double left_b = LEFT + RIGHT; in GenerateSystem() local
190 double broad_v = glm::mix(left_b, right_b, timer_collision_broad / timer_step); in GenerateSystem()
194 bars.AddBar(left_b, broad_v, BOTTOM + thick, BOTTOM, ColorConverter(0x5D9CEC)); in GenerateSystem()
209 real build_m_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
212 real build_d_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
215 real build_e_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
218 real build_r_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
221 real build_n_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
224 real stab_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
227 real shur_v = glm::mix(left_b, right_b, number / timer_lcp); in GenerateSystem()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/doc/
H A Ddoc_dump.cpp50 String left_b = p_c.name.find("_") == -1 ? p_c.name : p_c.name.substr(0, p_c.name.find("_")); in operator <() local
51 if (left_a == left_b) in operator <()
54 return left_a < left_b; in operator <()
/dports/devel/godot2/godot-2.1.6-stable/editor/doc/
H A Ddoc_dump.cpp50 String left_b = p_c.name.find("_") == -1 ? p_c.name : p_c.name.substr(0, p_c.name.find("_")); in operator <() local
51 if (left_a == left_b) in operator <()
54 return left_a < left_b; in operator <()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libaf/
H A Daf_hrtf.c396 float common, left, right, diff, left_b, right_b; in play() local
530 left_b = conv(dblen, blen, s->ba_l, s->ba_ir, k); in play()
532 left += (1 - BASSCROSS) * left_b + BASSCROSS * right_b; in play()
533 right += (1 - BASSCROSS) * right_b + BASSCROSS * left_b; in play()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libaf/
H A Daf_hrtf.c396 float common, left, right, diff, left_b, right_b; in play() local
530 left_b = conv(dblen, blen, s->ba_l, s->ba_ir, k); in play()
532 left += (1 - BASSCROSS) * left_b + BASSCROSS * right_b; in play()
533 right += (1 - BASSCROSS) * right_b + BASSCROSS * left_b; in play()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/stats/
H A Dserialization.c321 char *left_b = is_sum ? "{" : ""; in ucs_stats_serialize_text_recurs_filtered() local
354 fputs(left_b, stream); in ucs_stats_serialize_text_recurs_filtered()
/dports/multimedia/librav1e/rav1e-0.5.1/src/context/
H A Dblock_unit.rs1453 let left_b = self.bc.blocks.left_of(bo); in fill_neighbours_ref_counts() localVariable
1454 if left_b.is_inter() { in fill_neighbours_ref_counts()
1455 ref_counts[left_b.ref_frames[0].to_index()] += 1; in fill_neighbours_ref_counts()
1456 if left_b.has_second_ref() { in fill_neighbours_ref_counts()
1457 ref_counts[left_b.ref_frames[1].to_index()] += 1; in fill_neighbours_ref_counts()
/dports/multimedia/rav1e/rav1e-0.5.1/src/context/
H A Dblock_unit.rs1453 let left_b = self.bc.blocks.left_of(bo); in fill_neighbours_ref_counts() localVariable
1454 if left_b.is_inter() { in fill_neighbours_ref_counts()
1455 ref_counts[left_b.ref_frames[0].to_index()] += 1; in fill_neighbours_ref_counts()
1456 if left_b.has_second_ref() { in fill_neighbours_ref_counts()
1457 ref_counts[left_b.ref_frames[1].to_index()] += 1; in fill_neighbours_ref_counts()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/context/
H A Dblock_unit.rs1415 let left_b = self.bc.blocks.left_of(bo); in fill_neighbours_ref_counts() localVariable
1416 if left_b.is_inter() { in fill_neighbours_ref_counts()
1417 ref_counts[left_b.ref_frames[0].to_index()] += 1; in fill_neighbours_ref_counts()
1418 if left_b.has_second_ref() { in fill_neighbours_ref_counts()
1419 ref_counts[left_b.ref_frames[1].to_index()] += 1; in fill_neighbours_ref_counts()
/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh4801 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
4803 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in left_one_var_refine()
4811 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
4813 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in left_one_var_refine()
4844 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
4846 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in left_one_var_refine()
4856 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
4872 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
4874 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in left_one_var_refine()
4895 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in left_one_var_refine() local
[all …]
H A DOctagonal_Shape_templates.hh646 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in refine_with_linear_form_inequality() local
648 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in refine_with_linear_form_inequality()
660 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in refine_with_linear_form_inequality() local
662 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in refine_with_linear_form_inequality()
697 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in refine_with_linear_form_inequality() local
699 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in refine_with_linear_form_inequality()
710 const FP_Interval_Type& left_b = left.inhomogeneous_term(); in refine_with_linear_form_inequality() local
712 sub_assign_r(a_plus_minus_b_minus, right_a.upper(), left_b.lower(), in refine_with_linear_form_inequality()
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-verb-join.sh.out450 left_b pan
460 left_b pan
470 left_b wye
490 left_b pan
500 left_b pan
510 left_b wye
530 left_b wye
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-read.c2261 GnmBorder *top_b, *left_b; in excel_set_xf() local
2272 left_b = gnm_style_get_border (mstyle, MSTYLE_BORDER_LEFT); in excel_set_xf()
2275 (col > 0 && left_b != NULL && left_b->line_type != GNM_STYLE_BORDER_NONE)) { in excel_set_xf()
2294 left_b != NULL && left_b->line_type != GNM_STYLE_BORDER_NONE) { in excel_set_xf()
2301 prev_b->line_type != left_b->line_type) in excel_set_xf()
2304 (excel_choose_border (left_b, prev_b)); in excel_set_xf()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DFont.cpp95 ul(ul_), lr(lr_), y_offset(y_ofs), left_b(lb), adv(a) {} in TempGlyphData()
98 X left_b; ///< left bearing (see Glyph) member
2029 ….ul, glyph_data.second.lr, glyph_data.second.y_offset, glyph_data.second.left_b, glyph_data.second… in Init()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-data-ref.c2769 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
2778 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
2779 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-data-ref.c2769 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
2778 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
2779 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-data-ref.c2744 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
2753 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
2754 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dprint_settings.c2072 const float left_b = dt_conf_get_float("plugins/print/print/left_margin"); in gui_init() local
2078 d->prt.page.margin_left = to_mm(d, left_b); in gui_init()
2302 gtk_spin_button_set_value(GTK_SPIN_BUTTON(d->b_left), left_b); in gui_init()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-data-ref.c2684 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
2693 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
2694 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-data-ref.c2664 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
2673 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
2674 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-data-ref.c3866 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
3875 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
3876 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-data-ref.c3866 tree diff, type, left_a, left_b, right_b; in can_use_analyze_subscript_affine_affine() local
3875 left_b = chrec_convert (type, CHREC_LEFT (*chrec_b), NULL); in can_use_analyze_subscript_affine_affine()
3876 diff = chrec_fold_minus (type, left_a, left_b); in can_use_analyze_subscript_affine_affine()

12