Home
last modified time | relevance | path

Searched refs:dimension_x (Results 1 – 25 of 62) sorted by relevance

123

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Constructor.ocd/ConstructionPreviewer.ocd/
H A DScript.c13 local extra_overlay, dimension_x, dimension_y, clonk, structure, direction, stick_to, blocked; variable
33 dimension_x = to_construct->GetDefWidth(); in Set()
86 …if (!(other_site->GetLeftEdge() > GetX()+dimension_x/2 || other_site->GetRightEdge() < GetX()-dime… in AdjustPreview()
116 x = BoundBy(x, -dimension_x - clonk_width/2, dimension_x + clonk_width/2); in Reposition()
186 x = other->GetX() - other_width/2 - dimension_x/2; in Reposition()
191 x = other->GetX() + other_width/2 + dimension_x/2; in Reposition()
224 x = BoundBy(x, -dimension_x/2 - clonk_width/2, dimension_x/2 + clonk_width/2); in Reposition()
245 …SetObjDrawTransform(1000, 0, dimension_x/2 * 1000 * x_dir, 0, 1000, dimension_y/2 * 1000 * y_dir, … in Reposition()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/sacado/src/function/
H A DROL_NonlinearProgram.hpp122 lp_ = ROL::makePtr<vector<Real>>(l, l+dimension_x() ); in setLower()
127 up_ = ROL::makePtr<vector<Real>>(u, u+dimension_x() ); in setUpper()
197 ROL::makePtr<vector<Real>>(array,array+dimension_x()); in createOptVector()
215 virtual int dimension_x() { return 1; } in dimension_x() function in ROL::NonlinearProgram
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/sacado/test/HS/
H A DHS_Problem_003.hpp74 Problem_003() : NP( dimension_x() ) { in Problem_003()
78 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_003
H A DHS_Problem_004.hpp76 Problem_004() : NP( dimension_x() ) { in Problem_004()
81 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_004
H A DHS_Problem_001.hpp77 Problem_001() : NP( dimension_x() ) { in Problem_001()
81 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_001
H A DHS_Problem_005.hpp79 Problem_005() : NP( dimension_x() ), pi(3.14159265459) { in Problem_005()
85 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_005
H A DHS_Problem_002.hpp75 Problem_002() : NP( dimension_x() ) { in Problem_002()
79 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_002
H A DHS_Problem_021.hpp88 Problem_021() : NP( dimension_x() ) { in Problem_021()
95 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_021
H A DHS_Problem_010.hpp86 Problem_010() : NP( dimension_x() ) { in Problem_010()
90 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_010
H A DHS_Problem_013.hpp88 Problem_013() : NP( dimension_x() ) { in Problem_013()
93 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_013
H A DHS_Problem_030.hpp89 Problem_030() : NP( dimension_x() ) { in Problem_030()
98 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_030
H A DHS_Problem_036.hpp88 Problem_036() : NP( dimension_x() ) { in Problem_036()
97 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_036
H A DHS_Problem_037.hpp89 Problem_037() : NP( dimension_x() ) { in Problem_037()
98 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_037
H A DHS_Problem_006.hpp88 Problem_006() : NP( dimension_x() ) { in Problem_006()
92 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_006
H A DHS_Problem_012.hpp86 Problem_012() : NP( dimension_x() ) { in Problem_012()
90 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_012
H A DHS_Problem_015.hpp89 Problem_015() : NP( dimension_x() ) { in Problem_015()
93 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_015
H A DHS_Problem_018.hpp87 Problem_018() : NP( dimension_x() ) { in Problem_018()
94 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_018
H A DHS_Problem_022.hpp93 Problem_022() : NP( dimension_x() ) { in Problem_022()
97 int dimension_x() { return 2; } in dimension_x() function in HS::Problem_022
H A DHS_Problem_027.hpp88 Problem_027() : NP( dimension_x() ) { in Problem_027()
92 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_027
H A DHS_Problem_028.hpp89 Problem_028() : NP( dimension_x() ) { in Problem_028()
93 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_028
H A DHS_Problem_035.hpp90 Problem_035() : NP( dimension_x() ) { in Problem_035()
96 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_035
H A DHS_Problem_025.hpp87 Problem_025() : NP( dimension_x() ) { in Problem_025()
98 int dimension_x() { return 3; } in dimension_x() function in HS::Problem_025
H A DHS_Problem_038.hpp80 Problem_038() : NP( dimension_x() ) { in Problem_038()
92 int dimension_x() { return 4; } in dimension_x() function in HS::Problem_038
H A DHS_Problem_039.hpp87 Problem_039() : NP( dimension_x() ) { in Problem_039()
91 int dimension_x() { return 4; } in dimension_x() function in HS::Problem_039
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/DATATYPE/
H A DhashGrid.h794 HashGrid3(const Vector3& origin, Size dimension_x, Size dimension_y,
800 HashGrid3(const Vector3& origin, Size dimension_x, Size dimension_y,
845 Size dimension_x, Size dimension_y, Size dimension_z);
1184 Size dimension_x, Size dimension_y, Size dimension_z, in HashGrid3() argument
1188 dimension_x_(dimension_x), in HashGrid3()
1191 box_(dimension_x * dimension_y * dimension_z, HashGridBox3<Item>(this)) in HashGrid3()
1198 Size dimension_x, Size dimension_y, Size dimension_z, float spacing) in HashGrid3() argument
1201 dimension_x_(dimension_x), in HashGrid3()
1291 Size dimension_x, Size dimension_y, Size dimension_z) in set() argument
1295 dimension_x_ = dimension_x; in set()
[all …]

123