Home
last modified time | relevance | path

Searched refs:cmul (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_spectrums.cu74 __device__ __forceinline__ float2 cmul(const float2& a, const float2& b) in cmul() function
89 return cmul(a, b); in operator ()()
97 return cmul(a, conj(b)); in operator ()()
107 return scale * cmul(a, b); in operator ()()
117 return scale * cmul(a, conj(b)); in operator ()()