Home
last modified time | relevance | path

Searched refs:cmult (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/math/fxt/fxt/src/fht/
H A Dshortfhtditcore.h135 cmult(s1, c1, f2, g3, b, a); in fht_dit_core_16()
138 cmult(c1, s1, g2, f3, b, a); in fht_dit_core_16()
250 cmult(s1, c1, f2, g3, b, a); in fht_dit_core_32()
253 cmult(c1, s1, g2, f3, b, a); in fht_dit_core_32()
272 cmult(s1, c1, f2, g3, b, a); in fht_dit_core_32()
275 cmult(c1, s1, g2, f3, b, a); in fht_dit_core_32()
291 cmult(s1, c1, f2, g3, b, a); in fht_dit_core_32()
294 cmult(c1, s1, g2, f3, b, a); in fht_dit_core_32()
483 cmult(s1, c1, f2, g3, b, a); in fht_dit_core_64()
486 cmult(c1, s1, g2, f3, b, a); in fht_dit_core_64()
[all …]
H A Dshortfhtdifcore.h134 cmult(s1, c1, f2, g3, b, a); in fht_dif_core_16()
137 cmult(c1, s1, g2, f3, b, a); in fht_dif_core_16()
249 cmult(s1, c1, f2, g3, b, a); in fht_dif_core_32()
252 cmult(c1, s1, g2, f3, b, a); in fht_dif_core_32()
271 cmult(s1, c1, f2, g3, b, a); in fht_dif_core_32()
274 cmult(c1, s1, g2, f3, b, a); in fht_dif_core_32()
290 cmult(s1, c1, f2, g3, b, a); in fht_dif_core_32()
293 cmult(c1, s1, g2, f3, b, a); in fht_dif_core_32()
482 cmult(s1, c1, f2, g3, b, a); in fht_dif_core_64()
485 cmult(c1, s1, g2, f3, b, a); in fht_dif_core_64()
[all …]
H A Dfht0.cc110 cmult(s1, c1, f2, g3, b, a); in fht0_dit()
113 cmult(c1, s1, g2, f3, b, a); in fht0_dit()
198 cmult(s2, c2, fi[k], gi[k], b, a); in fht0_dit()
202 cmult(s2, c2, fi[k3], gi[k3], b, a); in fht0_dit()
206 cmult(s1, c1, f2, g3, b, a); in fht0_dit()
210 cmult(c1, s1, g2, f3, b, a); in fht0_dit()
H A Dcfht0.cc114 cmult(s1, c1, f2, g3, b, a); in fht0_dit()
117 cmult(c1, s1, g2, f3, b, a); in fht0_dit()
202 cmult(s2, c2, fi[k], gi[k], b, a); in fht0_dit()
206 cmult(s2, c2, fi[k3], gi[k3], b, a); in fht0_dit()
210 cmult(s1, c1, f2, g3, b, a); in fht0_dit()
214 cmult(c1, s1, g2, f3, b, a); in fht0_dit()
H A Dcfhtdit.cc118 cmult(s1, c1, f2, g3, b, a); in fht_dit_core()
121 cmult(c1, s1, g2, f3, b, a); in fht_dit_core()
218 cmult(s2, c2, fi[k], gi[k], b, a); in fht_dit_core()
222 cmult(s2, c2, fi[k3], gi[k3], b, a); in fht_dit_core()
226 cmult(s1, c1, f2, g3, b, a); in fht_dit_core()
230 cmult(c1, s1, g2, f3, b, a); in fht_dit_core()
H A Dfhtdit.cc114 cmult(s1, c1, f2, g3, b, a); in fht_dit_core()
117 cmult(c1, s1, g2, f3, b, a); in fht_dit_core()
214 cmult(s2, c2, fi[k], gi[k], b, a); in fht_dit_core()
218 cmult(s2, c2, fi[k3], gi[k3], b, a); in fht_dit_core()
222 cmult(s1, c1, f2, g3, b, a); in fht_dit_core()
226 cmult(c1, s1, g2, f3, b, a); in fht_dit_core()
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWFlag.cpp54 float cmult = (mult * 0.25f) + 0.75f; in draw() local
57 glColor3f(color_[0] * cmult, color_[1] * cmult, color_[2] * cmult); in draw()
/dports/math/fxt/fxt/src/aux0/
H A Dcmult.h40 static inline void cmult(double c, double s, in cmult() function
64 static inline void cmult(double c, double s, in cmult() function
74 static inline void cmult(double c, double s, in cmult() function
85 static inline void cmult(Complex c, Complex s, in cmult() function
/dports/audio/codec2/codec2-1.0.3/src/
H A Dfdmdv.c454 phase_tx[c] = cmult(phase_tx[c], freq[c]); in tx_filter_and_upconvert()
462 *fbb_phase = cmult(*fbb_phase, fbb_rect); in tx_filter_and_upconvert()
463 tx_fdm[i] = cmult(tx_fdm[i], *fbb_phase); in tx_filter_and_upconvert()
474 tx_fdm[i] = cmult(two, tx_fdm[i]); in tx_filter_and_upconvert()
534 *fbb_phase = cmult(*fbb_phase, fbb_rect); in fdm_upconvert()
535 tx_fdm[i] = cmult(tx_fdm[i], *fbb_phase); in fdm_upconvert()
546 tx_fdm[i] = cmult(two, tx_fdm[i]); in fdm_upconvert()
642 *phase = cmult(*phase, *freq); in generate_pilot_fdm()
1189 f_rect = cmult(f_rect,freq[c]); in down_convert_and_rx_filter()
1288 phase = cmult(phase, freq); in rx_est_timing()
[all …]
H A Dcohpsk.c377 rot = cmult(div_symb, pi_on_4); in qpsk_symbols_to_bits()
387 rot = cmult(coh->rx_symb[r][c], pi_on_4); in qpsk_symbols_to_bits()
490 phase_tx[c] = cmult(phase_tx[c], freq[c]); in tx_filter_and_upconvert_coh()
500 *fbb_phase = cmult(*fbb_phase, fbb_rect); in tx_filter_and_upconvert_coh()
501 tx_fdm[i] = cmult(tx_fdm[i], *fbb_phase); in tx_filter_and_upconvert_coh()
512 tx_fdm[i] = cmult(two, tx_fdm[i]); in tx_filter_and_upconvert_coh()
768 phase_rx[c] = cmult(phase_rx[c], freq[c]); in fdm_downconvert_coh()
954 *foff_phase_rect = cmult(*foff_phase_rect, foff_rect); in fdmdv_freq_shift_coh()
955 rx_fdm_fcorr[i] = cmult(rx_fdm[i], *foff_phase_rect); in fdmdv_freq_shift_coh()
1015 amod_strip = cmult(adiff, adiff); in rate_Fs_rx_processing()
[all …]
H A Dcohpsk_ch.c325 direct = cmult(aspread, ch_fdm[i]); in main()
326 delayed = cmult(aspread_2ms, ch_fdm_delay[i]); in main()
354 ssbfiltbuf[j] = cmult(ch_fdm[i], cconj(lo_phase)); in main()
360 ssbfiltout[i] = cmult(ssbfiltout[i], lo_phase); in main()
361 lo_phase = cmult(lo_phase, lo_freq); in main()
H A Dfm.c138 fm_states->lo_phase = cmult(fm_states->lo_phase, wc_rect); in fm_demod()
161 rx_bb_diff = cmult(rx_bb_filt, cconj(fm_states->rx_bb_filt_prev)); in fm_demod()
/dports/math/fxt/fxt/src/fft/
H A Dfftdit4.cc82 cmult(c, s, c2, s2, c3, s3); in fft_dit4_core_p1()
92 cmult(c2, s2, fr[i1], fi[i1], xr, xi); in fft_dit4_core_p1()
97 cmult(c, s, fr[i2], fi[i2], yr, vr); in fft_dit4_core_p1()
98 cmult(c3, s3, fr[i3], fi[i3], vi, yi); in fft_dit4_core_p1()
H A Dfftdif4.cc54 cmult(c, s, c2, s2, c3, s3); in fft_dif4_core_p1()
76 cmult(c2, s2, yr, yi, fr[i1], fi[i1]); in fft_dif4_core_p1()
81 cmult(c3, s3, yr, yi, fr[i3], fi[i3]); in fft_dif4_core_p1()
82 cmult(c, s, xr, xi, fr[i2], fi[i2]); in fft_dif4_core_p1()
H A Dfftsplitradix.cc83 cmult(ss1, cc1, t4, tr0, fr[i2], fi[i2]); in split_radix_fft_dif_core()
85 cmult(cc3, ss3, tr1, t3, fi[i3], fr[i3]); in split_radix_fft_dif_core()
/dports/math/fxt/fxt/src/correlation/
H A Dfftcocorr.cc41 cmult(r1, i1, r2, i2, fr[k], fi[k]); in fft_complex_auto_correlation()
76 cmult(gr[k], gi[k], tr, ti); in fft_complex_correlation()
H A Dslowcocorr.cc34 cmult(fr[k2], fi[k2], ar, ai); in slow_complex_correlation()
/dports/math/fxt/fxt/src/realfft/
H A Drealfftsplitradix.cc203 cmult(cc1, ss1, x[i7], x[i3], t2, t1); in split_radix_real_complex_fft_dit_core()
205 cmult(cc3, ss3, x[i8], x[i4], t4, t3); in split_radix_real_complex_fft_dit_core()
322 cmult(ss1, cc1, t5, t4, x[i7], x[i3]); in split_radix_complex_real_fft_dif_core()
323 cmult(cc3, ss3, t1, t2, x[i4], x[i8]); in split_radix_complex_real_fft_dif_core()
H A Drealfftwrap.cc67 cmult(c, s, f2r, f2i, tr, ti); in wrap_real_complex_fft()
129 cmult(c, s, f2r, f2i, tr, ti); in wrap_complex_real_fft()
/dports/math/fxt/fxt/src/convolution/
H A Dfftcocnvl.cc132 cmult(gr[k], gi[k], tr, ti); in fft_complex_convolution()
136 cmult(fr[k], fi[k], gr[k], gi[k]); in fft_complex_convolution()
H A Dslowcocnvl.cc35 cmult(fr[k2], fi[k2], ar, ai); in slow_complex_convolution()
/dports/comms/wsjtz/wsjtx/lib/77bit/
H A Dpackjt77.f90212 character*3 cmult(NUSCAN) local
234 data cmult/ &
500 ' '//crpt//' '//cmult(imult)
502 ' '//crpt//' '//cmult(imult)
504 ' R '//crpt//' '//cmult(imult)
506 ' R '//crpt//' '//cmult(imult)
1193 character*3 cmult(NUSCAN),mult local
1196 data cmult/ &
1222 if(cmult(i).eq.w(nwords)) then
1224 mult=cmult(i)
/dports/math/gretl/gretl-2021d/share/scripts/misc/
H A Dconvolve.inp7 fc = cmult(f[,1:2], f[,3:4])
/dports/math/fxt/fxt/
H A Ddepend.mk481 src/complextype.h src/aux0/cmult.h src/aux0/sumdiff.h \
489 src/complextype.h src/aux0/cmult.h src/aux0/sumdiff.h \
497 src/complextype.h src/aux0/cmult.h src/aux0/sumdiff.h \
505 src/complextype.h src/aux0/cmult.h src/aux0/sumdiff.h \
610 src/aux0/cmult.h src/fht/shortfhtditcore.h
793 src/aux0/cmult.h src/complextype.h
796 src/aux0/cmult.h src/aux0/sumdiff.h src/restrict.h
822 src/aux0/cmult.h src/fht/shortfhtditcore.h
852 src/aux0/cmult.h src/fht/shortfhtditcore.h
871 src/restrict.h src/fft/fft.h src/aux0/cmult.h
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_scalarmult/curve25519/donna/
H A Dsmult.c69 #define cmult crypto_scalarmult_curve25519_donna_cmult macro
199 cmult(x, z, e, bp); in crypto_scalarmult()

12345678