Home
last modified time | relevance | path

Searched refs:get_constant (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dmargin_container.cpp35 int margin_left = get_constant("margin_left"); in get_minimum_size()
36 int margin_top = get_constant("margin_top"); in get_minimum_size()
37 int margin_right = get_constant("margin_right"); in get_minimum_size()
38 int margin_bottom = get_constant("margin_bottom"); in get_minimum_size()
70 int margin_left = get_constant("margin_left"); in _notification()
71 int margin_top = get_constant("margin_top"); in _notification()
72 int margin_right = get_constant("margin_right"); in _notification()
73 int margin_bottom = get_constant("margin_bottom"); in _notification()
H A Dsplit_container.cpp78 int sep = get_constant("separation"); in _resort()
127 int sep = get_constant("separation"); in get_minimum_size()
170 if (get_constant("autohide")) in _notification()
178 if (collapsed || (!dragging && !mouse_inside && get_constant("autohide"))) in _notification()
184 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification()
213 int sep = get_constant("separation"); in _gui_input()
245 …m->get_position().y > middle_sep && mm->get_position().y < middle_sep + get_constant("separation"); in _gui_input()
247 …m->get_position().x > middle_sep && mm->get_position().x < middle_sep + get_constant("separation"); in _gui_input()
252 if (get_constant("autohide")) in _gui_input()
273 int sep = get_constant("separation"); in get_cursor_shape()
H A Dbutton.cpp54 minsize.width += get_constant("hseparation"); in get_minimum_size()
169 icon_ofs_region = _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
174 _size.width -= get_constant("hseparation") + icon_ofs_region; in _notification()
191 …Point2 icon_ofs = !_icon.is_null() ? Point2(icon_region.size.width + get_constant("hseparation"), … in _notification()
194 text_clip -= _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
197 text_clip -= _internal_margin[MARGIN_RIGHT] + get_constant("hseparation"); in _notification()
205 …get_margin(MARGIN_LEFT) + icon_ofs.x + _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
219 … - font->get_string_size(xl_text).x - _internal_margin[MARGIN_RIGHT] - get_constant("hseparation"); in _notification()
H A Ddialogs.cpp95 int title_height = get_constant("title_height", "WindowDialog"); in has_point()
101 int scaleborder_size = get_constant("scaleborder_size", "WindowDialog"); in has_point()
208 int title_height = get_constant("title_height", "WindowDialog"); in _notification()
221 …close_button->set_begin(Point2(-get_constant("close_h_ofs", "WindowDialog"), -get_constant("close_… in _notification()
269 int title_height = get_constant("title_height", "WindowDialog"); in _drag_hit_test()
270 int scaleborder_size = get_constant("scaleborder_size", "WindowDialog"); in _drag_hit_test()
460 int margin = get_constant("margin", "Dialogs"); in _update_child_rects()
488 int margin = get_constant("margin", "Dialogs"); in get_minimum_size()
586 int margin = get_constant("margin", "Dialogs"); in AcceptDialog()
587 int button_margin = get_constant("button_margin", "Dialogs"); in AcceptDialog()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dmargin_container.cpp34 int margin_left = get_constant("margin_left"); in get_minimum_size()
35 int margin_top = get_constant("margin_top"); in get_minimum_size()
36 int margin_right = get_constant("margin_right"); in get_minimum_size()
37 int margin_bottom = get_constant("margin_bottom"); in get_minimum_size()
68 int margin_left = get_constant("margin_left"); in _notification()
69 int margin_top = get_constant("margin_top"); in _notification()
70 int margin_right = get_constant("margin_right"); in _notification()
71 int margin_bottom = get_constant("margin_bottom"); in _notification()
H A Ddialogs.cpp42 int extra = get_constant("titlebar_height", "WindowDialog"); in has_point()
83 int th = get_constant("title_height", "WindowDialog"); in _notification()
98 …close_button->set_begin(Point2(get_constant("close_h_ofs", "WindowDialog"), -get_constant("close_v… in _notification()
242 int margin = get_constant("margin", "Dialogs"); in _update_child_rect()
264 int margin = get_constant("margin", "Dialogs"); in get_minimum_size()
368 int margin = get_constant("margin", "Dialogs"); in AcceptDialog()
369 int button_margin = get_constant("button_margin", "Dialogs"); in AcceptDialog()
H A Dsplit_container.cpp98 int sep = get_constant("separation"); in _resort()
197 int sep = get_constant("separation"); in get_minimum_size()
251 if (collapsed || (!mouse_inside && get_constant("autohide"))) in _notification()
253 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification()
285 int sep = get_constant("separation"); in _input_event()
330 int sep = get_constant("separation"); in get_cursor_shape()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dmargin_container.cpp34 int margin_left = get_constant("margin_left"); in get_minimum_size()
35 int margin_top = get_constant("margin_top"); in get_minimum_size()
36 int margin_right = get_constant("margin_right"); in get_minimum_size()
37 int margin_bottom = get_constant("margin_bottom"); in get_minimum_size()
68 int margin_left = get_constant("margin_left"); in _notification()
69 int margin_top = get_constant("margin_top"); in _notification()
70 int margin_right = get_constant("margin_right"); in _notification()
71 int margin_bottom = get_constant("margin_bottom"); in _notification()
H A Ddialogs.cpp42 int extra = get_constant("titlebar_height", "WindowDialog"); in has_point()
83 int th = get_constant("title_height", "WindowDialog"); in _notification()
98 …close_button->set_begin(Point2(get_constant("close_h_ofs", "WindowDialog"), -get_constant("close_v… in _notification()
242 int margin = get_constant("margin", "Dialogs"); in _update_child_rect()
264 int margin = get_constant("margin", "Dialogs"); in get_minimum_size()
368 int margin = get_constant("margin", "Dialogs"); in AcceptDialog()
369 int button_margin = get_constant("button_margin", "Dialogs"); in AcceptDialog()
H A Dsplit_container.cpp98 int sep = get_constant("separation"); in _resort()
197 int sep = get_constant("separation"); in get_minimum_size()
251 if (collapsed || (!mouse_inside && get_constant("autohide"))) in _notification()
253 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification()
285 int sep = get_constant("separation"); in _input_event()
330 int sep = get_constant("separation"); in get_cursor_shape()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dmargin_container.cpp35 int margin_left = get_constant("margin_left"); in get_minimum_size()
36 int margin_top = get_constant("margin_top"); in get_minimum_size()
37 int margin_right = get_constant("margin_right"); in get_minimum_size()
38 int margin_bottom = get_constant("margin_bottom"); in get_minimum_size()
70 int margin_left = get_constant("margin_left"); in _notification()
71 int margin_top = get_constant("margin_top"); in _notification()
72 int margin_right = get_constant("margin_right"); in _notification()
73 int margin_bottom = get_constant("margin_bottom"); in _notification()
H A Dsplit_container.cpp78 int sep = get_constant("separation"); in _resort()
127 int sep = get_constant("separation"); in get_minimum_size()
170 if (get_constant("autohide")) in _notification()
178 if (collapsed || (!dragging && !mouse_inside && get_constant("autohide"))) in _notification()
184 int sep = dragger_visibility != DRAGGER_HIDDEN_COLLAPSED ? get_constant("separation") : 0; in _notification()
213 int sep = get_constant("separation"); in _gui_input()
245 …m->get_position().y > middle_sep && mm->get_position().y < middle_sep + get_constant("separation"); in _gui_input()
247 …m->get_position().x > middle_sep && mm->get_position().x < middle_sep + get_constant("separation"); in _gui_input()
252 if (get_constant("autohide")) in _gui_input()
273 int sep = get_constant("separation"); in get_cursor_shape()
H A Dbutton.cpp54 minsize.width += get_constant("hseparation"); in get_minimum_size()
169 icon_ofs_region = _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
174 _size.width -= get_constant("hseparation") + icon_ofs_region; in _notification()
191 …Point2 icon_ofs = !_icon.is_null() ? Point2(icon_region.size.width + get_constant("hseparation"), … in _notification()
194 text_clip -= _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
197 text_clip -= _internal_margin[MARGIN_RIGHT] + get_constant("hseparation"); in _notification()
205 …get_margin(MARGIN_LEFT) + icon_ofs.x + _internal_margin[MARGIN_LEFT] + get_constant("hseparation"); in _notification()
219 … - font->get_string_size(xl_text).x - _internal_margin[MARGIN_RIGHT] - get_constant("hseparation"); in _notification()
H A Ddialogs.cpp95 int title_height = get_constant("title_height", "WindowDialog"); in has_point()
101 int scaleborder_size = get_constant("scaleborder_size", "WindowDialog"); in has_point()
208 int title_height = get_constant("title_height", "WindowDialog"); in _notification()
221 …close_button->set_begin(Point2(-get_constant("close_h_ofs", "WindowDialog"), -get_constant("close_… in _notification()
269 int title_height = get_constant("title_height", "WindowDialog"); in _drag_hit_test()
270 int scaleborder_size = get_constant("scaleborder_size", "WindowDialog"); in _drag_hit_test()
460 int margin = get_constant("margin", "Dialogs"); in _update_child_rects()
488 int margin = get_constant("margin", "Dialogs"); in get_minimum_size()
586 int margin = get_constant("margin", "Dialogs"); in AcceptDialog()
587 int button_margin = get_constant("button_margin", "Dialogs"); in AcceptDialog()
/dports/math/osi/Osi-0.108.6/Osi/examples/
H A Dopbdp_solve.cpp264 Coefficient rhs2 = -row.get_constant(); in solve()
273 rhs = -row.get_constant(); in solve()
289 Coefficient rhs2 = -row.get_constant(); in solve()
293 rhs = -row.get_constant(); in solve()
308 rhs = -row.get_constant(); in solve()
323 row.set_constant(row.get_constant() - 1); in solve()
324 rhs = -row.get_constant(); in solve()
334 row.set_constant(row.get_constant() - rhs); in solve()
335 Coefficient rhs2 = -row.get_constant(); in solve()
338 row.set_constant(row.get_constant() + rhs2); in solve()
[all …]
/dports/math/clp/Clp-1.17.3/Osi/examples/
H A Dopbdp_solve.cpp264 Coefficient rhs2 = -row.get_constant(); in solve()
273 rhs = -row.get_constant(); in solve()
289 Coefficient rhs2 = -row.get_constant(); in solve()
293 rhs = -row.get_constant(); in solve()
308 rhs = -row.get_constant(); in solve()
323 row.set_constant(row.get_constant() - 1); in solve()
324 rhs = -row.get_constant(); in solve()
334 row.set_constant(row.get_constant() - rhs); in solve()
335 Coefficient rhs2 = -row.get_constant(); in solve()
338 row.set_constant(row.get_constant() + rhs2); in solve()
[all …]
/dports/astro/pykep/pykep-2.6/pykep/core/
H A Dcore.cpp210 get_constant(AU);
211 get_constant(JR);
212 get_constant(MU_SUN);
213 get_constant(MU_EARTH);
215 get_constant(EARTH_J2);
217 get_constant(DEG2RAD);
218 get_constant(RAD2DEG);
219 get_constant(DAY2SEC);
220 get_constant(SEC2DAY);
221 get_constant(DAY2YEAR);
[all …]
/dports/astro/py-pykep/pykep-2.6/pykep/core/
H A Dcore.cpp210 get_constant(AU);
211 get_constant(JR);
212 get_constant(MU_SUN);
213 get_constant(MU_EARTH);
215 get_constant(EARTH_J2);
217 get_constant(DEG2RAD);
218 get_constant(RAD2DEG);
219 get_constant(DAY2SEC);
220 get_constant(SEC2DAY);
221 get_constant(DAY2YEAR);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/python/ir/
H A Daffine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Bindings/Python/
H A Dir_affine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/python/ir/
H A Daffine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/python/ir/
H A Daffine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Bindings/Python/
H A Dir_affine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/python/ir/
H A Daffine_expr.py16 affine_expr = AffineExpr.get_constant(42)
33 a1 = AffineExpr.get_constant(42)
34 a2 = AffineExpr.get_constant(42)
35 a3 = AffineExpr.get_constant(43)
53 a1 = AffineExpr.get_constant(42)
55 a2 = AffineExpr.get_constant(42)
66 a1 = AffineExpr.get_constant(42)
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dcomplex.c253 get_constant(p1, n, dp) in get_constant() function
283 if (!get_constant(p1, 1, &d1))
295 if (!get_constant(&p1[i+1], j - (i + 1), &d2))
339 if (get_constant(p1, n, &c.re)) {
362 if (get_constant(&p1[k+1], j - k, &tmp.re)) {
397 if (get_constant(&p1[k+1], 1, &tmp.im)) {
423 if (get_constant(&p1[k+1], 1, &tmp.im)) {
437 if (get_constant(p1, j, &tmp.re)) {

12345678910>>...32