reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
720 child = num_threads >> ((level == 0) ? level : level - 1); 721 for (child = (child < branch_factor - 1) ? child : branch_factor - 1, 721 for (child = (child < branch_factor - 1) ? child : branch_factor - 1, 721 for (child = (child < branch_factor - 1) ? child : branch_factor - 1, 722 child_tid = tid + (child << level); 723 child >= 1; child--, child_tid -= (1 << level)) 723 child >= 1; child--, child_tid -= (1 << level))