Home
last modified time | relevance | path

Searched defs:multiplies (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp87 template <typename T> struct multiplies : binary_function<T, T, T> struct
89 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
94 __host__ __device__ __forceinline__ multiplies() {} in multiplies() function
95 __host__ __device__ __forceinline__ multiplies(const multiplies&) {} in multiplies() function
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp95 template <typename T> struct multiplies : binary_function<T, T, T> struct
97 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a, in operator ()()