Home
last modified time | relevance | path

Searched defs:src_re (Results 1 – 25 of 87) sorted by relevance

1234

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/aarch64/asimd/
H A Dcomplex.h39 …void complex_mul2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_mul2()
242 …void complex_div2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_div2()
386 …void complex_rdiv2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t … in complex_rdiv2()
675 void complex_mod(float *dst, const float *src_re, const float *src_im, size_t count) in complex_mod()
863 …void complex_rcp2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_rcp2()
H A Dfft.h36 …void direct_fft(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t ran… in direct_fft()
98 …void reverse_fft(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t ra… in reverse_fft()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/sse/
H A Dcomplex.h31 …void complex_mul2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_mul2()
183 …void complex_div2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_div2()
267 …void complex_rdiv2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t … in complex_rdiv2()
457 void complex_mod(float *dst, const float *src_re, const float *src_im, size_t count) in complex_mod()
545 …void complex_rcp2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_rcp2()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/arm/neon-d32/
H A Dcomplex.h31 …void complex_mul2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_mul2()
198 …void complex_div2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_div2()
308 …void complex_rdiv2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t … in complex_rdiv2()
529 void complex_mod(float *dst, const float *src_re, const float *src_im, size_t count) in complex_mod()
762 …void complex_rcp2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_rcp2()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/avx/
H A Dcomplex.h242 …void complex_mul2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_mul2()
257 …void complex_mul2_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, siz… in complex_mul2_fma3()
340 void complex_mod(float *dst, const float *src_re, const float *src_im, size_t count) in complex_mod()
353 void complex_mod_fma3(float *dst, const float *src_re, const float *src_im, size_t count) in complex_mod_fma3()
638 …void complex_div2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_div2()
655 …void complex_div2_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, siz… in complex_div2_fma3()
672 …void complex_rdiv2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t … in complex_rdiv2()
689 …void complex_rdiv2_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, si… in complex_rdiv2_fma3()
838 …void complex_rcp2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_rcp2()
855 …void complex_rcp2_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, siz… in complex_rcp2_fma3()
H A Dfft.h67 …static inline void small_direct_fft(float *dst_re, float *dst_im, const float *src_re, const float… in small_direct_fft()
109 …static inline void small_reverse_fft(float *dst_re, float *dst_im, const float *src_re, const floa… in small_reverse_fft()
151 …void direct_fft(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t ran… in direct_fft()
181 …void direct_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_… in direct_fft_fma3()
211 …void reverse_fft(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t ra… in reverse_fft()
243 …void reverse_fft_fma3(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size… in reverse_fft_fma3()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/sse/fft/
H A Dscramble.h25 …e void FFT_SCRAMBLE_SELF_DIRECT_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_SELF_DIRECT_NAME()
130 …e void FFT_SCRAMBLE_COPY_DIRECT_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_COPY_DIRECT_NAME()
240 … void FFT_SCRAMBLE_SELF_REVERSE_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_SELF_REVERSE_NAME()
345 … void FFT_SCRAMBLE_COPY_REVERSE_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_COPY_REVERSE_NAME()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/arm/neon-d32/fft/
H A Dscramble.h31 …void scramble_direct(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_… in scramble_direct()
225 …void scramble_reverse(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size… in scramble_reverse()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A Dcomplex.h31 …void complex_mul2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_mul2()
66 …void complex_rcp2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_rcp2()
79 …void complex_cvt2modarg(float *dst_mod, float *dst_arg, const float *src_re, const float *src_im, … in complex_cvt2modarg()
127 void complex_mod(float *dst_mod, const float *src_re, const float *src_im, size_t count) in complex_mod()
137 …void complex_div2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t c… in complex_div2()
150 …void complex_rdiv2(float *dst_re, float *dst_im, const float *src_re, const float *src_im, size_t … in complex_rdiv2()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/aarch64/asimd/fft/
H A Dscramble.h120 …static inline void scramble_copy_direct(float *dst_re, float *dst_im, const float *src_re, const f… in scramble_copy_direct()
309 …static inline void scramble_copy_reverse(float *dst_re, float *dst_im, const float *src_re, const … in scramble_copy_reverse()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/x86/avx/fft/
H A Dscramble.h318 …e void FFT_SCRAMBLE_COPY_DIRECT_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_COPY_DIRECT_NAME()
436 … void FFT_SCRAMBLE_COPY_REVERSE_NAME(float *dst_re, float *dst_im, const float *src_re, const floa… in FFT_SCRAMBLE_COPY_REVERSE_NAME()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc33 test_type src_re("aaba"); in test01() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc33 test_type src_re("aaba"); in test01() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc33 test_type src_re("aaba"); in test01() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc33 test_type src_re("aaba"); in test01() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/
H A Dcopy_char.cc32 test_type src_re("aaba"); in test01() local

1234