Searched defs:__ballot (Results 1 – 2 of 2) sorted by relevance
305 uint64_t __ballot = __gpu_ballot(__lane_mask, __x == __first); in __gpu_match_all_u32_impl() local314 uint64_t __ballot = __gpu_ballot(__lane_mask, __x == __first); in __gpu_match_all_u64_impl() local
31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() function