Home
last modified time | relevance | path

Searched refs:mpi (Results 1 – 25 of 4858) sorted by relevance

12345678910>>...195

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_interval.py5 assert mpi(2) == mpi(2, 2)
6 assert mpi(2) != mpi(-2, 2)
37 assert mpi(2) + mpi(3,4) == mpi(5,6)
70 assert mpi(0) * mpi(2,3) == mpi(0)
71 assert mpi(2,3) * mpi(0) == mpi(0)
73 assert mpi(1,2) - mpi(3,4) == mpi(-3,-1)
82 assert mpi(0, 1) * mpi(0, inf) == mpi(0, inf)
90 assert mpi(2,3) * mpi(-1,2) == mpi(-3,6)
94 assert mpi(0) * mpi(-inf,2) == mpi(-inf,inf)
95 assert mpi(0) * mpi(-2,inf) == mpi(-inf,inf)
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/man/man3/
H A DMakefile.extra15 mpi/man/man3/MPI.3 \
16 mpi/man/man3/MPI_Abort.3 \
21 mpi/man/man3/MPI_Address.3 \
22 mpi/man/man3/MPI_Aint_add.3 \
23 mpi/man/man3/MPI_Aint_diff.3 \
42 mpi/man/man3/MPI_Bcast.3 \
43 mpi/man/man3/MPI_Ibcast.3 \
44 mpi/man/man3/MPI_Bsend.3 \
48 mpi/man/man3/MPI_Cancel.3 \
178 mpi/man/man3/MPI_Get.3 \
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/man/man3/
H A DMakefile.extra15 mpi/man/man3/MPI.3 \
16 mpi/man/man3/MPI_Abort.3 \
21 mpi/man/man3/MPI_Address.3 \
22 mpi/man/man3/MPI_Aint_add.3 \
23 mpi/man/man3/MPI_Aint_diff.3 \
42 mpi/man/man3/MPI_Bcast.3 \
43 mpi/man/man3/MPI_Ibcast.3 \
44 mpi/man/man3/MPI_Bsend.3 \
48 mpi/man/man3/MPI_Cancel.3 \
178 mpi/man/man3/MPI_Get.3 \
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dmp_image.c48 mpi->bpp*mpi->width*(mpi->height+2)/8 > INT_MAX - mpi->chroma_width*mpi->chroma_height) { in mp_image_alloc_planes()
52 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8+ in mp_image_alloc_planes()
55 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8); in mp_image_alloc_planes()
59 mpi->stride[0]=mpi->stride[3]=bpp*mpi->width; in mp_image_alloc_planes()
64 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
65 mpi->planes[2]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in mp_image_alloc_planes()
67 mpi->planes[3]=mpi->planes[2]+mpi->stride[2]*mpi->chroma_height; in mp_image_alloc_planes()
70 mpi->planes[2]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
71 mpi->planes[1]=mpi->planes[2]+mpi->stride[1]*mpi->chroma_height; in mp_image_alloc_planes()
78 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
[all …]
H A Dvf_tinterlace.c52 mpi->width, mpi->height*2); in put_image()
56 memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
69 memcpy_pic(dmpi->planes[0]+dmpi->stride[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
93 mpi->width, mpi->height*2); in put_image()
97 memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
108 memcpy_pic(dmpi->planes[0]+dmpi->stride[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
138 mpi->width, mpi->height); in put_image()
142 my_memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h/2, in put_image()
156 mpi->planes[0]+mpi->stride[0], in put_image()
157 mpi->w, mpi->h/2, in put_image()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dmp_image.c48 mpi->bpp*mpi->width*(mpi->height+2)/8 > INT_MAX - mpi->chroma_width*mpi->chroma_height) { in mp_image_alloc_planes()
52 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8+ in mp_image_alloc_planes()
55 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8); in mp_image_alloc_planes()
59 mpi->stride[0]=mpi->stride[3]=bpp*mpi->width; in mp_image_alloc_planes()
64 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
65 mpi->planes[2]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in mp_image_alloc_planes()
67 mpi->planes[3]=mpi->planes[2]+mpi->stride[2]*mpi->chroma_height; in mp_image_alloc_planes()
70 mpi->planes[2]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
71 mpi->planes[1]=mpi->planes[2]+mpi->stride[1]*mpi->chroma_height; in mp_image_alloc_planes()
78 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in mp_image_alloc_planes()
[all …]
H A Dvf_tinterlace.c52 mpi->width, mpi->height*2); in put_image()
56 memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
69 memcpy_pic(dmpi->planes[0]+dmpi->stride[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
93 mpi->width, mpi->height*2); in put_image()
97 memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
108 memcpy_pic(dmpi->planes[0]+dmpi->stride[0], mpi->planes[0], mpi->w, mpi->h, in put_image()
138 mpi->width, mpi->height); in put_image()
142 my_memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h/2, in put_image()
156 mpi->planes[0]+mpi->stride[0], in put_image()
157 mpi->w, mpi->h/2, in put_image()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dmp_image.c43 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8+ in ff_mp_image_alloc_planes()
46 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8); in ff_mp_image_alloc_planes()
50 mpi->stride[0]=mpi->stride[3]=bpp*mpi->width; in ff_mp_image_alloc_planes()
55 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
56 mpi->planes[2]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
58 mpi->planes[3]=mpi->planes[2]+mpi->stride[2]*mpi->chroma_height; in ff_mp_image_alloc_planes()
61 mpi->planes[2]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
62 mpi->planes[1]=mpi->planes[2]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
64 mpi->planes[3]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
69 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dmp_image.c43 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8+ in ff_mp_image_alloc_planes()
46 mpi->planes[0]=av_malloc(mpi->bpp*mpi->width*(mpi->height+2)/8); in ff_mp_image_alloc_planes()
50 mpi->stride[0]=mpi->stride[3]=bpp*mpi->width; in ff_mp_image_alloc_planes()
55 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
56 mpi->planes[2]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
58 mpi->planes[3]=mpi->planes[2]+mpi->stride[2]*mpi->chroma_height; in ff_mp_image_alloc_planes()
61 mpi->planes[2]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
62 mpi->planes[1]=mpi->planes[2]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
64 mpi->planes[3]=mpi->planes[1]+mpi->stride[1]*mpi->chroma_height; in ff_mp_image_alloc_planes()
69 mpi->planes[1]=mpi->planes[0]+mpi->stride[0]*mpi->height; in ff_mp_image_alloc_planes()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/
H A Ddoqmtests_bash5 ./runtests.mpi.unix_bash h2o_opt
6 ./runtests.mpi.unix_bash c2h4
7 ./runtests.mpi.unix_bash auh2o
8 ./runtests.mpi.unix_bash autosym
9 ./runtests.mpi.unix_bash dft_he2+
10 ./runtests.mpi.unix_bash h2mp2
11 ./runtests.mpi.unix_bash h2o
12 ./runtests.mpi.unix_bash hess_h2o
14 ./runtests.mpi.unix_bash pyqa3
21 ./runtests.mpi.unix_bash testtab
[all …]
H A Ddoqmtests.mpi38 ./runtests.mpi.unix procs $np h2o_selci
39 ./runtests.mpi.unix procs $np c4h4_wfn
54 ./runtests.mpi.unix procs $np oh2
62 ./runtests.mpi.unix procs $np dft_cr2
64 ./runtests.mpi.unix procs $np dft_x
70 ./runtests.mpi.unix procs $np intchk
76 ./runtests.mpi.unix procs $np br2_dk
271 ./runtests.mpi.unix procs $np pkzb
272 ./runtests.mpi.unix procs $np k6h2o
317 ./dolibxctests.mpi $np
[all …]
H A DdoNightlyTests.mpi52 ./runtests.mpi.unix procs $np intchk
55 ./runtests.mpi.unix procs $np sadsmall
57 ./runtests.mpi.unix procs $np br2_dk
61 ./runtests.mpi.unix procs $np pspw_md
63 ./runtests.mpi.unix procs $np band
70 ./runtests.mpi.unix procs $np tce_h2o
107 ./runtests.mpi.unix procs $np oniom1
144 ./runtests.mpi.unix procs $np h2_bnl
170 ./runtests.mpi.unix procs $np fh_m06
211 ./runtests.mpi.unix procs $np pkzb
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/
H A Ddoqmtests_bash5 ./runtests.mpi.unix_bash h2o_opt
6 ./runtests.mpi.unix_bash c2h4
7 ./runtests.mpi.unix_bash auh2o
8 ./runtests.mpi.unix_bash autosym
9 ./runtests.mpi.unix_bash dft_he2+
10 ./runtests.mpi.unix_bash h2mp2
11 ./runtests.mpi.unix_bash h2o
12 ./runtests.mpi.unix_bash hess_h2o
14 ./runtests.mpi.unix_bash pyqa3
21 ./runtests.mpi.unix_bash testtab
[all …]
H A Ddoqmtests.mpi35 ./runtests.mpi.unix procs $np c4h4_wfn
48 ./runtests.mpi.unix procs $np oh2
56 ./runtests.mpi.unix procs $np dft_cr2
58 ./runtests.mpi.unix procs $np dft_x
64 ./runtests.mpi.unix procs $np intchk
70 ./runtests.mpi.unix procs $np br2_dk
74 ./runtests.mpi.unix procs $np pspw
77 ./runtests.mpi.unix procs $np paw
80 ./runtests.mpi.unix procs $np band
237 ./runtests.mpi.unix procs $np pkzb
[all …]
H A DdoNightlyTests.mpi52 ./runtests.mpi.unix procs $np intchk
55 ./runtests.mpi.unix procs $np sadsmall
57 ./runtests.mpi.unix procs $np br2_dk
61 ./runtests.mpi.unix procs $np pspw_md
63 ./runtests.mpi.unix procs $np band
70 ./runtests.mpi.unix procs $np tce_h2o
107 ./runtests.mpi.unix procs $np oniom1
144 ./runtests.mpi.unix procs $np h2_bnl
170 ./runtests.mpi.unix procs $np fh_m06
211 ./runtests.mpi.unix procs $np pkzb
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/mpi/doc/
H A Dc_mapping.qbk10 For example, [@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
20 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node40.html#Node40
23 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node51.html#Node51
26 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
29 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
32 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
37 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node35.html#Node35
41 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
44 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
48 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpi/doc/
H A Dc_mapping.qbk10 For example, [@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
20 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node40.html#Node40
23 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node51.html#Node51
26 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
29 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
32 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
37 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node35.html#Node35
41 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
44 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
48 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/mpi/doc/
H A Dc_mapping.qbk10 For example, [@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
20 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node40.html#Node40
23 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node51.html#Node51
26 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
29 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
32 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
37 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node35.html#Node35
41 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
44 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
48 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/mpi/doc/
H A Dc_mapping.qbk10 For example, [@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
20 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node40.html#Node40
23 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node51.html#Node51
26 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
29 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node42.html#Node42
32 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
37 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node35.html#Node35
41 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
44 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node50.html#Node50
48 [[[@http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html/node46.html#Node46
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/mpi-io/
H A DMakefile.mk11 AM_CPPFLAGS += -I$(top_builddir)/mpi-io -I$(top_srcdir)/mpi-io
12 noinst_HEADERS += mpi-io/mpioimpl.h mpi-io/mpioprof.h
70 mpi-io/write_sh.c
77 mpi-io/mpiu_greq.c \
82 mpi-io/ioreq_c2f.c \
83 mpi-io/ioreq_f2c.c \
84 mpi-io/iotest.c \
85 mpi-io/iotestall.c \
91 mpi-io/iowaitsome.c
94 mpi-io/get_errh.c \
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpi-io/
H A DMakefile.mk9 AM_CPPFLAGS += -I$(top_builddir)/mpi-io -I$(top_srcdir)/mpi-io
10 noinst_HEADERS += mpi-io/mpioimpl.h mpi-io/mpioprof.h
70 mpi-io/write_sh.c
77 mpi-io/mpiu_greq.c \
83 mpi-io/ioreq_c2f.c \
84 mpi-io/ioreq_f2c.c \
85 mpi-io/iotest.c \
86 mpi-io/iotestall.c \
92 mpi-io/iowaitsome.c
95 mpi-io/get_errh.c \
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/mpi-io/
H A DMakefile.mk11 AM_CPPFLAGS += -I$(top_builddir)/mpi-io -I$(top_srcdir)/mpi-io
12 noinst_HEADERS += mpi-io/mpioimpl.h mpi-io/mpioprof.h
68 mpi-io/write_sh.c
75 mpi-io/mpiu_greq.c \
80 mpi-io/ioreq_c2f.c \
81 mpi-io/ioreq_f2c.c \
82 mpi-io/iotest.c \
83 mpi-io/iotestall.c \
89 mpi-io/iowaitsome.c
92 mpi-io/get_errh.c \
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/mpi-io/
H A DMakefile.mk11 AM_CPPFLAGS += -I$(top_builddir)/mpi-io -I$(top_srcdir)/mpi-io
12 noinst_HEADERS += mpi-io/mpioimpl.h mpi-io/mpioprof.h
66 mpi-io/write_sh.c
73 mpi-io/mpiu_greq.c \
78 mpi-io/ioreq_c2f.c \
79 mpi-io/ioreq_f2c.c \
80 mpi-io/iotest.c \
81 mpi-io/iotestall.c \
87 mpi-io/iowaitsome.c
90 mpi-io/get_errh.c \
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/maint/jenkins/
H A Dxfail.conf40 * * * ch4:ucx * sed -i "s+\(^win_large_shm .*\)+\1 xfail=ticket0+g" test/mpi/rma/testlist
44 * * * ch4:ofi * sed -i "s+\(^ibsend .*\)+\1 xfail=ticket0+g" test/mpi/threads/pt2pt/testlist
49 * * shmem ch4:ofi * sed -i "s+\(^disconnect3 .*\)+\1 xfail=pr4517+g" test/mpi/spawn/testlist
51 * * * ch3:ofi * sed -i "s+\(^manyget .*\)+\1 xfail=ticket0+g" test/mpi/rma/testlist
52 * * * ch3:ofi * sed -i "s+\(^manyrma2 .*\)+\1 xfail=ticket0+g" test/mpi/rma/testlist
53 * * * ch3:ofi * sed -i "s+\(^manyrma2_shm .*\)+\1 xfail=ticket0+g" test/mpi/rma/testlist
56 * intel * * * sed -i "s+\(^commattrf08 .*\)+\1 xfail=issue3820+g" test/mpi/f08/attr/testlist
63 * intel * * * sed -i "s+\(^winattr2f08 .*\)+\1 xfail=issue3820+g" test/mpi/f08/rma/testlist
75 * intel * * osx sed -i "s+\(^aintf08 .*\)+\1 xfail=issue4374+g" test/mpi/f08/rma/testlist
102 * * debug ch4:ucx * sed -i "s+\(^rqfreeb .*\)+\1 xfail=ticket0+g" test/mpi/pt2pt/testlist
[all …]
/dports/lang/fth/fth-1.4.1/lib/
H A Dmp.h218 void mpi_add(mpi *rop, mpi *op1, mpi *op2);
224 void mpi_sub(mpi *rop, mpi *op1, mpi *op2);
230 void mpi_mul(mpi *rop, mpi *op1, mpi *op2);
236 void mpi_div(mpi *rop, mpi *num, mpi *den);
239 void mpi_rem(mpi *rop, mpi *num, mpi *den);
245 void mpi_divqr(mpi *qrop, mpi *rrop, mpi *num, mpi *den);
258 void mpi_mod(mpi *rop, mpi *num, mpi *den);
265 void mpi_gcd(mpi *rop, mpi *num, mpi *den);
269 void mpi_lcm(mpi *rop, mpi *num, mpi *den);
287 void mpi_and(mpi *rop, mpi *op1, mpi *op2);
[all …]

12345678910>>...195