Home
last modified time | relevance | path

Searched refs:rem_type (Results 1 – 13 of 13) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/armci/tests/mpi/
H A Dtest_mpi_indexed_gets.c33 MPI_Datatype loc_type, rem_type; in main() local
63 MPI_Type_indexed(SUB_YDIM, blk_len, idx_rem, MPI_DOUBLE, &rem_type); in main()
66 MPI_Type_commit(&rem_type); in main()
72 MPI_Get(loc_buf, 1, loc_type, peer, 0, 1, rem_type, buf_win); in main()
80 MPI_Type_free(&rem_type); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dstrided_get_indexed.c37 MPI_Datatype loc_type, rem_type; in main() local
65 MPI_Type_indexed(SUB_YDIM, blk_len, idx_rem, MPI_DOUBLE, &rem_type); in main()
68 MPI_Type_commit(&rem_type); in main()
74 MPI_Get(loc_buf, 1, loc_type, peer, 0, 1, rem_type, buf_win); in main()
82 MPI_Type_free(&rem_type); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dstrided_get_indexed.c50 MPI_Datatype loc_type, rem_type; in main() local
82 MPI_Type_indexed(SUB_YDIM, blk_len, idx_rem, MPI_DOUBLE, &rem_type); in main()
85 MPI_Type_commit(&rem_type); in main()
91 MPI_Get(loc_buf, 1, loc_type, peer, 0, 1, rem_type, buf_win); in main()
99 MPI_Type_free(&rem_type); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/io/
H A Dbigtype.c27 MPI_Datatype inner_type, rem_type, mem_type; in main() local
66 MPI_Type_contiguous(1, MPI_BYTE, &rem_type); in main()
69 type[1] = rem_type; in main()
79 MPI_Type_free(&rem_type); in main()
H A Di_bigtype.c30 MPI_Datatype inner_type, rem_type, mem_type; in main() local
67 MPI_Type_contiguous(1, MPI_BYTE, &rem_type); in main()
70 type[1] = rem_type; in main()
80 MPI_Type_free(&rem_type); in main()
/dports/multimedia/fxtv/fxtv-1.03/
H A Dremote.h42 char rem_type[],
H A Dremote.c782 char rem_type[], in TVREMOTEOpen() argument
790 strncat( type_str, rem_type, sizeof(type_str)-1 ); in TVREMOTEOpen()
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExAssignment.php1237 ilExAssignmentReminder::FEEDBACK_REMINDER] as $rem_type) {
1238 $rmd_sub = new ilExAssignmentReminder($a_old_exc_id, $d->getId(), $rem_type);
1240 … $new_rmd_sub = new ilExAssignmentReminder($a_new_exc_id, $new_ass->getId(), $rem_type);
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExAssignment.php1286 ilExAssignmentReminder::FEEDBACK_REMINDER] as $rem_type) {
1287 $rmd_sub = new ilExAssignmentReminder($a_old_exc_id, $d->getId(), $rem_type);
1289 … $new_rmd_sub = new ilExAssignmentReminder($a_new_exc_id, $new_ass->getId(), $rem_type);
/dports/math/py-libpoly/libpoly-0.1.11/python/
H A DpolypyPolynomial2.c816 enum rem_type { enum
823 Polynomial_rem_general(PyObject* self, PyObject* args, enum rem_type type) { in Polynomial_rem_general()
H A DpolypyPolynomial3.c797 enum rem_type { enum
804 Polynomial_rem_general(PyObject* self, PyObject* args, enum rem_type type) { in Polynomial_rem_general()
/dports/math/libpoly/libpoly-0.1.11/python/
H A DpolypyPolynomial2.c816 enum rem_type { enum
823 Polynomial_rem_general(PyObject* self, PyObject* args, enum rem_type type) { in Polynomial_rem_general()
H A DpolypyPolynomial3.c797 enum rem_type { enum
804 Polynomial_rem_general(PyObject* self, PyObject* args, enum rem_type type) { in Polynomial_rem_general()