Home
last modified time | relevance | path

Searched refs:StandardType (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/parallel/include/timpi/
H A Dstandard_type.h113 StandardType<T> returnval(example);
193 StandardType(const StandardType<TIMPI_DEFAULT_SCALAR_TYPE> & t) : DataType() {
197 ~StandardType() {
271 StandardType(const StandardType<std::pair<T1, T2>> & timpi_mpi_var(t))
278 ~StandardType() { this->free(); }
345 StandardType(const StandardType<std::array<T, N>> & timpi_mpi_var(t))
352 ~StandardType() { this->free(); }
388 (new StandardType<ith_type>
501 StandardType(const StandardType<std::tuple<Types...>> & timpi_mpi_var(t))
508 ~StandardType() { this->free(); }
[all …]
H A Dparallel_implementation.h595 StandardType<unsigned int>(), in send()
2189 StandardType<int>(), in minloc()
2237 StandardType<T>(&r), in max()
2484 StandardType<int>(), in maxloc()
2533 StandardType<T>(&r), in sum()
2570 StandardType<T>(), in sum()
2754 StandardType<T> send_type(&sendval); in gather()
2899 StandardType<T> send_type(&sendval); in allgather()
2987 StandardType<T> send_type(r.data()); in allgather()
3117 StandardType<T> send_type(concat.data()); in allgather()
[all …]
H A Dcommunicator.h243 … typename std::enable_if<std::is_base_of<DataType, StandardType<typename Map::key_type>>::value &&
244 … std::is_base_of<DataType, StandardType<typename Map::mapped_type>>::value,
254 …typename std::enable_if<!(std::is_base_of<DataType, StandardType<typename Map::key_type>>::value &&
264 … typename std::enable_if<std::is_base_of<DataType, StandardType<typename Map::key_type>>::value &&
265 … std::is_base_of<DataType, StandardType<typename Map::mapped_type>>::value,
278 …typename std::enable_if<!(std::is_base_of<DataType, StandardType<typename Map::key_type>>::value &&
291 … typename std::enable_if<std::is_base_of<DataType, StandardType<typename Map::key_type>>::value &&
292 … std::is_base_of<DataType, StandardType<typename Map::mapped_type>>::value,
610 … typename std::enable_if<std::is_base_of<DataType, StandardType<T>>::value, int>::type = 0>
1062 … typename std::enable_if<std::is_base_of<DataType, StandardType<T>>::value, int>::type = 0>
[all …]
H A Dpacking.h137 TIMPI::StandardType
265 typename std::enable_if<!TIMPI::StandardType<std::pair<T1, T2>>::is_fixed_type>::type>
291 typename std::enable_if<!TIMPI::StandardType<std::pair<T1, T2>>::is_fixed_type>::type>::
302 typename std::enable_if<!TIMPI::StandardType<std::pair<T1, T2>>::is_fixed_type>::type>::
313 typename std::enable_if<!TIMPI::StandardType<std::pair<T1, T2>>::is_fixed_type>::type>::
336 typename std::enable_if<!TIMPI::StandardType<std::pair<T1, T2>>::is_fixed_type>::type>::
548 typename std::enable_if<!TIMPI::StandardType<T>::is_fixed_type>::type>
572 typename std::enable_if<!TIMPI::StandardType<T>::is_fixed_type>::type>::
585 typename std::enable_if<!TIMPI::StandardType<T>::is_fixed_type>::type>::
596 typename std::enable_if<!TIMPI::StandardType<T>::is_fixed_type>::type>::
[all …]
H A Dpost_wait_unpack_nested_buffer.h62 &recvsize, 1, StandardType<unsigned int>(), in run()
76 StandardType<unsigned int>(), in run()
/dports/math/libmesh/libmesh-1.6.2/include/parallel/
H A Dparallel_algebra.h58 class StandardType<TypeVector<T>, typename std::enable_if<StandardType<T>::is_fixed_type>::type>
76 StandardType<T> T_type(&((*ex)(0)));
111 StandardType(const StandardType<TypeVector<T>> & timpi_mpi_var(t)) in StandardType() function
117 ~StandardType() { this->free(); } in ~StandardType()
124 class StandardType<VectorValue<T>, typename std::enable_if<StandardType<T>::is_fixed_type>::type>
177 StandardType(const StandardType<VectorValue<T>> & timpi_mpi_var(t)) in StandardType() function
185 ~StandardType() { this->free(); } in ~StandardType()
248 StandardType(const StandardType<Point> & timpi_mpi_var(t)) in StandardType() function
254 ~StandardType() { this->free(); } in ~StandardType()
371 class StandardType<TypeTensor<T>, typename std::enable_if<StandardType<T>::is_fixed_type>::type>
[all …]
H A Dparallel_hilbert.h50 class StandardType<Hilbert::HilbertIndices> : public DataType
54 StandardType(const Hilbert::HilbertIndices * =nullptr) {
55 _datatype = DataType(StandardType<Hilbert::inttype>(), 3);
58 StandardType(const StandardType<Hilbert::HilbertIndices> & t) in StandardType() function
64 ~StandardType() { this->free(); } in ~StandardType()
/dports/math/libmesh/libmesh-1.6.2/contrib/metaphysicl/src/numerics/include/metaphysicl/
H A Dparallel_dualnumber.h51 class StandardType<
53 typename std::enable_if<StandardType<T>::is_fixed_type && StandardType<D>::is_fixed_type>::type>
57 explicit StandardType(const DualNumber<T, D> * example = nullptr)
68 StandardType<T> d1(&example->value());
69 StandardType<D> d2(&example->derivatives());
95 StandardType(const StandardType<DualNumber<T, D>> & timpi_mpi_var(t)) in StandardType() function
100 ~StandardType() { this->free(); } in ~StandardType()
105 class StandardType<DualNumber<T, D>,
106 typename std::enable_if<!(StandardType<T>::is_fixed_type &&
111 StandardType(const DualNumber<T, D> *) {} in StandardType() function
[all …]
H A Dparallel_dynamicsparsenumberarray.h48 class StandardType<DynamicSparseNumberArray<T, I>> : public NotADataType
51 StandardType(const DynamicSparseNumberArray<T, I> *) {} in StandardType() function
66 static_assert(TIMPI::StandardType<T>::is_fixed_type &&
67 TIMPI::StandardType<I>::is_fixed_type,
/dports/science/metaphysicl/MetaPhysicL-1.3.3/src/numerics/include/metaphysicl/
H A Dparallel_dualnumber.h50 class StandardType<
52 typename std::enable_if<StandardType<T>::is_fixed_type && StandardType<D>::is_fixed_type>::type>
56 explicit StandardType(const DualNumber<T, D, asd> * example = nullptr)
69 StandardType<T> d1(&example->value());
70 StandardType<D> d2(&example->derivatives());
100 StandardType(const StandardType<DualNumber<T, D, asd>> & timpi_mpi_var(t)) in StandardType() function
105 StandardType & operator=(StandardType & t)
116 class StandardType<DualNumber<T, D, asd>,
117 typename std::enable_if<!(StandardType<T>::is_fixed_type &&
122 StandardType(const DualNumber<T, D, asd> *) {} in StandardType() function
[all …]
H A Dparallel_semidynamicsparsenumberarray.h38 class StandardType<MetaPhysicL::SemiDynamicSparseNumberArray<T, I, N>> : public DataType
41 explicit StandardType(
55 StandardType<MetaPhysicL::DynamicStdArrayWrapper<T, N>> d1(&example->nude_data());
56 StandardType<MetaPhysicL::DynamicStdArrayWrapper<I, N>> d2(&example->nude_indices());
92 StandardType( in StandardType() function
93 const StandardType<MetaPhysicL::SemiDynamicSparseNumberArray<T, I, N>> & timpi_mpi_var(t)) in StandardType()
98 StandardType & operator=(StandardType & t)
H A Dparallel_dynamicsparsenumberarray.h48 class StandardType<DynamicSparseNumberArray<T, I>> : public NotADataType
51 StandardType(const DynamicSparseNumberArray<T, I> *) {} in StandardType() function
66 static_assert(TIMPI::StandardType<T>::is_fixed_type &&
67 TIMPI::StandardType<I>::is_fixed_type,
/dports/science/metaphysicl/MetaPhysicL-1.3.3/src/utilities/include/metaphysicl/
H A Dparallel_dynamic_std_array_wrapper.h37 class StandardType<MetaPhysicL::DynamicStdArrayWrapper<T, NType>> : public DataType
40 explicit StandardType(const MetaPhysicL::DynamicStdArrayWrapper<T, NType> * example = nullptr)
53 StandardType<std::array<T, NType::size>> d1(&example->_data);
54 StandardType<std::size_t> d2(&example->_dynamic_n);
87 StandardType(const StandardType<MetaPhysicL::DynamicStdArrayWrapper<T, NType>> & timpi_mpi_var(t)) in StandardType() function
92 StandardType & operator=(StandardType & t)
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/includes/config/cnes/
H A DStandard.hxx29 const StandardType standard;
33 Standard(const StandardType & _standard) : standard(_standard) { } in Standard()
35 inline const StandardType & getStandard() const in getStandard()
H A DStandardType.hxx28 class StandardType class
40StandardType(const std::string & _reference, const std::string & _type, const std::string & _versi… in StandardType() function in slint::CNES::StandardType
68 static StandardType createFromXmlNode(xmlNode * node);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/
H A DStandardType.java19 public final class StandardType extends HierarchyType { class
25 protected StandardType(TypeEnvironment environment) { in StandardType() method in StandardType
51 return getJavaElementType().equals(((StandardType)type).getJavaElementType()); in doEquals()
68 case STANDARD_TYPE: return canAssignToStandardType((StandardType)lhs); in doCanAssignTo()
H A DTypeEnvironment.java110 private Map<IJavaElement, StandardType> fStandardTypes= new HashMap<>();
260 PrimitiveType createUnBoxed(StandardType type) { in createUnBoxed()
269 StandardType createBoxed(PrimitiveType type, IJavaProject focus) { in createBoxed()
274 private StandardType createStandardType(String fullyQualifiedName, IJavaProject focus) { in createStandardType()
277 StandardType result= fStandardTypes.get(javaElementType); in createStandardType()
370 private StandardType createStandardType(ITypeBinding binding) { in createStandardType()
372 StandardType result= fStandardTypes.get(javaElement); in createStandardType()
375 result= new StandardType(this); in createStandardType()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/core/inc/
H A DMpiComm.h142 class StandardType : public DataType
157 StandardType(const T* example = NULL);
164 class StandardType<cxxtype> : public DataType \
168 StandardType(const cxxtype* = NULL) : DataType(mpitype) {} \
175 class StandardType<cxxtype> : public DataType \
179 StandardType(const cxxtype* = NULL) : DataType() {} \
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DStandardType.cpp23 StandardType StandardType::createFromXmlNode(xmlNode * node) in createFromXmlNode()
35 StandardType st(reference, type, version, date); in createFromXmlNode()
/dports/science/metaphysicl/MetaPhysicL-1.3.3/
H A DNEWS14 * StandardType specialization for SemiDynamicSparseNumberArray
15 * StandardType specialization for DynamicStdArrayWrapper
16 * Add template boolean parameter for StandardType and Packing of DualNumber
38 * Add StandardType and Packing specializations for parallel communication of
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/core/src/
H A DMpiComm.C162 …int mpiRC = MPI_Allreduce(sendbuf_noconst, recvbuf, count, StandardType<T>(sendbuf), op, m_rawComm… in Allreduce()
233 int mpiRC = MPI_Gather(sendbuf_noconst, sendcnt, StandardType<T>(sendbuf), in Gather()
234 recvbuf, recvcount, StandardType<T>(sendbuf), in Gather()
286 int mpiRC = MPI_Gatherv(sendbuf_noconst, sendcnt, StandardType<T>(sendbuf), in Gatherv()
288 StandardType<T>(recvbuf), root, m_rawComm); in Gatherv()
/dports/science/metaphysicl/MetaPhysicL-1.3.3/test/
H A Dparallel_unit.C65 StandardType<NonBuiltin> a(&ex); in testStandardTypeAssignment()
66 StandardType<NonBuiltin> b(&ex); in testStandardTypeAssignment()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/src/
H A Dqscilexervhdl.cpp100 case StandardType: in defaultColor()
245 case StandardType: in description()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/src/
H A Dqscilexervhdl.cpp100 case StandardType: in defaultColor()
245 case StandardType: in description()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/src/
H A Dqscilexervhdl.cpp100 case StandardType: in defaultColor()
245 case StandardType: in description()

123