Op                198 ompi/mca/coll/hcoll/coll_hcoll_ops.c     hcoll_dte_op_t *Op;
Op                215 ompi/mca/coll/hcoll/coll_hcoll_ops.c     Op = ompi_op_2_hcolrte_op(op);
Op                216 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_OP_NULL == Op->id)){
Op                228 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_allreduce((void *)sbuf,rbuf,count,Dtype,Op,hcoll_module->hcoll_context);
Op                246 ompi/mca/coll/hcoll/coll_hcoll_ops.c     hcoll_dte_op_t *Op;
Op                264 ompi/mca/coll/hcoll/coll_hcoll_ops.c     Op = ompi_op_2_hcolrte_op(op);
Op                265 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_OP_NULL == Op->id)){
Op                278 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_reduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context);
Op                584 ompi/mca/coll/hcoll/coll_hcoll_ops.c     hcoll_dte_op_t *Op;
Op                603 ompi/mca/coll/hcoll/coll_hcoll_ops.c     Op = ompi_op_2_hcolrte_op(op);
Op                604 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_OP_NULL == Op->id)){
Op                616 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallreduce((void *)sbuf, rbuf, count, Dtype, Op, hcoll_module->hcoll_context, rt_handle);
Op                635 ompi/mca/coll/hcoll/coll_hcoll_ops.c     hcoll_dte_op_t *Op;
Op                654 ompi/mca/coll/hcoll/coll_hcoll_ops.c     Op = ompi_op_2_hcolrte_op(op);
Op                655 ompi/mca/coll/hcoll/coll_hcoll_ops.c     if (OPAL_UNLIKELY(HCOL_DTE_OP_NULL == Op->id)){
Op                669 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ireduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context,rt_handle);
Op                338 ompi/mpi/cxx/comm.h 	 const Datatype & datatype, const Op & op,
Op                344 ompi/mpi/cxx/comm.h 	    const Datatype & datatype, const Op & op) const;
Op                350 ompi/mpi/cxx/comm.h 		 const Op & op) const;
Op                443 ompi/mpi/cxx/comm_inln.h                   const MPI::Datatype & datatype, const MPI::Op& op,
Op                451 ompi/mpi/cxx/comm_inln.h                      const MPI::Datatype & datatype, const MPI::Op& op) const
Op                460 ompi/mpi/cxx/comm_inln.h                           const MPI::Op& op) const
Op                228 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MAX;
Op                229 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MIN;
Op                230 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op SUM;
Op                231 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op PROD;
Op                232 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MAXLOC;
Op                233 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op MINLOC;
Op                234 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BAND;
Op                235 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BOR;
Op                236 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op BXOR;
Op                237 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LAND;
Op                238 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LOR;
Op                239 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op LXOR;
Op                240 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op REPLACE;
Op                249 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Op           OP_NULL;
Op                 89 ompi/mpi/cxx/intracomm.h        const Datatype & datatype, const Op & op) const;
Op                 93 ompi/mpi/cxx/intracomm.h 	 const Datatype & datatype, const Op & op) const;
Op                 40 ompi/mpi/cxx/intracomm_inln.h      const MPI::Datatype & datatype, const MPI::Op& op) const
Op                 48 ompi/mpi/cxx/intracomm_inln.h 			      const MPI::Op& op) const
Op                132 ompi/mpi/cxx/mpicxx.cc const Op MAX(MPI_MAX);
Op                133 ompi/mpi/cxx/mpicxx.cc const Op MIN(MPI_MIN);
Op                134 ompi/mpi/cxx/mpicxx.cc const Op SUM(MPI_SUM);
Op                135 ompi/mpi/cxx/mpicxx.cc const Op PROD(MPI_PROD);
Op                136 ompi/mpi/cxx/mpicxx.cc const Op MAXLOC(MPI_MAXLOC);
Op                137 ompi/mpi/cxx/mpicxx.cc const Op MINLOC(MPI_MINLOC);
Op                138 ompi/mpi/cxx/mpicxx.cc const Op BAND(MPI_BAND);
Op                139 ompi/mpi/cxx/mpicxx.cc const Op BOR(MPI_BOR);
Op                140 ompi/mpi/cxx/mpicxx.cc const Op BXOR(MPI_BXOR);
Op                141 ompi/mpi/cxx/mpicxx.cc const Op LAND(MPI_LAND);
Op                142 ompi/mpi/cxx/mpicxx.cc const Op LOR(MPI_LOR);
Op                143 ompi/mpi/cxx/mpicxx.cc const Op LXOR(MPI_LXOR);
Op                144 ompi/mpi/cxx/mpicxx.cc const Op REPLACE(MPI_REPLACE);
Op                155 ompi/mpi/cxx/mpicxx.cc const Op           OP_NULL = MPI_OP_NULL;
Op                174 ompi/mpi/cxx/mpicxx.h   class Op;
Op                 21 ompi/mpi/cxx/op.h class Op {
Op                 25 ompi/mpi/cxx/op.h   Op();
Op                 26 ompi/mpi/cxx/op.h   Op(MPI_Op i);
Op                 27 ompi/mpi/cxx/op.h   Op(const Op& op);
Op                 29 ompi/mpi/cxx/op.h   Op(const PMPI::Op& op) : pmpi_op(op) { }
Op                 32 ompi/mpi/cxx/op.h   virtual ~Op();
Op                 34 ompi/mpi/cxx/op.h   Op& operator=(const Op& op);
Op                 35 ompi/mpi/cxx/op.h   Op& operator= (const MPI_Op &i);
Op                 37 ompi/mpi/cxx/op.h   inline bool operator== (const Op &a);
Op                 38 ompi/mpi/cxx/op.h   inline bool operator!= (const Op &a);
Op                 43 ompi/mpi/cxx/op.h   inline operator const PMPI::Op&() const { return pmpi_op; }
Op                 61 ompi/mpi/cxx/op.h   PMPI::Op pmpi_op;
Op                 24 ompi/mpi/cxx/op_inln.h MPI::Op::Op() { }
Op                 27 ompi/mpi/cxx/op_inln.h MPI::Op::Op(const MPI::Op& o) : pmpi_op(o.pmpi_op) { }
Op                 30 ompi/mpi/cxx/op_inln.h MPI::Op::Op(MPI_Op o) : pmpi_op(o) { }
Op                 33 ompi/mpi/cxx/op_inln.h MPI::Op::~Op() { }
Op                 36 ompi/mpi/cxx/op_inln.h MPI::Op& MPI::Op::operator=(const MPI::Op& op) {
Op                 42 ompi/mpi/cxx/op_inln.h MPI::Op::operator== (const MPI::Op &a) {
Op                 47 ompi/mpi/cxx/op_inln.h MPI::Op::operator!= (const MPI::Op &a) {
Op                 52 ompi/mpi/cxx/op_inln.h inline MPI::Op&
Op                 53 ompi/mpi/cxx/op_inln.h MPI::Op::operator= (const MPI_Op &i) { pmpi_op = i; return *this; }
Op                 56 ompi/mpi/cxx/op_inln.h MPI::Op::operator MPI_Op () const { return pmpi_op; }
Op                 66 ompi/mpi/cxx/op_inln.h MPI::Op::Op() : mpi_op(MPI_OP_NULL) { }
Op                 69 ompi/mpi/cxx/op_inln.h MPI::Op::Op(MPI_Op i) : mpi_op(i) { }
Op                 72 ompi/mpi/cxx/op_inln.h MPI::Op::Op(const MPI::Op& op)
Op                 76 ompi/mpi/cxx/op_inln.h MPI::Op::~Op()
Op                 84 ompi/mpi/cxx/op_inln.h inline MPI::Op&
Op                 85 ompi/mpi/cxx/op_inln.h MPI::Op::operator=(const MPI::Op& op) {
Op                 92 ompi/mpi/cxx/op_inln.h MPI::Op::operator== (const MPI::Op &a) { return (bool)(mpi_op == a.mpi_op); }
Op                 95 ompi/mpi/cxx/op_inln.h MPI::Op::operator!= (const MPI::Op &a) { return (bool)!(*this == a); }
Op                 98 ompi/mpi/cxx/op_inln.h inline MPI::Op&
Op                 99 ompi/mpi/cxx/op_inln.h MPI::Op::operator= (const MPI_Op &i) { mpi_op = i; return *this; }
Op                102 ompi/mpi/cxx/op_inln.h MPI::Op::operator MPI_Op () const { return mpi_op; }
Op                119 ompi/mpi/cxx/op_inln.h MPI::Op::Init(MPI::User_function *func, bool commute)
Op                128 ompi/mpi/cxx/op_inln.h MPI::Op::Free()
Op                135 ompi/mpi/cxx/op_inln.h MPI::Op::Reduce_local(const void *inbuf, void *inoutbuf, int count,
Op                144 ompi/mpi/cxx/op_inln.h MPI::Op::Is_commutative(void) const
Op                109 ompi/mpi/cxx/win.h 			  const MPI::Op& op) const;
Op                 55 ompi/mpi/cxx/win_inln.h 	       	const MPI::Op& op) const
Op               2803 ompi/mpi/java/java/Comm.java 			Datatype type, Op op, int root)
Op               2844 ompi/mpi/java/java/Comm.java 	public final void reduce(Object buf, int count, Datatype type, Op op, int root)
Op               2865 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp, int root)
Op               2883 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op, int root)
Op               2912 ompi/mpi/java/java/Comm.java 			Datatype type, Op op, int root)
Op               2927 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp, int root)
Op               2942 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op)
Op               2981 ompi/mpi/java/java/Comm.java 	public final void allReduce(Object buf, int count, Datatype type, Op op)
Op               3002 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3017 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op)
Op               3042 ompi/mpi/java/java/Comm.java 	public final Request iAllReduce(Buffer buf, int count, Datatype type, Op op)
Op               3057 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3072 ompi/mpi/java/java/Comm.java 			int[] recvcounts, Datatype type, Op op)
Op               3112 ompi/mpi/java/java/Comm.java 	public final void reduceScatter(Object buf, int[] counts, Datatype type, Op op)
Op               3133 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3149 ompi/mpi/java/java/Comm.java 			int[] recvcounts, Datatype type, Op op)
Op               3177 ompi/mpi/java/java/Comm.java 			Buffer buf, int[] counts, Datatype type, Op op)
Op               3192 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3205 ompi/mpi/java/java/Comm.java 			int recvcount, Datatype type, Op op)
Op               3244 ompi/mpi/java/java/Comm.java 			Object buf, int count, Datatype type, Op op)
Op               3265 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3279 ompi/mpi/java/java/Comm.java 			Buffer sendbuf, Buffer recvbuf, int recvcount, Datatype type, Op op)
Op               3305 ompi/mpi/java/java/Comm.java 			Buffer buf, int count, Datatype type, Op op)
Op               3320 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op               3335 ompi/mpi/java/java/Comm.java 			Object inBuf, Object inOutBuf, int count, Datatype type, Op op)
Op               3379 ompi/mpi/java/java/Comm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op                391 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
Op                430 ompi/mpi/java/java/Intracomm.java 	public final void scan(Object recvbuf, int count, Datatype type, Op op)
Op                452 ompi/mpi/java/java/Intracomm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op                466 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
Op                490 ompi/mpi/java/java/Intracomm.java 	public final Request iScan(Buffer buf, int count, Datatype type, Op op)
Op                505 ompi/mpi/java/java/Intracomm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op                518 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
Op                557 ompi/mpi/java/java/Intracomm.java 	public final void exScan(Object buf, int count, Datatype type, Op op)
Op                579 ompi/mpi/java/java/Intracomm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op                593 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
Op                617 ompi/mpi/java/java/Intracomm.java 	public final Request iExScan(Buffer buf, int count, Datatype type, Op op)
Op                632 ompi/mpi/java/java/Intracomm.java 			long type, int baseType, Op jOp, long hOp) throws MPIException;
Op                 72 ompi/mpi/java/java/MPI.java 	public static final Op MAX, MIN, SUM, PROD, LAND, BAND,
Op                 81 ompi/mpi/java/java/MPI.java 	public static final Op MINLOC;
Op                 84 ompi/mpi/java/java/MPI.java 	public static final Op MAXLOC;
Op                234 ompi/mpi/java/java/MPI.java 		MAX    = new Op(1);
Op                235 ompi/mpi/java/java/MPI.java 		MIN    = new Op(2);
Op                236 ompi/mpi/java/java/MPI.java 		SUM    = new Op(3);
Op                237 ompi/mpi/java/java/MPI.java 		PROD   = new Op(4);
Op                238 ompi/mpi/java/java/MPI.java 		LAND   = new Op(5);
Op                239 ompi/mpi/java/java/MPI.java 		BAND   = new Op(6);
Op                240 ompi/mpi/java/java/MPI.java 		LOR    = new Op(7);
Op                241 ompi/mpi/java/java/MPI.java 		BOR    = new Op(8);
Op                242 ompi/mpi/java/java/MPI.java 		LXOR   = new Op(9);
Op                243 ompi/mpi/java/java/MPI.java 		BXOR   = new Op(10);
Op                244 ompi/mpi/java/java/MPI.java 		MINLOC = new Op(11);
Op                245 ompi/mpi/java/java/MPI.java 		MAXLOC = new Op(12);
Op                246 ompi/mpi/java/java/MPI.java 		REPLACE = new Op(13);
Op                247 ompi/mpi/java/java/MPI.java 		NO_OP = new Op(14);
Op                290 ompi/mpi/java/java/Win.java 			Datatype targetType, Op op)
Op                306 ompi/mpi/java/java/Win.java 			Op jOp, long hOp, int baseType) throws MPIException;
Op                650 ompi/mpi/java/java/Win.java 			Datatype targetType, Op op)
Op                667 ompi/mpi/java/java/Win.java 			Op jOp, long hOp, int baseType) throws MPIException;
Op                688 ompi/mpi/java/java/Win.java 			Datatype targetType, Op op)
Op                706 ompi/mpi/java/java/Win.java 			Op jOp, long hOp, int baseType) throws MPIException;
Op                728 ompi/mpi/java/java/Win.java 			Datatype targetType, Op op)
Op                747 ompi/mpi/java/java/Win.java 			Op jOp, long hOp, int baseType) throws MPIException;
Op                852 ompi/mpi/java/java/Win.java 			int targetRank, int targetDisp, Op op)
Op                866 ompi/mpi/java/java/Win.java 			int targetDisp, Op jOp, long hOp, int baseType) throws MPIException;