Home
last modified time | relevance | path

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

/dports/devel/volk/volk-2.2.1/include/volk/
H A Dvolk_complex.h40 template <typename T> inline typename T::value_type lv_cimag(const T &x){ in lv_cimag() function
73 #define lv_cimag(x) (__imag__(x)) macro
85 #define lv_cimag(x) (cimag(x)) macro