Home
last modified time | relevance | path

Searched refs:prev_cost (Results 1 – 25 of 50) sorted by relevance

12

/dports/misc/ompl/ompl-1.5.2/tests/geometric/2d/
H A D2dcircles_optimize.cpp139 base::Cost prev_cost = ini_cost; in test2DCirclesGeneral() local
152 BOOST_CHECK(!opt->isCostBetterThan(prev_cost, new_cost)); in test2DCirclesGeneral()
154 prev_cost = new_cost; in test2DCirclesGeneral()
160 BOOST_CHECK(!opt->isCostBetterThan(ini_cost, prev_cost)); in test2DCirclesGeneral()
168 prev_cost = path->cost(pdef->getOptimizationObjective()); in test2DCirclesGeneral()
169 … BOOST_CHECK(pdef->hasOptimizedSolution() || opt->isCostEquivalentTo(ini_cost, prev_cost)); in test2DCirclesGeneral()
173 BOOST_CHECK(!opt->isCostBetterThan(prev_cost, min_cost)); in test2DCirclesGeneral()
233 base::Cost prev_cost = ini_cost; in test2DCirclesNoGoalBias() local
246 BOOST_CHECK(!opt->isCostBetterThan(prev_cost, new_cost)); in test2DCirclesNoGoalBias()
248 prev_cost = new_cost; in test2DCirclesNoGoalBias()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/unittest/gunit/
H A Dbounded_queue-t.cc309 double prev_cost= 0.0; in TEST() local
315 EXPECT_LT(prev_cost, merge_cost); in TEST()
317 prev_cost= merge_cost; in TEST()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/unittest/gunit/
H A Dbounded_queue-t.cc309 double prev_cost= 0.0; in TEST() local
315 EXPECT_LT(prev_cost, merge_cost); in TEST()
317 prev_cost= merge_cost; in TEST()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/unittest/gunit/
H A Dbounded_queue-t.cc309 double prev_cost= 0.0; in TEST() local
315 EXPECT_LT(prev_cost, merge_cost); in TEST()
317 prev_cost= merge_cost; in TEST()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/unittest/gunit/
H A Dbounded_queue-t.cc308 double prev_cost= 0.0; in TEST() local
314 EXPECT_LT(prev_cost, merge_cost); in TEST()
316 prev_cost= merge_cost; in TEST()
/dports/databases/mysql56-client/mysql-5.6.51/unittest/gunit/
H A Dbounded_queue-t.cc308 double prev_cost= 0.0; in TEST() local
314 EXPECT_LT(prev_cost, merge_cost); in TEST()
316 prev_cost= merge_cost; in TEST()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/unittest/gunit/
H A Dbounded_queue-t.cc356 double prev_cost= 0.0; in TEST() local
367 EXPECT_LT(prev_cost, merge_cost); in TEST()
369 prev_cost= merge_cost; in TEST()
/dports/databases/percona57-client/percona-server-5.7.36-39/unittest/gunit/
H A Dbounded_queue-t.cc357 double prev_cost= 0.0; in TEST() local
368 EXPECT_LT(prev_cost, merge_cost); in TEST()
370 prev_cost= merge_cost; in TEST()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/unittest/gunit/
H A Dbounded_queue-t.cc356 double prev_cost= 0.0; in TEST() local
367 EXPECT_LT(prev_cost, merge_cost); in TEST()
369 prev_cost= merge_cost; in TEST()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/unittest/gunit/
H A Dbounded_queue-t.cc357 double prev_cost= 0.0; in TEST() local
368 EXPECT_LT(prev_cost, merge_cost); in TEST()
370 prev_cost= merge_cost; in TEST()
/dports/databases/percona57-server/percona-server-5.7.36-39/unittest/gunit/
H A Dbounded_queue-t.cc357 double prev_cost= 0.0; in TEST() local
368 EXPECT_LT(prev_cost, merge_cost); in TEST()
370 prev_cost= merge_cost; in TEST()
/dports/databases/mysql57-client/mysql-5.7.36/unittest/gunit/
H A Dbounded_queue-t.cc356 double prev_cost= 0.0; in TEST() local
367 EXPECT_LT(prev_cost, merge_cost); in TEST()
369 prev_cost= merge_cost; in TEST()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dbackward_references_cost_enc.c124 float prev_cost, float* const cost, uint16_t* const dist_array) { in AddSingleLiteralWithCostModel() argument
125 double cost_val = prev_cost; in AddSingleLiteralWithCostModel()
610 const float prev_cost = cost_manager->costs_[i - 1]; in BackwardReferencesHashChainDistanceOnly() local
616 use_color_cache, prev_cost, in BackwardReferencesHashChainDistanceOnly()
625 PushInterval(cost_manager, prev_cost + offset_cost, i, len); in BackwardReferencesHashChainDistanceOnly()

12