Home
last modified time | relevance | path

Searched refs:cell_r (Results 1 – 15 of 15) sorted by relevance

/dports/www/trac-devel/Trac-1.5.3/trac/ticket/
H A Dnotification.py438 cell_r = []
443 diff = len(cell_l) - len(cell_r)
448 cell_r.extend([''] * max(diff, 0))
455 cell_r.extend(vals_r)
457 for i in range(max(len(cell_l), len(cell_r))):
460 elif i >= len(cell_r):
461 cell_r.append('')
464 txt += '%-*s|%s%s' % (fmt_width, cell_l[i], cell_r[i], '\n')
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_types.F181 REAL(dp) :: cell_r(3) component
1333 x_data%neighbor_cells(1)%cell_r = 0.0_dp
1385 x_data%neighbor_cells(i)%cell_r = 0.0_dp
1541 x_data%neighbor_cells(i)%cell_r = 0.0_dp
1606 x_data%neighbor_cells(i)%cell_r(:) = 0.0_dp
1608 CALL scaled_to_real(x_data%neighbor_cells(i)%cell_r, s, cell)
1614 R_max_stress = MAX(R_max_stress, MAXVAL(ABS(x_data%neighbor_cells(i)%cell_r(:))))
H A Dhfx_pair_list_methods.F127 C11 = temp_CC + neighbor_cells(k)%cell_r(:)
128 tmp_D = temp_DD + neighbor_cells(k)%cell_r(:)
364 im_B = rb + neighbor_cells(i)%cell_r(:)
/dports/games/simsu/simsu-1.4.0/src/
H A Dsolver_logic.cpp364 const int cell_r = cell / 9; in removeRowBoxIntersection() local
365 if (cell_r == r) { in removeRowBoxIntersection()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_pair_list_methods.F127 C11 = temp_CC + neighbor_cells(k)%cell_r(:)
128 tmp_D = temp_DD + neighbor_cells(k)%cell_r(:)
364 im_B = rb + neighbor_cells(i)%cell_r(:)
H A Dhfx_types.F207 REAL(dp) :: cell_r(3) component
2016 x_data%neighbor_cells(1)%cell_r = 0.0_dp
2068 x_data%neighbor_cells(i)%cell_r = 0.0_dp
2224 x_data%neighbor_cells(i)%cell_r = 0.0_dp
2289 x_data%neighbor_cells(i)%cell_r(:) = 0.0_dp
2291 CALL scaled_to_real(x_data%neighbor_cells(i)%cell_r, s, cell)
2297 R_max_stress = MAX(R_max_stress, MAXVAL(ABS(x_data%neighbor_cells(i)%cell_r(:))))
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_tables.cpp2762 ImRect cell_r = TableGetCellBgRect(table, column_n); in TableHeader() local
2788 …ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_heigh… in TableHeader()
2827 if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) in TableHeader()
2832 if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) in TableHeader()
2840 const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; in TableHeader()
2845 float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); in TableHeader()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Dimgui_tables.cpp2876 ImRect cell_r = TableGetCellBgRect(table, column_n); in TableHeader() local
2902 …ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_heigh… in TableHeader()
2941 if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) in TableHeader()
2946 if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) in TableHeader()
2954 const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; in TableHeader()
2959 float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); in TableHeader()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_tables.cpp2762 ImRect cell_r = TableGetCellBgRect(table, column_n); in TableHeader() local
2788 …ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_heigh… in TableHeader()
2827 if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) in TableHeader()
2832 if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) in TableHeader()
2840 const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; in TableHeader()
2845 float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); in TableHeader()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_tables.cpp2875 ImRect cell_r = TableGetCellBgRect(table, column_n); in TableHeader() local
2901 …ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_heigh… in TableHeader()
2940 if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) in TableHeader()
2945 if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) in TableHeader()
2953 const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; in TableHeader()
2958 float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); in TableHeader()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_tables.cpp2876 ImRect cell_r = TableGetCellBgRect(table, column_n); in TableHeader() local
2902 …ImRect bb(cell_r.Min.x, cell_r.Min.y, cell_r.Max.x, ImMax(cell_r.Max.y, cell_r.Min.y + label_heigh… in TableHeader()
2941 if (g.IO.MouseDelta.x < 0.0f && g.IO.MousePos.x < cell_r.Min.x) in TableHeader()
2946 if (g.IO.MouseDelta.x > 0.0f && g.IO.MousePos.x > cell_r.Max.x) in TableHeader()
2954 const float ellipsis_max = cell_r.Max.x - w_arrow - w_sort_text; in TableHeader()
2959 float x = ImMax(cell_r.Min.x, cell_r.Max.x - w_arrow - w_sort_text); in TableHeader()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DGeometry.cpp1118 const VD::cell_type* cell_r = edge->twin()->cell(); in validate_edge() local
1120 const Line &segment_r = this->retrieve_segment(cell_r); in validate_edge()
1146 coordf_t w0 = cell_r->contains_segment() in validate_edge()
1148 : (this->retrieve_endpoint(cell_r) - line.a).cast<double>().norm()*2; in validate_edge()
1154 if (cell_l->contains_segment() && cell_r->contains_segment()) { in validate_edge()
H A DEdgeGrid.cpp1012 coord_t cell_r = coord_t(floor(ycl / m_resolution)); in signed_distance_bilinear() local
1015 float ty = float(ycl - cell_r * m_resolution) / float(m_resolution); in signed_distance_bilinear()
1017 size_t addr = cell_r * (m_cols + 1) + cell_c; in signed_distance_bilinear()
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dpelclyal.h188 #define cell_r(c) (((c)->r)) macro
/dports/math/giacxcas/giac-1.6.0/src/
H A Dvecteur.cc847 int r,c,cell_r,cell_c; in matrice_insert() local
889 int cell_r2,cell_c2,type=cell2pos(*it,i,j,cell_r,cell_c,cell_r2,cell_c2); in matrice_insert()
891 if (cell_r>=insert_row) in matrice_insert()
892 cell_r += nrows; in matrice_insert()
899 sub_out.push_back(pos2cell(*it,i+decal_i,j+decal_j,cell_r,cell_c,cell_r2,cell_c2)); in matrice_insert()
916 int r,c,cell_r,cell_c; in matrice_erase() local
949 int cell_r2,cell_c2,type=cell2pos(*it,i,j,cell_r,cell_c,cell_r2,cell_c2); in matrice_erase()
951 if (cell_r>=insert_row) in matrice_erase()
952 cell_r -= nrows; in matrice_erase()
959 sub_out.push_back(pos2cell(*it,i-decal_i,j-decal_j,cell_r,cell_c,cell_r2,cell_c2)); in matrice_erase()