__device__ int signbit ( float  a  ) 

Determine whether the floating-point value a is negative.

Returns:
Returns a nonzero value if and only if a is negative. Reports the sign bit of all values including infinities, zeros, and NaNs.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA