/third_party/boost/libs/numeric/ublas/test/ |
D | test_complex_norms.cpp | 64 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/ |
D | arm_cmplx_mag_q31.c | 67 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
|
D | arm_cmplx_mag_squared_q31.c | 64 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
|
D | arm_cmplx_mag_squared_f32.c | 83 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
|
D | arm_cmplx_mag_f32.c | 90 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
|
D | arm_cmplx_mag_q15.c | 120 q15_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_q15() local
|
D | arm_cmplx_mag_squared_q15.c | 120 q15_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_q15() local
|
/third_party/boost/boost/compute/types/ |
D | complex.hpp | 72 struct imag struct 74 typedef T result_type; 78 operator()(const Arg &x) const in operator ()()
|
/third_party/boost/libs/mpl/test/ |
D | numeric_ops.cpp | 28 typedef Im imag; typedef 32 template< typename C > struct imag : C::imag {}; struct
|
/third_party/boost/libs/container_hash/test/ |
D | hash_complex_test.cpp | 55 T imag = v.imag(); in generic_complex_tests() local
|
/third_party/python/Include/ |
D | complexobject.h | 12 double imag; member
|
/third_party/boost/boost/math/complex/ |
D | atanh.hpp | 58 T real, imag; // our results in atanh() local
|
D | asin.hpp | 56 T real, imag; // our results in asin() local
|
D | acos.hpp | 58 T real, imag; // these hold our result in acos() local
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_complex_std.hpp | 103 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/ |
D | mat4.c | 208 int rows, cols, imag ; in mat4_read_header() local
|
/third_party/boost/libs/units/example/ |
D | complex.cpp | 89 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/ |
D | numbers.py | 64 def imag(self): member in Complex 256 def imag(self): member in Real
|
/third_party/boost/boost/numeric/ublas/tensor/ |
D | functions.hpp | 483 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/ |
D | complexobject.c | 244 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/ |
D | test_complex.py | 144 def check(n, deltas, is_equal, imag = 0.0): argument
|
/third_party/ffmpeg/libavfilter/ |
D | af_afftfilt.c | 46 AVExpr **imag; member
|
D | af_afir.c | 306 double div, real_num = 0., imag_num = 0., real = 0., imag = 0.; in draw_response() local
|
D | af_aiir.c | 825 double real, imag; in get_response() local
|
/third_party/boost/boost/numeric/ublas/ |
D | traits.hpp | 184 real_type imag (const_reference /*t*/) { in imag() function 295 real_type imag (const_reference t) { in imag() function
|