NVBIO
|
Return the first 16 hi-bits of a 32-bit word
#include <numbers.h>
Public Types | |
typedef uint32 | argument_type |
typedef uint16 | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE result_type | operator() (const argument_type op) const |
typedef uint32 nvbio::hi_bits_functor< uint16, uint32 >::argument_type |
typedef uint16 nvbio::hi_bits_functor< uint16, uint32 >::result_type |
|
inline |