accuracies        198 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c hwloc__groups_by_distances(struct hwloc_topology *topology, unsigned nbobjs, struct hwloc_obj **objs, uint64_t *values, unsigned long kind, unsigned nbaccuracies, float *accuracies, int needcheck);
accuracies        301 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c     float *accuracies;
accuracies        305 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       accuracies = topology->grouping_accuracies;
accuracies        308 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       accuracies = &full_accuracy;
accuracies        329 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 			       kind, nbaccuracies, accuracies, 1 /* check the first matrice */);
accuracies        821 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 			   float *accuracies,
accuracies        840 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	      nbobjs, hwloc_obj_type_string(objs[0]->type), accuracies[i]);
accuracies        841 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c     if (needcheck && hwloc__check_grouping_matrix(nbobjs, _values, accuracies[i], verbose) < 0)
accuracies        843 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c     nbgroups = hwloc__find_groups_by_min_distance(nbobjs, _values, accuracies[i], groupids, verbose);
accuracies        916 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c       hwloc__groups_by_distances(topology, nbgroups, groupobjs, groupvalues, kind, nbaccuracies, accuracies, 0 /* no need to check generated matrix */);