Searched refs:real2 (Results 1 – 3 of 3) sorted by relevance
65 q31_t real1, real2, imag1, imag2; /* Temporary variables to hold input values */ in arm_cmplx_mag_q31() local80 real2 = pSrc[2]; in arm_cmplx_mag_q31()86 mul3 = (q63_t) real2 *real2; in arm_cmplx_mag_q31()102 real2 = pSrc[6]; in arm_cmplx_mag_q31()116 mul3 = (q63_t) real2 *real2; in arm_cmplx_mag_q31()
82 float32_t real1, real2, real3, real4; /* Temporary variables to hold real values */ in arm_cmplx_mag_squared_f32() local105 real2 = pSrc[2]; in arm_cmplx_mag_squared_f32()114 mul3 = real2 * real2; in arm_cmplx_mag_squared_f32()
105 mp_float_t real2, imag2; in complex_make_new() local106 mp_obj_complex_get(args[1], &real2, &imag2); in complex_make_new()108 imag += real2; in complex_make_new()
Completed in 5 milliseconds