Home
last modified time | relevance | path

Searched refs:mstype (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/net/mpich2/mpich2-1.5/test/mpi/attr/
H A Dfkeyvaltype.c52 MTestDatatype mstype, mrtype; in main() local
58 while (MTestGetDatatypes( &mstype, &mrtype, 1 )) { in main()
59 type = mstype.datatype; in main()
98 if (!mstype.isBasic) { in main()
100 MTestFreeDatatype(&mstype); in main()
111 if (mstype.buf) { in main()
112 free(mstype.buf); in main()
113 mstype.buf = 0; in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/cxx/attr/
H A Dfkeyvaltypex.cxx59 MTestDatatype mstype, mrtype; in main() local
65 while (MTestGetDatatypes( &mstype, &mrtype, 1 )) { in main()
66 type = mstype.datatype; in main()
105 if (!mstype.isBasic) { in main()
107 MTestFreeDatatype(&mstype); in main()
118 if (mstype.buf) { in main()
119 free(mstype.buf); in main()
120 mstype.buf = 0; in main()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert( std::is_nothrow_move_constructible<mstype>::value,
28 static_assert( std::is_nothrow_constructible<mstype,
29 mstype&&, const typename mstype::allocator_type&>::value,
/dports/net/mpich2/mpich2-1.5/test/mpi/cxx/datatype/
H A Dpacksizex.cxx27 MTestDatatype mstype, mrtype; in main() local
34 while (MTestGetDatatypes( &mstype, &mrtype, 1 )) { in main()
35 type = mstype.datatype; in main()
55 if (mrtype.datatype != mstype.datatype) { in main()
78 MTestFreeDatatype(&mstype); in main()
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/ms/
H A Dms.c454 SNESMSType mstype; in SNESSetFromOptions_MS() local
457 ierr = SNESMSGetType(snes,&mstype);CHKERRQ(ierr); in SNESSetFromOptions_MS()
473 static PetscErrorCode SNESMSGetType_MS(SNES snes,SNESMSType *mstype) in SNESMSGetType_MS() argument
479 *mstype = tab->name; in SNESMSGetType_MS()
483 static PetscErrorCode SNESMSSetType_MS(SNES snes,SNESMSType mstype) in SNESMSSetType_MS() argument
492 ierr = PetscStrcmp(ms->tableau->name,mstype,&match);CHKERRQ(ierr); in SNESMSSetType_MS()
496 ierr = PetscStrcmp(link->tab.name,mstype,&match);CHKERRQ(ierr); in SNESMSSetType_MS()
523 PetscErrorCode SNESMSGetType(SNES snes,SNESMSType *mstype) in SNESMSGetType() argument
529 PetscValidPointer(mstype,2); in SNESMSGetType()
547 PetscErrorCode SNESMSSetType(SNES snes,SNESMSType mstype) in SNESMSSetType() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc25 typedef std::multiset<int> mstype; typedef
27 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc25 typedef std::multiset<int> mstype; typedef
27 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc25 typedef std::multiset<int> mstype; typedef
27 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc25 typedef std::multiset<int> mstype; typedef
27 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc24 typedef std::multiset<int> mstype; typedef
26 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/23_containers/multiset/cons/
H A Dnoexcept_move_construct.cc25 typedef std::multiset<int> mstype; typedef
27 static_assert(std::is_nothrow_move_constructible<mstype>::value, "Error");

12345678910>>...28