Home
last modified time | relevance | path

Searched refs:get_complex_low (Results 1 – 4 of 4) sorted by relevance

/dports/devel/xsimd/xsimd-7.6.0/include/xsimd/types/
H A Dxsimd_sse_complex.hpp92 real_batch get_complex_low() const;
162 real_batch get_complex_low() const;
184 inline auto batch<std::complex<float>, 4>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
202 inline auto batch<std::complex<double>, 2>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
274 real_batch get_complex_low() const;
344 real_batch get_complex_low() const;
369 inline auto batch<xtl::xcomplex<float, float, i3ec>, 4>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
390 inline auto batch<xtl::xcomplex<double, double, i3ec>, 2>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
H A Dxsimd_avx512_complex.hpp98 real_batch get_complex_low() const;
169 real_batch get_complex_low() const;
194 inline auto batch<std::complex<float>, 16>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
216 inline auto batch<std::complex<double>, 8>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
295 real_batch get_complex_low() const;
366 real_batch get_complex_low() const;
394 inline auto batch<xtl::xcomplex<float, float, i3ec>, 16>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
419 inline auto batch<xtl::xcomplex<double, double, i3ec>, 8>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
H A Dxsimd_avx_complex.hpp95 real_batch get_complex_low() const;
165 real_batch get_complex_low() const;
312 inline auto batch<std::complex<float>, 8>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
329 inline auto batch<std::complex<double>, 4>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::complex
403 real_batch get_complex_low() const;
473 real_batch get_complex_low() const;
497 inline auto batch<xtl::xcomplex<float, float, i3ec>, 8>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
517 inline auto batch<xtl::xcomplex<double, double, i3ec>, 4>::get_complex_low() const -> real_batch in get_complex_low() function in xsimd::batch::xcomplex
H A Dxsimd_complex_base.hpp846 real_batch lo = (*this)().get_complex_low(); in store_aligned()
876 real_batch lo = (*this)().get_complex_low(); in store_unaligned()