__device__ int __clz ( int  x  ) 

Count the number of consecutive leading zero bits, starting at the most significant bit (bit 31) of x.

Returns:
Returns a value between 0 and 32 inclusive representing the number of zero bits.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA