Home
last modified time | relevance | path

Searched refs:max_points (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/SLA/
H A DClustering.cpp20 unsigned max_points, in cluster() argument
41 int c = max_points && newpts.size() + cluster.size() > max_points? in cluster()
47 if(!newpts.empty() && (!max_points || cluster.size() < max_points)) in cluster()
76 unsigned max_points) in distance_queryfn() argument
78 std::vector<PointIndexEl> tmp; tmp.reserve(max_points); in distance_queryfn()
80 bgi::nearest(p.first, max_points), in distance_queryfn()
97 unsigned max_points) in cluster() argument
105 return cluster(sindex, max_points, in cluster()
117 unsigned max_points) in cluster() argument
125 return cluster(sindex, max_points, in cluster()
[all …]
/dports/games/gnugo/gnugo-3.8/engine/
H A Dmovelist.c44 for (k = 0; k < max_points; k++) { in movelist_move_known()
61 movelist_change_point(int move, int code, int max_points, in movelist_change_point() argument
67 for (k = 0; k < max_points; k++) in movelist_change_point()
72 if (k < max_points) { in movelist_change_point()
77 movelist_sort_points(max_points, points, codes); in movelist_change_point()
82 if (code > codes[max_points - 1]) { in movelist_change_point()
83 points[max_points - 1] = move; in movelist_change_point()
84 codes[max_points - 1] = code; in movelist_change_point()
85 movelist_sort_points(max_points, points, codes); in movelist_change_point()
99 movelist_sort_points(int max_points, int points[], int codes[]) in movelist_sort_points() argument
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dparty_points.graph.cpp106 if (max_points == 0) in on_draw()
107 max_points = 10; in on_draw()
113 min_points = -max_points; in on_draw()
114 max_points = 0; in on_draw()
117 min_points = -max_points; in on_draw()
127 if (points > max_points) in on_draw()
128 max_points = points; in on_draw()
131 if (max_points == min_points) in on_draw()
132 max_points += 1; in on_draw()
297 p <= max_points; in on_draw()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
124 test_type<ttmath_big, ttmath_big>(count, min_points, max_points, rotation, settings); in test_all()
140 int max_points = 9; in main() local
152 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/robustness/overlay/areal_areal/
H A Dintersection_stars.cpp65 void test_star(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_star() argument
74 for (int i = min_points; i <= max_points; i++) in test_star()
104 void test_type(int count, int min_points, int max_points, T rotation, p_q_settings const& settings) in test_type() argument
106 test_star<T, CalculationType>(count, min_points, max_points, rotation, settings); in test_type()
110 void test_all(std::string const& type, int count, int min_points, int max_points, T rotation, p_q_s… in test_all() argument
115 test_type<float, float>(count, min_points, max_points, rotation, settings); in test_all()
119 test_type<double, double>(count, min_points, max_points, rotation, settings); in test_all()
135 int max_points = 9; in main() local
147 … ("max_points", po::value<int>(&max_points)->default_value(9), "Maximum number of points") in main()
166 test_all(type, count, min_points, max_points, rotation, settings); in main()
/dports/devel/godot2-tools/godot-demo-projects-2.1.4-stable/2d/space_shooter/
H A Dgame_state.gd6 var max_points = 0
13 max_points = f.get_var()
17 if (points > max_points):
18 max_points = points
22 f.store_var(max_points)
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php95 $max_points = 0;
97 if ($max_points < $answer->getPoints()) {
98 $max_points = $answer->getPoints();
135 if ($max_points != 0 && $reached_points !== null) {
136 $percentage = (int) (($reached_points / $max_points) * 100);
157 $max_points = $answer->getPoints();
161 if ($max_points != 0) {
162 $percentage = (int) (($points / $max_points) * 100);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php95 $max_points = 0;
97 if ($max_points < $answer->getPoints()) {
98 $max_points = $answer->getPoints();
135 if ($max_points != 0 && $reached_points !== null) {
136 $percentage = (int) (($reached_points / $max_points) * 100);
157 $max_points = $answer->getPoints();
161 if ($max_points != 0) {
162 $percentage = (int) (($points / $max_points) * 100);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/coord/
H A Ddatetime.rs259 max_points, in key_points()
305 max_points: usize, in generate_yearly_keypoints()
372 max_points, in key_points()
482 .key_points(max_points) in key_points()
566 > max_points as i64 in key_points()
607 max_points: usize, in compute_period_per_point()
626 max_points, in compute_period_per_point()
634 max_points, in compute_period_per_point()
642 max_points, in compute_period_per_point()
651 max_points, in compute_period_per_point()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osglightpoint/
H A Dosglightpoint.cpp171 const int max_points = 32; in CreateBlinkSequenceLightNode() local
172 for( int i = 0; i < max_points; ++i ) in CreateBlinkSequenceLightNode()
175 double x = cos( (2.0*osg::PI*i)/max_points ); in CreateBlinkSequenceLightNode()
176 double z = sin( (2.0*osg::PI*i)/max_points ); in CreateBlinkSequenceLightNode()
182 lp._blinkSequence->addPulse( 1.0/max_points, in CreateBlinkSequenceLightNode()
185 if( max_points > 10 ) in CreateBlinkSequenceLightNode()
187 lp._blinkSequence->addPulse( 1.0 - 10.0/max_points, in CreateBlinkSequenceLightNode()
199 lp._blinkSequence->setPhaseShift( i/(static_cast<double>(max_points)) ); in CreateBlinkSequenceLightNode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osglightpoint/
H A Dosglightpoint.cpp171 const int max_points = 32; in CreateBlinkSequenceLightNode() local
172 for( int i = 0; i < max_points; ++i ) in CreateBlinkSequenceLightNode()
175 double x = cos( (2.0*osg::PI*i)/max_points ); in CreateBlinkSequenceLightNode()
176 double z = sin( (2.0*osg::PI*i)/max_points ); in CreateBlinkSequenceLightNode()
182 lp._blinkSequence->addPulse( 1.0/max_points, in CreateBlinkSequenceLightNode()
185 if( max_points > 10 ) in CreateBlinkSequenceLightNode()
187 lp._blinkSequence->addPulse( 1.0 - 10.0/max_points, in CreateBlinkSequenceLightNode()
199 lp._blinkSequence->setPhaseShift( i/(static_cast<double>(max_points)) ); in CreateBlinkSequenceLightNode()
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/interfaces/
H A Dinterface.ilEctsGradesEnabled.php60 * @param double $max_points The maximum number of points for the test
63 public function getECTSGrade($passed_array, $reached_points, $max_points); argument
68 * @param double $max_points The maximum number of points for the test
71 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,… argument
/dports/www/ilias6/ILIAS-6.14/Modules/Test/interfaces/
H A Dinterface.ilEctsGradesEnabled.php60 * @param double $max_points The maximum number of points for the test
63 public function getECTSGrade($passed_array, $reached_points, $max_points); argument
68 * @param double $max_points The maximum number of points for the test
71 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,… argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/coord/ranged1d/types/
H A Ddatetime.rs341 max_points, in bold_key_points()
432 max_points: usize, in generate_yearly_keypoints()
517 max_points, in key_points()
651 .key_points(max_points) in key_points()
737 > max_points as i64 in key_points()
778 max_points: usize, in compute_period_per_point()
797 max_points, in compute_period_per_point()
805 max_points, in compute_period_per_point()
813 max_points, in compute_period_per_point()
822 max_points, in compute_period_per_point()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/coord/ranged1d/types/
H A Ddatetime.rs341 max_points, in bold_key_points()
432 max_points: usize, in generate_yearly_keypoints()
517 max_points, in key_points()
651 .key_points(max_points) in key_points()
737 > max_points as i64 in key_points()
778 max_points: usize, in compute_period_per_point()
797 max_points, in compute_period_per_point()
805 max_points, in compute_period_per_point()
813 max_points, in compute_period_per_point()
822 max_points, in compute_period_per_point()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/coord/ranged1d/types/
H A Ddatetime.rs341 max_points, in bold_key_points()
432 max_points: usize, in generate_yearly_keypoints()
517 max_points, in key_points()
651 .key_points(max_points) in key_points()
737 > max_points as i64 in key_points()
778 max_points: usize, in compute_period_per_point()
797 max_points, in compute_period_per_point()
805 max_points, in compute_period_per_point()
813 max_points, in compute_period_per_point()
822 max_points, in compute_period_per_point()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/coord/ranged1d/types/
H A Ddatetime.rs341 max_points, in bold_key_points()
432 max_points: usize, in generate_yearly_keypoints()
517 max_points, in key_points()
651 .key_points(max_points) in key_points()
737 > max_points as i64 in key_points()
778 max_points: usize, in compute_period_per_point()
797 max_points, in compute_period_per_point()
805 max_points, in compute_period_per_point()
813 max_points, in compute_period_per_point()
822 max_points, in compute_period_per_point()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/coord/ranged1d/types/
H A Ddatetime.rs341 max_points, in bold_key_points()
432 max_points: usize, in generate_yearly_keypoints()
517 max_points, in key_points()
651 .key_points(max_points) in key_points()
737 > max_points as i64 in key_points()
778 max_points: usize, in compute_period_per_point()
797 max_points, in compute_period_per_point()
805 max_points, in compute_period_per_point()
813 max_points, in compute_period_per_point()
822 max_points, in compute_period_per_point()
[all …]

12345678910>>...47