Home
last modified time | relevance | path

Searched refs:_ComplexType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dunseq_backend_simd.h624 struct _ComplexType in __simd_min_element() struct
631 _ComplexType(const _ValueType& val, const _Compare* comp) in __simd_min_element() function
635 _ComplexType(const _ComplexType& __obj) in __simd_min_element() function
642 operator()(const _ComplexType& __obj) in __simd_min_element() argument
653 _ComplexType __init{*__first, &__comp}; in __simd_min_element()
655 _PSTL_PRAGMA_DECLARE_REDUCTION(__min_func, _ComplexType) in __simd_min_element()
683 struct _ComplexType in __simd_minmax_element() struct
697 _ComplexType(const _ComplexType& __obj) in __simd_minmax_element() argument
704 operator()(const _ComplexType& __obj) in __simd_minmax_element() argument
732 _ComplexType __init{*__first, *__first, &__comp}; in __simd_minmax_element()
[all …]
/llvm-project-15.0.7/libcxx/include/
H A Dcomplex802 typedef complex<double> _ComplexType;
810 typedef complex<_Tp> _ComplexType;
938 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
941 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType;
942 return _ComplexType(__re);
965 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
979 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
983 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType;
984 return _ComplexType(__re);