stdgpu/limits.h Source File#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
limits.h
Go to the documentation of this file.
517 static constexpr int digits = CHAR_BIT * sizeof(wchar_t) - static_cast<int>(numeric_limits<wchar_t>::is_signed);
544 max() noexcept;
551 lowest() noexcept;
558 epsilon() noexcept;
565 round_error() noexcept;
572 infinity() noexcept;
624 max() noexcept;
631 lowest() noexcept;
638 epsilon() noexcept;
645 round_error() noexcept;
652 infinity() noexcept;
704 max() noexcept;
711 lowest() noexcept;
718 epsilon() noexcept;
725 round_error() noexcept;
732 infinity() noexcept;
784 max() noexcept;
791 lowest() noexcept;
798 epsilon() noexcept;
805 round_error() noexcept;
812 infinity() noexcept;
864 max() noexcept;
871 lowest() noexcept;
878 epsilon() noexcept;
885 round_error() noexcept;
892 infinity() noexcept;
944 max() noexcept;
951 lowest() noexcept;
958 epsilon() noexcept;
965 round_error() noexcept;
972 infinity() noexcept;
1024 max() noexcept;
1031 lowest() noexcept;
1038 epsilon() noexcept;
1045 round_error() noexcept;
1052 infinity() noexcept;
1104 max() noexcept;
1111 lowest() noexcept;
1118 epsilon() noexcept;
1125 round_error() noexcept;
1132 infinity() noexcept;
1184 max() noexcept;
1191 lowest() noexcept;
1198 epsilon() noexcept;
1205 round_error() noexcept;
1212 infinity() noexcept;
1264 max() noexcept;
1271 lowest() noexcept;
1278 epsilon() noexcept;
1285 round_error() noexcept;
1292 infinity() noexcept;
1344 max() noexcept;
1351 lowest() noexcept;
1358 epsilon() noexcept;
1365 round_error() noexcept;
1372 infinity() noexcept;
1424 max() noexcept;
1431 lowest() noexcept;
1438 epsilon() noexcept;
1445 round_error() noexcept;
1452 infinity() noexcept;
1504 max() noexcept;
1511 lowest() noexcept;
1518 epsilon() noexcept;
1525 round_error() noexcept;
1532 infinity() noexcept;
#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 1.9.6