Home
last modified time | relevance | path

Searched refs:x_im (Results 1 – 25 of 38) sorted by relevance

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/
H A Dqam_constellations.py257 x_im = x.imag
269 b1 = x_im
302 if x_im < -2:
305 b1 = x_im
338 if x_im < -2:
373 if x_im < -2:
408 if x_im < -2:
411 b0 = x_im
443 if x_im < -2:
478 if x_im < -2:
[all …]
H A Dpsk_constellations.py220 x_im = x.imag
222 return [dist*x_im, dist*x_re]
233 x_im = x.imag
235 return [dist*x_im, -dist*x_re]
245 x_im = x.imag
257 x_im = x.imag
269 x_im = x.imag
271 return [dist*x_re, dist*x_im]
281 x_im = x.imag
294 x_im = x.imag
[all …]
H A Dtest_soft_decisions.py108 x_im = 2*numpy.random.random()-1 variable
109 x = x_re + x_im*1j
/dports/lang/kawa/kawa-3.1.1/gnu/math/
H A DDComplex.java140 h = Math.hypot(x_re, x_im); in power()
199 nr = x_re * t + x_im; in div()
200 ni = x_im * t - x_re; in div()
206 nr = x_re + x_im * t; in div()
207 ni = x_im - x_re * t; in div()
225 ni = x_im / nr / 2; in sqrt()
230 if (x_im < 0) in sqrt()
232 nr = x_im / ni / 2; in sqrt()
238 if (x_im == 0.0) in sin()
245 if (x_im == 0.0) in cos()
[all …]
H A DDQuaternion.java185 double ln_i = atv * x_im; in power()
214 double vmag = hypot3(x_im,x_jm,x_km); in exp()
226 return DComplex.log(x_re, x_im); in log()
229 double vmag = hypot3(x_im,x_jm,x_km); in log()
234 double i = atv * x_im; in log()
262 return DComplex.sqrt(x_re, x_im); in sqrt()
265 double vmag = hypot3(x_im,x_jm,x_km); in sqrt()
281 return DComplex.sin(x_re, x_im); in sin()
283 double vmag = hypot3(x_im,x_jm,x_km); in sin()
294 return DComplex.cos(x_re, x_im); in cos()
[all …]
H A DComplex.java140 double x_im = x.doubleImagValue(); in power() local
141 if (x_im == 0.0 && y_im == 0 in power()
144 return DComplex.power (x_re, x_im, y_re, y_im); in power()
252 RealNum x_im = x.im(); in times() local
256 RealNum.times(x_im, y_im), -1), in times()
258 RealNum.times(x_im, y_re), 1)); in times()
282 RealNum x_im = x.im(); in divide() local
289 RealNum.times(x_im, y_im), 1); in divide()
290 RealNum d = RealNum.add(RealNum.times(x_im, y_re), in divide()
H A DQuaternion.java234 double x_im = x.doubleImagValue(); in power() local
237 if (x_im == 0.0 && y_im == 0.0 && x_jm == 0.0 && y_jm == 0.0 && in power()
241 return DQuaternion.power(x_re, x_im, x_jm, x_km, in power()
364 RealNum x_im = x.im(); in times() local
373 RealNum.times(x_im,y_im), -1), in times()
377 RealNum.times(x_im,y_re), 1), in times()
385 RealNum.times(x_im,y_jm), 1), in times()
411 RealNum x_im = x.im(); in divide() local
427 RealNum.times(x_im,y_im), 1), in divide()
430 RealNum i = RealNum.add( RealNum.add( RealNum.times(x_im,y_re), in divide()
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/MEX/
H A Dwrap.c39 for (x_im=XSTART ; \
41 filt_pos++, x_im++) \
57 register int filt_pos, x_im, y_im, x_filt_stop; local
95 INPROD(y_pos+y_dim, y_im%y_dim, x_pos, x_im)
100 INPROD(y_pos+y_dim, y_im%y_dim, x_pos, x_im%x_dim)
110 INPROD(y_pos, y_im, x_pos+x_dim, x_im%x_dim)
115 INPROD(y_pos, y_im, x_pos, x_im)
120 INPROD(y_pos, y_im, x_pos, x_im%x_dim)
130 INPROD(y_pos, y_im%y_dim, x_pos+x_dim, x_im%x_dim)
135 INPROD(y_pos, y_im%y_dim, x_pos, x_im)
[all …]
/dports/math/spooles-mpich/spooles.2.2/Iter/src/
H A Dutil.c541 double x_re, x_im, y_re, y_im; in zdiv() local
544 x_im = x[1]; in zdiv()
550 u[1] = x_im/y_re; in zdiv()
555 u[0] = x_im/y_im; in zdiv()
568 x_re = x_im; in zdiv()
569 x_im = hold; in zdiv()
584 if ( fabs(x_im) >= fabs(s) ) in zdiv()
585 u[0] = t*(x_re+ s*(x_im*y_im) ); in zdiv()
588 if ( fabs (x_im) >= fabs(y_im) ) in zdiv()
594 u[1] = t*( x_im - s*(x_re*y_im) ); in zdiv()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Iter/src/
H A Dutil.c541 double x_re, x_im, y_re, y_im; in zdiv() local
544 x_im = x[1]; in zdiv()
550 u[1] = x_im/y_re; in zdiv()
555 u[0] = x_im/y_im; in zdiv()
568 x_re = x_im; in zdiv()
569 x_im = hold; in zdiv()
584 if ( fabs(x_im) >= fabs(s) ) in zdiv()
585 u[0] = t*(x_re+ s*(x_im*y_im) ); in zdiv()
588 if ( fabs (x_im) >= fabs(y_im) ) in zdiv()
594 u[1] = t*( x_im - s*(x_re*y_im) ); in zdiv()
[all …]
/dports/math/spooles/spooles.2.2/Iter/src/
H A Dutil.c541 double x_re, x_im, y_re, y_im; in zdiv() local
544 x_im = x[1]; in zdiv()
550 u[1] = x_im/y_re; in zdiv()
555 u[0] = x_im/y_im; in zdiv()
568 x_re = x_im; in zdiv()
569 x_im = hold; in zdiv()
584 if ( fabs(x_im) >= fabs(s) ) in zdiv()
585 u[0] = t*(x_re+ s*(x_im*y_im) ); in zdiv()
588 if ( fabs (x_im) >= fabs(y_im) ) in zdiv()
594 u[1] = t*( x_im - s*(x_re*y_im) ); in zdiv()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Iter/src/
H A Dutil.c541 double x_re, x_im, y_re, y_im; in zdiv() local
544 x_im = x[1]; in zdiv()
550 u[1] = x_im/y_re; in zdiv()
555 u[0] = x_im/y_im; in zdiv()
568 x_re = x_im; in zdiv()
569 x_im = hold; in zdiv()
584 if ( fabs(x_im) >= fabs(s) ) in zdiv()
585 u[0] = t*(x_re+ s*(x_im*y_im) ); in zdiv()
588 if ( fabs (x_im) >= fabs(y_im) ) in zdiv()
594 u[1] = t*( x_im - s*(x_re*y_im) ); in zdiv()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/vect/
H A Dpr97832-2.c17 double x_im = x[c+4+k]; in foo1x1() local
20 y_re = y_re - x_re * f_re - x_im * f_im;; in foo1x1()
21 y_im = y_im + x_re * f_im - x_im * f_re; in foo1x1()
H A Dpr97832-4.c16 double x_im = x[c+4+k]; in foo1x1() local
19 y_re = y_re - x_re * f_re - x_im * f_im;; in foo1x1()
20 y_im = y_im + x_re * f_im - x_im * f_re; in foo1x1()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-512_avx2/
H A Dfft.c236 __m256d x_re, x_im, y_re, y_im; in PQCLEAN_FALCON512_AVX2_FFT() local
262 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON512_AVX2_FFT() local
265 x_im = f[j + hn]; in PQCLEAN_FALCON512_AVX2_FFT()
271 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON512_AVX2_FFT()
273 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON512_AVX2_FFT()
349 __m256d x_re, x_im, y_re, y_im; in PQCLEAN_FALCON512_AVX2_iFFT() local
361 x_im = _mm256_sub_pd(x_im, y_im); in PQCLEAN_FALCON512_AVX2_iFFT()
362 z_re = FMSUB(x_im, s_im, in PQCLEAN_FALCON512_AVX2_iFFT()
375 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON512_AVX2_iFFT() local
378 x_im = f[j + hn]; in PQCLEAN_FALCON512_AVX2_iFFT()
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-1024_avx2/
H A Dfft.c236 __m256d x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_AVX2_FFT() local
262 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_AVX2_FFT() local
265 x_im = f[j + hn]; in PQCLEAN_FALCON1024_AVX2_FFT()
271 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_AVX2_FFT()
273 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_AVX2_FFT()
349 __m256d x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_AVX2_iFFT() local
361 x_im = _mm256_sub_pd(x_im, y_im); in PQCLEAN_FALCON1024_AVX2_iFFT()
362 z_re = FMSUB(x_im, s_im, in PQCLEAN_FALCON1024_AVX2_iFFT()
375 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_AVX2_iFFT() local
378 x_im = f[j + hn]; in PQCLEAN_FALCON1024_AVX2_iFFT()
[all …]
/dports/math/mate-calc/mate-calc-1.26.0/src/
H A Dmp-serializer.c198 MPNumber x_im = mp_new(); in mp_to_string() local
201 mp_imaginary_component(x, &x_im); in mp_to_string()
209 mp_to_string_real(serializer, &x_im, 10, force_sign, &n_complex_digits, s); in mp_to_string()
236 mp_clear(&x_im); in mp_to_string()
349 MPNumber x_im = mp_new(); in mp_to_exponential_string() local
352 mp_imaginary_component(x, &x_im); in mp_to_exponential_string()
356 else if (!mp_is_negative(&x_im)) in mp_to_exponential_string()
360 … exponent = mp_to_exponential_string_real(serializer, &x_im, s, eng_format, &n_complex_digits); in mp_to_exponential_string()
384 mp_clear(&x_im); in mp_to_exponential_string()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-1024_clean/
H A Dfft.c233 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_CLEAN_FFT() local
236 x_im = f[j + hn]; in PQCLEAN_FALCON1024_CLEAN_FFT()
241 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_CLEAN_FFT()
243 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_CLEAN_FFT()
315 fpr x_re, x_im, y_re, y_im; in PQCLEAN_FALCON1024_CLEAN_iFFT() local
318 x_im = f[j + hn]; in PQCLEAN_FALCON1024_CLEAN_iFFT()
322 x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_CLEAN_iFFT()
323 FPC_SUB(x_re, x_im, x_re, x_im, y_re, y_im); in PQCLEAN_FALCON1024_CLEAN_iFFT()
325 x_re, x_im, s_re, s_im); in PQCLEAN_FALCON1024_CLEAN_iFFT()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-512_clean/
H A Dfft.c233 fpr x_re, x_im, y_re, y_im;
236 x_im = f[j + hn];
241 x_re, x_im, y_re, y_im);
243 x_re, x_im, y_re, y_im);
315 fpr x_re, x_im, y_re, y_im;
318 x_im = f[j + hn];
322 x_re, x_im, y_re, y_im);
323 FPC_SUB(x_re, x_im, x_re, x_im, y_re, y_im);
325 x_re, x_im, s_re, s_im);
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dinifcns_hyperb.cpp748 const numeric x_im = ex_to<numeric>(x.imag_part()); in asinh_conjugate() local
750 (x_im > *_num_1_p && x_im < *_num1_p)) in asinh_conjugate()
1062 const numeric x_im = ex_to<numeric>(x.imag_part()); in acsch_conjugate() local
1064 (x_im < *_num_1_p && x_im > *_num1_p)) in acsch_conjugate()
/dports/science/mpb/mpb-1.11.1/src/matrices/
H A Dblasglue.c176 real x_re = x[i*incx].re, x_im = x[i*incx].im; in blasglue_dotc()
179 sum.re += x_re * y_re + x_im * y_im; in blasglue_dotc()
180 sum.im += x_re * y_im - x_im * y_re; in blasglue_dotc()
/dports/math/gnome-calculator/gnome-calculator-41.1/lib/
H A Dserializer.vala256 var x_im = x.imaginary_component ();
267 … cast_to_string_real (x_im, (int) representation_base, force_sign, ref n_complex_digits, s);
467 var x_im = x.imaginary_component ();
474 exponent = cast_to_exponential_string_real (x_im, s, eng_format, ref n_complex_digits);
/dports/misc/libad9361-iio/libad9361-iio-0.2-8-ge7bb5cd/filterdesigner/
H A Dinternal_design_filter_cg.c2426 double x_im; in b_polyval() local
2466 double x_im; in b_rdivide() local
2652 double x_im; in b_xscal() local
3962 double x_im; in c_polyval() local
4457 double x_im; in d_polyval() local
5595 double x_im; in e_polyval() local
5898 double x_im; in eml_zlahqr() local
6547 double x_im; in f_polyval() local
7415 double x_im; in g_polyval() local
8068 double x_im; in h_polyval() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A DImon.h99 void * x_im; /* extra image for afni comm */ member
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dinifcns_trans.cpp973 const numeric x_im = ex_to<numeric>(x.imag_part()); in atan_conjugate() local
975 (x_im > *_num_1_p && x_im < *_num1_p)) in atan_conjugate()
1408 const numeric x_im = ex_to<numeric>(x.imag_part()); in asinh_conjugate() local
1410 (x_im > *_num_1_p && x_im < *_num1_p)) in asinh_conjugate()

12