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