Home
last modified time | relevance | path

Searched refs:boxlength (Results 1 – 24 of 24) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.SmallScenery.cpp42 CoordsXYZ boxlength; in PaintSmallScenery() local
74 boxlength.x = 2; in PaintSmallScenery()
75 boxlength.y = 2; in PaintSmallScenery()
129 if (boxlength.z > 128 || boxlength.z < 0) in PaintSmallScenery()
162 …session, baseImageid, { x_offset, y_offset, height }, { boxlength.x, boxlength.y, boxlength.z - 1 … in PaintSmallScenery()
174 …session, image_id, x_offset, y_offset, boxlength.x, boxlength.y, boxlength.z - 1, height, boxoffse… in PaintSmallScenery()
194 …session, image_id, x_offset, y_offset, boxlength.x, boxlength.y, boxlength.z - 1, height, boxoffse… in PaintSmallScenery()
206 …session, image_id, x_offset, y_offset, boxlength.x, boxlength.y, boxlength.z - 1, height, boxoffse… in PaintSmallScenery()
215 …session, image_id, x_offset, y_offset, boxlength.x, boxlength.y, boxlength.z - 1, height, boxoffse… in PaintSmallScenery()
224 …session, image_id, x_offset, y_offset, boxlength.x, boxlength.y, boxlength.z - 1, height, boxoffse… in PaintSmallScenery()
[all …]
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Djp2000.c358 boxlength = box->boxlength; in process_jp2_ftyp()
445 boxlength = box->boxlength; in process_jp2_xml()
497 boxlength = box->boxlength; in process_jp2_jp2i()
547 boxlength = box->boxlength; in process_jp2_jp2h()
634 boxlength = box->boxlength; in process_jp2_ihdr()
772 boxlength = box->boxlength; in process_jp2_uuid()
877 boxlength = box->boxlength; in process_jp2_uinf()
931 boxlength = box->boxlength; in process_jp2_ulst()
1003 boxlength = box->boxlength; in process_jp2_de()
1077 boxlength = box->boxlength; in process_jp2_colr()
[all …]
H A Djp2_datadefs.h26 unsigned long boxlength; /* ###%%% should be long long */ member
/dports/science/tinker/tinker/other/
H A Dmlgrids.f21 real*8 boxlength,boxcut
25 & boxlength,boxcut,trans(3)
335 read (*,20) boxlength
344 if (boxcut .gt. boxlength) then
349 boxcore = boxlength/2.0d0 - boxcut
353 trans(1) = boxlength
355 trans(3) = -boxlength
374 real*8 boxlength,boxcore,trans local
470 real*8 x,y,z,boxlength,halfbox local
474 & boxlength
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/doc/apbs/input/elec/
H A Dpbc.rst11 pbc {boxlength}
13 where ``boxlength`` is the floating point value of the box length in Ångstroms.
19 …e large enough such that the electrostatic forces are sufficiently attenuated beyond one boxlength.
20 … 100 Å for the mutual polarization, so if the boxlength is shorter, the cutoff will be reduced to
/dports/math/ogdf/OGDF/include/ogdf/energybased/fmmm/
H A DFruchtermanReingold.h64 double boxlength,
70 boxlength = b_l; down_left_corner = d_l_c; in update_boxlength_and_cornercoordinate()
76 double boxlength; //!< length of drawing box variable
H A DNewMultipoleMethod.h60 double boxlength,
88 double boxlength;//!< length of drawing box variable
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DFMMMLayout.cpp686 boxlength += 2; in adjust_positions()
691 boxlength += 2; in adjust_positions()
1122 boxlength = ceil(max(w, h) * BOX_SCALING_FACTOR); in init_boxlength_and_cornercoordinate()
1143 A[v].set_x(boxlength*i / (m + 1) + blall / 2); in create_initial_placement_uniform_grid()
1144 A[v].set_y(boxlength*j / (m + 1) + blall / 2); in create_initial_placement_uniform_grid()
1163 A[v].set_x(rndp.m_x*(boxlength - 2) + 1); in create_initial_placement_random()
1164 A[v].set_y(rndp.m_y*(boxlength - 2) + 1); in create_initial_placement_random()
1402 if (boxlength <= 2) in update_boxlength_and_cornercoordinate()
1404 boxlength = G.numberOfNodes() * 20; in update_boxlength_and_cornercoordinate()
1405 down_left_corner.m_x = floor(xmin) - (boxlength / 2); in update_boxlength_and_cornercoordinate()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DFMMMLayout.h774 double boxlength; //!< Holds the length of the quadratic comput. box. variable
1113 return (iter == 1) ? boxlength/1000 : boxlength/5; in max_radius()
1157 double x_max = down_left_corner.m_x+boxlength; in restrict_force_to_comp_box()
1159 double y_max = down_left_corner.m_y+boxlength; in restrict_force_to_comp_box()
/dports/math/octave-forge-mechanics/mechanics/inst/molecularDynamics/
H A Dmdsim.m25 options = {"mass","timestep","nonperiodic","substeps","boxlength"};
152 %!error (mdsim (@func2, [0 1], 0, 0,"boxlength",-1))
153 %!error (mdsim (@func2, [0 1], 0, 0,"boxlength",[1 2]))
154 %!error (mdsim ([], [0 1], 0, 0,"boxlength",[1 2]))
/dports/math/ogdf/OGDF/src/ogdf/energybased/fmmm/
H A DFruchtermanReingold.cpp109 gridboxlength = boxlength / (max_gridindex + 1); in calculate_approx_repulsive_forces()
169 boxlength = bl; in make_initialisations()
H A DNewMultipoleMethod.cpp188 boxlength = bl; in make_initialisations()
208 boxlength = b_l; in update_boxlength_and_cornercoordinate()
347 T.get_root_ptr()->set_Sm_boxlength(boxlength); in build_up_root_node()
894 T.get_root_ptr()->set_Sm_boxlength(boxlength); in build_up_root_vertex()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A DBaseSys.cpp86 double boxlength) in BaseSystem() argument
88 boxLength_(boxlength), t_(0) in BaseSystem()
H A DBaseSys.h142 double boxlength=Constants::MAX_DIST);
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/src/
H A DSystemAM.h134 double boxlength=Constants::MAX_DIST);
H A DSystemAM.cpp140 double boxlength) in SystemAM() argument
141 :BaseSystem(mols, cutoff, boxlength) in SystemAM()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/doc/source/pbam/
H A Dpbam_input.rst62 | pbc | `<boxlength>` | Set size of periodic box to `boxlength` |
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/src/
H A DSystemSAM.h201 double boxlength=Constants::MAX_DIST);
H A DSystemSAM.cpp401 double boxlength) in SystemSAM() argument
402 :BaseSystem(mols, cutoff, boxlength) in SystemSAM()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/doc/source/pbsam/
H A Dpbsam_input.rst91 | pbc | `<boxlength>` | Set size of periodic box to `boxlength` |
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/manual/chapters/
H A Dpbam.tex129 \T pbc & \param{boxlength} & \parbox[t]{\colthree}{Set size of periodic box to \param{boxlength}.}\\
H A Dpbsam.tex144 \T pbc & \param{boxlength} & \parbox[t]{\colthree}{Set size of periodic box to \param{boxlength}.}\\
/dports/science/gromacs/gromacs-2021.4/docs/manual/
H A Dpicins.sty67 \def\boxlength#1{\d@boxl #1\relax}
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/
H A Dpicins.sty67 \def\boxlength#1{\d@boxl #1\relax}