Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp74 struct conjunction : std::true_type { };
123 …is_same<T, U>::value && std::is_base_of<_p_PetscObject, T>::value, std::true_type, std::false_type…
126 …al_t<std::is_class<T>::value && std::is_standard_layout<T>::value, std::true_type, std::false_type…
172 struct is_instance<U<T>, U> : public std::true_type { };
H A Dfunctional.hpp21 static decltype(std::declval<F>()(std::declval<A>()...), std::true_type()) f(int);
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp53 …static PetscErrorCode MDot_(/* use complex = */ std::true_type, Vec, PetscInt, const Vec[], PetscS…
H A Dvecseqcupm_impl.hpp1266 inline PetscErrorCode VecSeq_CUPM<T>::MDot_(std::true_type, Vec xin, PetscInt nv, const Vec yin[], … in MDot_() argument
/petsc/include/petsc/private/
H A Dcupminterface.hpp872 …tic_castable<S, D, util::void_t<decltype(static_cast<D>(std::declval<S>()))>> : std::true_type { };