Home
last modified time | relevance | path

Searched refs:min_sep (Results 1 – 8 of 8) sorted by relevance

/dports/astro/oskar/OSKAR-2.8.0/oskar/sky/src/
H A Doskar_rebin_sky_cuda.cu94 float min_sep = 10.0f; /* Radians. */ in oskar_rebin_sky_cudak_f() local
108 if (delta < min_sep) in oskar_rebin_sky_cudak_f()
110 min_sep = delta; in oskar_rebin_sky_cudak_f()
/dports/math/mathicsscript/mathicsscript-3.1.0/mathicsscript/
H A Dformat.py269 min_sep = xmax
275 min_sep = min([x_list[i + 1] - x_list[i] for i in range(n)] + [min_sep])
276 cached_pair = pos, min_sep
286 pos, min_sep = hierarchy_pos(G, root=root)
287 node_size = min_sep * 2000
/dports/math/mathics-django/Mathics-Django-2.2.0/mathics_django/web/
H A Dformat.py290 min_sep = xmax
296 min_sep = min([x_list[i + 1] - x_list[i] for i in range(n)] + [min_sep])
297 cached_pair = pos, min_sep
307 pos, min_sep = hierarchy_pos(G, root=root)
308 node_size = min_sep * 2000
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/tools/
H A Dmsm_select_large_shapes.cxx96 vul_arg<double> min_sep("-mins","Minimum separation of points required",30.0); in main() local
125 <<ref_pt0()<<" and "<<ref_pt1()<<" is at least "<<min_sep()<<std::endl; in main()
141 if (s<min_sep()) continue; // Shape too small in main()
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Doscilloscopeview.cpp230 const double min_sep = 10.0; in paintEvent() local
232 …ixelsPerSecond/(std::pow( divisions, std::floor(std::log(pixelsPerSecond/min_sep)/std::log(divisio… in paintEvent()
238 int blackness = 256 - int(184.0 * spacing / (min_sep*divisions*divisions)); in paintEvent()
249 blackness = 256 - int(184.0 * spacing / (min_sep*divisions*divisions)); in paintEvent()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkscale.c1016 gint min_sep = 4; in gtk_scale_expose() local
1063 … max_pos = widget->allocation.x + find_next_pos (widget, m, marks + i, GTK_POS_TOP) - min_sep; in gtk_scale_expose()
1070 … max_pos = widget->allocation.x + find_next_pos (widget, m, marks + i, GTK_POS_BOTTOM) - min_sep; in gtk_scale_expose()
1091 min_pos_before = x3 + logical_rect.width + min_sep; in gtk_scale_expose()
1096 min_pos_after = x3 + logical_rect.width + min_sep; in gtk_scale_expose()
1111 … max_pos = widget->allocation.y + find_next_pos (widget, m, marks + i, GTK_POS_LEFT) - min_sep; in gtk_scale_expose()
1118 … max_pos = widget->allocation.y + find_next_pos (widget, m, marks + i, GTK_POS_RIGHT) - min_sep; in gtk_scale_expose()
1140 min_pos_before = y3 + logical_rect.height + min_sep; in gtk_scale_expose()
1145 min_pos_after = y3 + logical_rect.height + min_sep; in gtk_scale_expose()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkscale.c491 int min_sep = 4; in gtk_scale_allocate_marks() local
532 … max_pos = find_next_pos (widget, m, marks + i, GTK_POS_TOP) - min_sep + widget_alloc.x; in gtk_scale_allocate_marks()
537 … max_pos = find_next_pos (widget, m, marks + i, GTK_POS_BOTTOM) - min_sep + widget_alloc.x; in gtk_scale_allocate_marks()
550 min_pos_before = mark_alloc.x + mark_size + min_sep; in gtk_scale_allocate_marks()
552 min_pos_after = mark_alloc.x + mark_size + min_sep; in gtk_scale_allocate_marks()
564 … max_pos = find_next_pos (widget, m, marks + i, GTK_POS_TOP) - min_sep + widget_alloc.y; in gtk_scale_allocate_marks()
569 … max_pos = find_next_pos (widget, m, marks + i, GTK_POS_BOTTOM) - min_sep + widget_alloc.y; in gtk_scale_allocate_marks()
582 min_pos_before = mark_alloc.y + mark_size + min_sep; in gtk_scale_allocate_marks()
584 min_pos_after = mark_alloc.y + mark_size + min_sep; in gtk_scale_allocate_marks()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex70.c625 PetscReal sep,min_sep = PETSC_MAX_REAL; in DMSwarmPICInsertPointsCellwise() local
634 if (sep < min_sep) { in DMSwarmPICInsertPointsCellwise()
636 min_sep = sep; in DMSwarmPICInsertPointsCellwise()