Home
last modified time | relevance | path

Searched defs:cost (Results 1 – 25 of 142) sorted by relevance

123456

/third_party/boost/libs/graph/test/
Dcycle_canceling_test.cpp28 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
41 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
68 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
Dsuccessive_shortest_path_nonnegative_weights_test.cpp27 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
39 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
68 int cost = boost::find_flow_cost(g); in BOOST_AUTO_TEST_CASE() local
Dfind_flow_cost_bundled_properties_and_named_params_test.cpp15 float cost; member
39 boost::property_map< Graph, float edge_t::* >::type cost in BOOST_AUTO_TEST_CASE() local
75 boost::property_map< Graph, float edge_t::* >::type cost in BOOST_AUTO_TEST_CASE() local
Dmax_flow_algorithms_bundled_properties_and_named_params.cpp16 float cost; member
40 boost::property_map< Graph, float edge_t::* >::type cost in BOOST_AUTO_TEST_CASE() local
Drcsp_custom_vertex_id.cpp44 int cost; member in EdgeProperty
47 EdgeProperty(const int cost) : cost(cost) {} in EdgeProperty()
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c413 int cost; in expand_binop() local
428 int cost, rcost; in expand_logical() local
478 int cost; in expand_comma() local
520 int cost; in expand_compare() local
547 int cost, cond_cost; in expand_conditional() local
826 int cost; in expand_preop() local
857 int cost = 0; in expand_arguments() local
868 int cost; in expand_cast() local
885 static int expand_symbol_call(struct expression *expr, int cost) in expand_symbol_call()
925 int cost; in expand_call() local
[all …]
Dbuiltin.c122 static int expand_expect(struct expression *expr, int cost) in expand_expect()
135 static int expand_warning(struct expression *expr, int cost) in expand_warning()
177 static int expand_constant_p(struct expression *expr, int cost) in expand_constant_p()
186 static int expand_safe_p(struct expression *expr, int cost) in expand_safe_p()
219 static int expand_bswap(struct expression *expr, int cost) in expand_bswap()
308 static int expand_isdigit(struct expression *expr, int cost) in expand_isdigit()
525 static int expand_object_size(struct expression *expr, int cost) in expand_object_size()
/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c84 uint64_t cost, cost_min; in ff_me_search_esa() local
103 uint64_t cost, cost_min; in ff_me_search_tss() local
134 uint64_t cost, cost_min; in ff_me_search_tdls() local
166 uint64_t cost, cost_min; in ff_me_search_ntss() local
219 uint64_t cost, cost_min; in ff_me_search_fss() local
251 uint64_t cost, cost_min; in ff_me_search_ds() local
306 uint64_t cost, cost_min; in ff_me_search_hexbs() local
339 uint64_t cost, cost_min; in ff_me_search_epzs() local
380 uint64_t cost, cost_min; in ff_me_search_umh() local
/third_party/libnl/python/netlink/route/links/
Dbridge.py66 def cost(self): member in BRIDGELink
73 def cost(self, cost): member in BRIDGELink
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Dactivation_grad_fp32_tests.cc67 auto cost = time_end - time_start; in TEST_F() local
119 auto cost = time_end - time_start; in TEST_F() local
170 auto cost = time_end - time_start; in TEST_F() local
221 auto cost = time_end - time_start; in TEST_F() local
273 auto cost = time_end - time_start; in TEST_F() local
325 auto cost = time_end - time_start; in TEST_F() local
378 auto cost = time_end - time_start; in TEST_F() local
Dsoftmax_grad_fp32_tests.cc95 auto cost = time_end - time_start; in TEST_F() local
159 auto cost = time_end - time_start; in TEST_F() local
224 auto cost = time_end - time_start; in TEST_F() local
288 auto cost = time_end - time_start; in TEST_F() local
353 auto cost = time_end - time_start; in TEST_F() local
Dconvolution_grad_fp32_tests.cc136 auto cost = time_end - time_start; in TEST_F() local
214 auto cost = time_end - time_start; in TEST_F() local
287 auto cost = time_end - time_start; in TEST_F() local
364 auto cost = time_end - time_start; in TEST_F() local
440 auto cost = time_end - time_start; in TEST_F() local
511 auto cost = time_end - time_start; in TEST_F() local
588 auto cost = time_end - time_start; in TEST_F() local
692 auto cost = time_end - time_start; in TEST_F() local
800 auto cost = time_end - time_start; in TEST_F() local
Ddeconvolution_grad_fp32_tests.cc119 auto cost = time_end - time_start; in TEST_F() local
222 auto cost = time_end - time_start; in TEST_F() local
329 auto cost = time_end - time_start; in TEST_F() local
436 auto cost = time_end - time_start; in TEST_F() local
543 auto cost = time_end - time_start; in TEST_F() local
650 auto cost = time_end - time_start; in TEST_F() local
/third_party/mindspore/mindspore/lite/tools/optimizer/common/
Dpass_manager_extends.cc68 std::chrono::duration<double, std::ratio<1, kUSecondInSecond>> cost = end_time - start_time; in Run() local
72 uint64_t cost = kUSecondInSecond * static_cast<uint64_t>(end_time.tv_sec - start_time.tv_sec); in Run() local
/third_party/boost/libs/graph/example/
Dcycle_canceling_example.cpp24 int cost = boost::find_flow_cost(g); in main() local
Dsuccessive_shortest_path_nonnegative_weights_example.cpp23 int cost = boost::find_flow_cost(g); in main() local
Dr_c_shortest_paths_example.cpp41 int cost; member
63 int cost; member
130 int cost; member
/third_party/mindspore/tests/ut/cpp/parallel/ops_info/
Dactivation_test.cc82 Cost cost = *(swc->cost_list[0]); in TEST_F() local
102 Cost cost = *(swc->cost_list[0]); in TEST_F() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dliteral_cost.c57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8()
128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
Dbackward_references_hq.h56 float cost; member
/third_party/node/deps/brotli/c/enc/
Dliteral_cost.c57 const uint8_t* data, float* cost) { in EstimateBitCostsForLiteralsUTF8()
128 const uint8_t* data, float* cost) { in BrotliEstimateBitCostsForLiterals()
Dbackward_references_hq.h56 float cost; member
/third_party/musl/libc-test/src/regression/
Dmalloc-free-performance.c188 double cost = (ts[1].tv_sec - ts[0].tv_sec) * NANOSEC_PER_SEC + in main() local
/third_party/boost/boost/graph/
Dfind_flow_cost.hpp23 Cost cost = 0; in find_flow_cost() local
/third_party/iptables/include/linux/netfilter/
Dxt_limit.h20 __u32 credit_cap, cost; member

123456