Lines Matching refs:Atype

51 template <typename Cmplex, typename Atype> // operation on a complex and an arithmetic type
53 …s_same<Cmplex, PetscComplex>::value && std::is_arithmetic<Atype>::value && !std::is_same<Atype, Pe…
55 || std::is_same<Atype, __fp16>::value
58 || std::is_same<Atype, __float128>::value
63 template <typename Cmplex, typename Atype>
64 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator+(const At…
69 template <typename Cmplex, typename Atype>
70 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator+(const Cmplex &lhs…
75 template <typename Cmplex, typename Atype>
76 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator-(const At…
81 template <typename Cmplex, typename Atype>
82 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator-(const Cmplex &lhs…
87 template <typename Cmplex, typename Atype>
88 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator*(const At…
93 template <typename Cmplex, typename Atype>
94 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator*(const Cmplex &lhs…
99 template <typename Cmplex, typename Atype>
100 … std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator/(const At…
105 template <typename Cmplex, typename Atype>
106 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, Cmplex>::type operator/(const Cmplex &lhs…
111 template <typename Cmplex, typename Atype>
112 …e std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, bool>::type operator==(const At…
117 template <typename Cmplex, typename Atype>
118 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, bool>::type operator==(const Cmplex &lhs,…
123 template <typename Cmplex, typename Atype>
124 …e std::enable_if<petsccomplex_extended_type<Cmplex, Atype>::value, bool>::type operator!=(const At…
129 template <typename Cmplex, typename Atype>
130 …ble_if<petsccomplex_extended_type<Cmplex, Atype>::value, bool>::type operator!=(const Cmplex &lhs,…