Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
LSB.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/detail/utility/Integer.h>
#include <type_traits>
#include <utility>
Include dependency graph for LSB.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 

Macros

#define LT(n)   n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n
 
#define LT(n)   n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n
 

Functions

template<typename Integer >
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(sizeof(Integer)==8), unsigned >::type hydra::detail::lsb (Integer x)
 
template<typename Integer >
__hydra_host__ __hydra_device__ std::enable_if< std::is_integral< Integer >::value &&!(std::is_signed< Integer >::value) &&(sizeof(Integer)==4), unsigned >::type hydra::detail::lsb (Integer x)
 

Macro Definition Documentation

◆ LT [1/2]

#define LT (   n)    n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n

◆ LT [2/2]

#define LT (   n)    n, n, n, n, n, n, n, n, n, n, n, n, n, n, n, n