|
template<typename A , typename B > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | nvbio::equal () |
|
template<typename Out , typename In > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE Out | nvbio::binary_cast (const In in) |
|
template<uint32 C> |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | nvbio::is_pow2 () |
|
template<uint32 N, typename I > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE I | nvbio::align (const I a) |
|
template<uint32 N, typename I > |
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE I | nvbio::align_down (const I a) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const uint2 op1, const uint2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const uint2 op1, const uint2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const uint3 op1, const uint3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const uint3 op1, const uint3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const uint4 op1, const uint4 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const uint4 op1, const uint4 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const int2 op1, const int2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const int2 op1, const int2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const int3 op1, const int3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const int3 op1, const int3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const int4 op1, const int4 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const int4 op1, const int4 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const float2 op1, const float2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const float2 op1, const float2 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const float3 op1, const float3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const float3 op1, const float3 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator== (const float4 op1, const float4 op2) |
|
NVBIO_FORCEINLINE
NVBIO_HOST_DEVICE bool | operator!= (const float4 op1, const float4 op2) |
|