Searched defs:bit_and (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 247 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() function 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_and() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 247 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() argument 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_and() function
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | functional.hpp | 245 template <typename T> struct bit_and : binary_function<T, T, T> struct 247 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()() 252 __host__ __device__ __forceinline__ bit_and() {} in bit_and() function 253 __host__ __device__ __forceinline__ bit_and(const bit_and&) {} in bit_and() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | bitwise.hpp | 217 struct bit_and{ limb_type operator()(limb_type a, limb_type b)const BOOST_NOEXCEPT { return a & b; … in operator ()() argument
|