Home
last modified time | relevance | path

Searched defs:numeric_limits (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dlimits.hpp60 template <> struct numeric_limits<bool> struct
62 __device__ __forceinline__ static bool min() { return false; } in min()
63 __device__ __forceinline__ static bool max() { return true; } in max()
64 static const bool is_signed = false;
67 template <> struct numeric_limits<signed char> struct
69 __device__ __forceinline__ static signed char min() { return SCHAR_MIN; } in min()
70 __device__ __forceinline__ static signed char max() { return SCHAR_MAX; } in max()
71 static const bool is_signed = true;
74 template <> struct numeric_limits<unsigned char> struct
76 __device__ __forceinline__ static unsigned char min() { return 0; } in min()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dlimits.hpp60 template <> struct numeric_limits<bool> struct
62 __device__ __forceinline__ static bool min() { return false; } in min()
63 __device__ __forceinline__ static bool max() { return true; } in max()
64 static const bool is_signed = false;
67 template <> struct numeric_limits<signed char> struct
69 __device__ __forceinline__ static signed char min() { return SCHAR_MIN; } in min()
70 __device__ __forceinline__ static signed char max() { return SCHAR_MAX; } in max()
71 static const bool is_signed = true;
74 template <> struct numeric_limits<unsigned char> struct
76 __device__ __forceinline__ static unsigned char min() { return 0; } in min()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dlimits.hpp60 template <> struct numeric_limits<bool> struct
62 __device__ __forceinline__ static bool min() { return false; } in min()
63 __device__ __forceinline__ static bool max() { return true; } in max()
64 static const bool is_signed = false;
67 template <> struct numeric_limits<signed char> struct
69 __device__ __forceinline__ static signed char min() { return SCHAR_MIN; } in min()
70 __device__ __forceinline__ static signed char max() { return SCHAR_MAX; } in max()
71 static const bool is_signed = true;
74 template <> struct numeric_limits<unsigned char> struct
76 __device__ __forceinline__ static unsigned char min() { return 0; } in min()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp38 class numeric_limits<BOOST_LLT> class
91 class numeric_limits<BOOST_ULLT> class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dlimits.hpp103 class numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_int_backend<MinBits, … class
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Drational_adaptor.hpp335 class numeric_limits<boost::multiprecision::number<boost::multiprecision::rational_adaptor<IntBacke… class