stdgpu/limits.h Source File#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
limits.h
Go to the documentation of this file.
513 static constexpr int digits = CHAR_BIT * sizeof(wchar_t) - static_cast<int>(numeric_limits<wchar_t>::is_signed);
#define STDGPU_HOST_DEVICE
Platform-independent host device function annotation.
Definition: platform.h:77
static constexpr STDGPU_HOST_DEVICE bool min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE char16_t min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE char32_t min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE char min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE double min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE float min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE int min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE long min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE long double min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE long long min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE short min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE signed char min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE unsigned char min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE unsigned int min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE unsigned long min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE unsigned long long min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE unsigned short min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE wchar_t min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE T min() noexcept
Smallest representable finite value.
static constexpr STDGPU_HOST_DEVICE T lowest() noexcept
Lowest representable finite value.
static constexpr STDGPU_HOST_DEVICE T infinity() noexcept
Infinity value.
static constexpr STDGPU_HOST_DEVICE T max() noexcept
Largest representable finite value.
static constexpr STDGPU_HOST_DEVICE T round_error() noexcept
Maximum round error.
static constexpr STDGPU_HOST_DEVICE T epsilon() noexcept
Machine epsilon.
static constexpr int digits
Number of radix digits.
Definition: limits.h:110
static constexpr bool is_exact
Whether the type is exact.
Definition: limits.h:105
static constexpr bool is_specialized
Whether the traits of the type are specialized.
Definition: limits.h:90
static constexpr bool is_integer
Whether the type is an integer.
Definition: limits.h:100
static constexpr bool is_signed
Whether the type is signed.
Definition: limits.h:95
Generated by