Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h624 struct _ComplexType in __simd_min_element() struct
630 _ComplexType() : __min_val{}, __min_ind{}, __min_comp(nullptr) {} in __simd_min_element() function
631 _ComplexType(const _ValueType& val, const _Compare* comp) in __simd_min_element() argument
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
691_ComplexType() : __min_val{}, __max_val{}, __min_ind{}, __max_ind{}, __minmax_comp(nullptr) {} in __simd_minmax_element() argument
692 _ComplexType(const _ValueType& min_val, const _ValueType& max_val, const _Compare* comp) in __simd_minmax_element() argument
[all …]
/external/llvm-project/libcxx/include/
Dcomplex801 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);
/external/libcxx/include/
Dcomplex806 typedef complex<double> _ComplexType;
814 typedef complex<_Tp> _ComplexType;
942 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
945 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType;
946 return _ComplexType(__re);
969 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
983 typename __libcpp_complex_overload_traits<_Tp>::_ComplexType
987 typedef typename __libcpp_complex_overload_traits<_Tp>::_ComplexType _ComplexType;
988 return _ComplexType(__re);