Searched refs:num_roots (Results 1 – 3 of 3) sorted by relevance
426 std::size_t num_roots = all_reduce(pg, roots.size(), std::plus<std::size_t>()); in parallel_connected_components() local427 if (num_roots < MAX_VERTICES_IN_METAGRAPH) { in parallel_connected_components()724 int num_roots = 0; in number_components_from_parents() local726 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()
2077 FT_UShort num_roots; /* number of real roots of cubic */ in get_min_distance_conic() local2118 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()
713 size_t num_roots = 0; in x509_store_load_certs() local758 num_roots++; in x509_store_load_certs()760 if (num_roots == 0) { in x509_store_load_certs()