Home
last modified time | relevance | path

Searched refs:num_roots (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp426 std::size_t num_roots = all_reduce(pg, roots.size(), std::plus<std::size_t>()); in parallel_connected_components() local
427 if (num_roots < MAX_VERTICES_IN_METAGRAPH) { in parallel_connected_components()
724 int num_roots = 0; in number_components_from_parents() local
726 if (get(p, v) == v) ++num_roots; in number_components_from_parents()
727 return all_reduce(g.process_group(), num_roots, std::plus<int>()); in number_components_from_parents()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.c2077 FT_UShort num_roots; /* number of real roots of cubic */ in get_min_distance_conic() local
2118 num_roots = solve_cubic_equation( a, b, c, d, roots ); in get_min_distance_conic()
2120 if ( num_roots == 0 ) in get_min_distance_conic()
2124 num_roots = 2; in get_min_distance_conic()
2143 for ( i = 0; i < num_roots; i++ ) in get_min_distance_conic()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc713 size_t num_roots = 0; in x509_store_load_certs() local
758 num_roots++; in x509_store_load_certs()
760 if (num_roots == 0) { in x509_store_load_certs()