Home
last modified time | relevance | path

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

/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/python/Include/
Dcomplexobject.h12 double imag; member
/third_party/libsnd/src/
Dmat4.c208 int rows, cols, imag ; in mat4_read_header() local
/third_party/python/Lib/
Dnumbers.py64 def imag(self): member in Complex
256 def imag(self): member in Real
D_pydecimal.py1640 def imag(self): member in Decimal
/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()
/third_party/python/Lib/test/
Dtest_complex.py167 def check(n, deltas, is_equal, imag = 0.0): argument
/third_party/ffmpeg/libavfilter/
Daf_afftfilt.c46 AVExpr **imag; member
Daf_afir.c310 double div, real_num = 0., imag_num = 0., real = 0., imag = 0.; in draw_response() local
Daf_aiir.c1112 double real, imag; in get_response() local
/third_party/python/Parser/
Dparser.c6544 expr_ty imag; in complex_number_rule() local
6583 expr_ty imag; in complex_number_rule() local
6853 expr_ty imag; in imaginary_number_rule() local
/third_party/typescript/lib/
Dlib.dom.d.ts1044 imag?: number[] | Float32Array; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts1024 imag?: number[] | Float32Array; property