Searched refs:__ballot (Results 1 – 4 of 4) sorted by relevance
144 return __ballot(1); in __kmpc_impl_activemask()
258 unsigned tnum = __ballot(1);415 unsigned tnum = __ballot(1);
313 return __ballot(pred) & mask; // Apply mask to match __ballot_sync's spec. in GpuBallotSync()
31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() function