Home
last modified time | relevance | path

Searched defs:imag (Results 1 – 25 of 42) 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_squared_f16.c112 _Float16 real, imag; /* Temporary input variables */ in arm_cmplx_mag_squared_f16() local
Darm_cmplx_mag_q15.c120 q15_t real, imag; /* Temporary input variables */ in arm_cmplx_mag_q15() local
Darm_cmplx_mag_f16.c177 _Float16 real, imag; /* Temporary variables to hold input values */ in arm_cmplx_mag_f16() 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/compute/include/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/python/Include/
Dcomplexobject.h12 double imag; member
/third_party/boost/libs/container_hash/test/
Dhash_complex_test.cpp55 T imag = v.imag(); in generic_complex_tests() local
/third_party/mindspore/mindspore/ccsrc/utils/
Dcomplex.h141 HOST_DEVICE inline constexpr T imag() const { return imag_; } in imag() function
143 HOST_DEVICE inline void imag(T val) { imag_ = val; } in imag() function
/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/mindspore/tests/ut/cpp/base/
Dcomplex_test.cc38 constexpr T imag = T(2.22f); in test_construct() local
/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.c239 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()
248 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()

12