#include <limits.hpp>
Public Types | |
| typedef char | type |
Static Public Member Functions | |
| __device__ static __forceinline__ type | min () |
| __device__ static __forceinline__ type | max () |
| __device__ static __forceinline__ type | epsilon () |
| __device__ static __forceinline__ type | round_error () |
| __device__ static __forceinline__ type | denorm_min () |
| __device__ static __forceinline__ type | infinity () |
| __device__ static __forceinline__ type | quiet_NaN () |
| __device__ static __forceinline__ type | signaling_NaN () |
Static Public Attributes | |
| static const bool | is_signed = (signed char)-1 == -1 |
| typedef char cv::gpu::device::numeric_limits< signed char >::type |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::min | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::max | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::epsilon | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::round_error | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::denorm_min | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::infinity | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::quiet_NaN | ( | ) | [static] |
| __device__ static __forceinline__ type cv::gpu::device::numeric_limits< signed char >::signaling_NaN | ( | ) | [static] |
const bool cv::gpu::device::numeric_limits< signed char >::is_signed = (signed char)-1 == -1 [static] |