Searched refs:_ComplexType (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
H A D | unseq_backend_simd.h | 620 struct _ComplexType in __simd_min_element() struct 626 _ComplexType() : __min_val{}, __min_ind{}, __min_comp(nullptr) {} in __simd_min_element() argument 627 _ComplexType(const _ValueType& val, const _Compare* comp) in __simd_min_element() function 631 _ComplexType(const _ComplexType& __obj) in __simd_min_element() function 638 operator()(const _ComplexType& __obj) in __simd_min_element() argument 649 _ComplexType __init{*__first, &__comp}; in __simd_min_element() 651 _PSTL_PRAGMA_DECLARE_REDUCTION(__min_func, _ComplexType) in __simd_min_element() 679 struct _ComplexType in __simd_minmax_element() struct 687 … _ComplexType() : __min_val{}, __max_val{}, __min_ind{}, __max_ind{}, __minmax_comp(nullptr) {} in __simd_minmax_element() function 688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
H A D | unseq_backend_simd.h | 620 struct _ComplexType in __simd_min_element() struct 626 _ComplexType() : __min_val{}, __min_ind{}, __min_comp(nullptr) {} in __simd_min_element() function 627 _ComplexType(const _ValueType& val, const _Compare* comp) in __simd_min_element() argument 631 _ComplexType(const _ComplexType& __obj) in __simd_min_element() function 638 operator()(const _ComplexType& __obj) in __simd_min_element() argument 649 _ComplexType __init{*__first, &__comp}; in __simd_min_element() 651 _PSTL_PRAGMA_DECLARE_REDUCTION(__min_func, _ComplexType) in __simd_min_element() 679 struct _ComplexType in __simd_minmax_element() struct 687 … _ComplexType() : __min_val{}, __max_val{}, __min_ind{}, __max_ind{}, __minmax_comp(nullptr) {} in __simd_minmax_element() function 688 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | complex | 801 typedef complex<double> _ComplexType; 809 typedef complex<_Tp> _ComplexType; 937 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType 940 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType; 941 return _ComplexType(__re); 964 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType 978 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType 982 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType; 983 return _ComplexType(__re);
|