Home
last modified time | relevance | path

Searched refs:imag3 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Source/ComplexMathFunctions/
H A Darm_cmplx_mag_squared_f32.c94 float32_t imag1, imag2, imag3, imag4; /* Temporary variables to hold imaginary values */ in arm_cmplx_mag_squared_f32() local
134 imag3 = pSrc[5]; in arm_cmplx_mag_squared_f32()
139 mul6 = imag3 * imag3; in arm_cmplx_mag_squared_f32()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/DSP_Lib/ComplexMathFunctions/
H A Darm_cmplx_mag_squared_f32.c94 float32_t imag1, imag2, imag3, imag4; /* Temporary variables to hold imaginary values */ in arm_cmplx_mag_squared_f32() local
134 imag3 = pSrc[5]; in arm_cmplx_mag_squared_f32()
139 mul6 = imag3 * imag3; in arm_cmplx_mag_squared_f32()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/DSP_Lib/ComplexMathFunctions/
H A Darm_cmplx_mag_squared_f32.c94 float32_t imag1, imag2, imag3, imag4; /* Temporary variables to hold imaginary values */ in arm_cmplx_mag_squared_f32() local
134 imag3 = pSrc[5]; in arm_cmplx_mag_squared_f32()
139 mul6 = imag3 * imag3; in arm_cmplx_mag_squared_f32()
/dports/science/siconos/siconos-4.4.0/docs/sphinx/
H A Dindex.rst.in32 .. |imag3| image:: /figures/Exomars.24.10.small.* substdef in Siconos : nonsmooth numerical simulation |licence|
42 .. include:: teaser.rst, |imag1|, |imag2|, |imag3|, .. include:: contacts.rst
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dnumber.c2360 SgObject imag3 = Sg_Div(Sg_Sub(Sg_Mul(imag, real2), in Sg_Div() local
2362 return oprtr_norm_complex(real3, imag3); in Sg_Div()
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Darith.cpp3214 …scm_obj_t imag3 = arith_div(heap, arith_sub(heap, arith_mul(heap, imag, real2), arith_mul(heap, re… in arith_div() local
3215 return oprtr_norm_complex(heap, real3, imag3); in arith_div()