CmiLog2           246 ompi/mca/topo/treematch/treematch/tm_bucket.c   bucket_list->max_depth = (int)CmiLog2(n) - 1;
CmiLog2           305 ompi/mca/topo/treematch/treematch/tm_bucket.c   nb_buckets = (int)floor(CmiLog2(N));
CmiLog2           307 ompi/mca/topo/treematch/treematch/tm_bucket.c   nb_bits = (int)ceil(CmiLog2(nb_buckets));
CmiLog2          1569 ompi/mca/topo/treematch/treematch/tm_tree.c     fast_group(aff_mat, tab_node, &new_tab_node[l], -1, arity, 0, &best_val, cur_group, &nb_done, MAX(10, (int)(50-CmiLog2(nb_groups))-solution_size/10));