Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_spectrums.cu85 struct comlex_mul : binary_function<float2, float2, float2> struct
137 …rmBinary(globPtr<float2>(src1), globPtr<float2>(src2), globPtr<float2>(dst), comlex_mul(), stream); in mulSpectrums()