Home
last modified time | relevance | path

Searched defs:imag (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/numeric/ublas/test/
Dtest_complex_norms.cpp64 unsigned short imag(i + 1); in BOOST_UBLAS_TEST_DEF() local
80 unsigned short imag(i + 1); in BOOST_UBLAS_TEST_DEF() local
96 unsigned short imag(i + 1); in BOOST_UBLAS_TEST_DEF() local
/third_party/cmsis/CMSIS/DSP/Source/ComplexMathFunctions/
Darm_cmplx_mag_q31.c67 q31_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_q31() local
128 q31_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_q31() local
Darm_cmplx_mag_squared_q31.c64 q31_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_q31() local
114 q31_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_q31() local
Darm_cmplx_mag_squared_f32.c83 float32_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_f32() local
128 float32_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_f32() local
Darm_cmplx_mag_f32.c90 float32_t real, imag; /* Temporary variables to hold input values */ in arm_cmplx_mag_f32() local
162 float32_t real, imag; /* Temporary variables to hold input values */ in arm_cmplx_mag_f32() local
Darm_cmplx_mag_q15.c120 q15_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_q15() local
Darm_cmplx_mag_squared_q15.c120 q15_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_q15() local
/third_party/boost/boost/compute/types/
Dcomplex.hpp72 struct imag struct
74 typedef T result_type;
78 operator()(const Arg &x) const in operator ()()
/third_party/boost/libs/mpl/test/
Dnumeric_ops.cpp28 typedef Im imag; typedef
32 template< typename C > struct imag : C::imag {}; struct
/third_party/boost/libs/container_hash/test/
Dhash_complex_test.cpp55 T imag = v.imag(); in generic_complex_tests() local
/third_party/python/Include/
Dcomplexobject.h12 double imag; member
/third_party/boost/boost/math/complex/
Datanh.hpp58 T real, imag; // our results in atanh() local
Dasin.hpp56 T real, imag; // our results in asin() local
Dacos.hpp58 T real, imag; // these hold our result in acos() local
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_complex_std.hpp103 const value_type& imag() const { return im; } in imag() function in std::complex
106 value_type& imag() { return im; } in imag() function in std::complex
117 value_type imag() const { return im; } in imag() function in std::complex
121 void imag(value_type i) { im = i; } in imag() function in std::complex
222 …inline BOOST_CSTDFLOAT_EXTENDED_COMPLEX_FLOAT_TYPE imag(const complex<BOOST_CSTDFLOAT_EXTENDED_COM… in imag() function
/third_party/libsnd/src/
Dmat4.c208 int rows, cols, imag ; in mat4_read_header() local
/third_party/boost/libs/units/example/
Dcomplex.cpp89 constexpr T& imag() { return i_; } in imag() function in boost::units::complex
92 constexpr const T& imag() const { return i_; } in imag() function in boost::units::complex
/third_party/python/Lib/
Dnumbers.py64 def imag(self): member in Complex
256 def imag(self): member in Real
/third_party/boost/boost/numeric/ublas/tensor/
Dfunctions.hpp483 auto imag(detail::tensor_expression<T,D> const& lhs) { in imag() function
494 auto imag(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in imag() function
/third_party/python/Objects/
Dcomplexobject.c244 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()
253 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
/third_party/python/Lib/test/
Dtest_complex.py144 def check(n, deltas, is_equal, imag = 0.0): argument
/third_party/ffmpeg/libavfilter/
Daf_afftfilt.c46 AVExpr **imag; member
Daf_afir.c306 double div, real_num = 0., imag_num = 0., real = 0., imag = 0.; in draw_response() local
Daf_aiir.c825 double real, imag; in get_response() local
/third_party/boost/boost/numeric/ublas/
Dtraits.hpp184 real_type imag (const_reference /*t*/) { in imag() function
295 real_type imag (const_reference t) { in imag() function

12