Home
last modified time | relevance | path

Searched refs:commute (Results 1 – 25 of 1293) sorted by relevance

12345678910>>...52

/dports/math/R-cran-matrixStats/matrixStats/R/
H A Dx_OP_y.R44 commute = FALSE, na.rm = FALSE) { argument
45 commute <- as.logical(commute)
56 commute, na.rm, TRUE, FALSE)
63 commute = FALSE, na.rm = FALSE) { argument
64 commute <- as.logical(commute)
75 commute, na.rm, TRUE, TRUE)
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/fortran/mpif-h/
H A Dop_commutative_f.c41 (MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr),
42 (op, commute, ierr) )
61 (MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr),
62 (op, commute, ierr) )
69 void ompi_op_commutative_f(MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr) in ompi_op_commutative_f() argument
73 OMPI_SINGLE_NAME_DECL(commute); in ompi_op_commutative_f()
77 c_ierr = PMPI_Op_commutative(c_op, OMPI_SINGLE_NAME_CONVERT(commute)); in ompi_op_commutative_f()
81 OMPI_SINGLE_INT_2_FINT(commute); in ompi_op_commutative_f()
H A Dop_create_f.c41 …(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, MPI_Fint *op, MPI_Fint *…
42 (function, commute, op, ierr) )
61 …(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, MPI_Fint *op, MPI_Fint *…
62 (function, commute, op, ierr) )
69 void ompi_op_create_f(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, in ompi_op_create_f() argument
79 OMPI_LOGICAL_2_INT(*commute), in ompi_op_create_f()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/fortran/mpif-h/
H A Dop_commutative_f.c41 (MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr),
42 (op, commute, ierr) )
61 (MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr),
62 (op, commute, ierr) )
69 void ompi_op_commutative_f(MPI_Fint *op, MPI_Fint *commute, MPI_Fint *ierr) in ompi_op_commutative_f() argument
73 OMPI_SINGLE_NAME_DECL(commute); in ompi_op_commutative_f()
77 c_ierr = PMPI_Op_commutative(c_op, OMPI_SINGLE_NAME_CONVERT(commute)); in ompi_op_commutative_f()
81 OMPI_SINGLE_INT_2_FINT(commute); in ompi_op_commutative_f()
H A Dop_create_f.c41 …(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, MPI_Fint *op, MPI_Fint *…
42 (function, commute, op, ierr) )
61 …(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, MPI_Fint *op, MPI_Fint *…
62 (function, commute, op, ierr) )
69 void ompi_op_create_f(ompi_op_fortran_handler_fn_t* function, ompi_fortran_logical_t *commute, in ompi_op_create_f() argument
79 OMPI_LOGICAL_2_INT(*commute), in ompi_op_create_f()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/
H A DCommute.hs41 commute :: (p :> p) wX wY -> Maybe ((p :> p) wX wY)
45 commute (NilFL :> x) = Just (x :> NilFL) function
46 commute (x :> NilFL) = Just (NilFL :> x) function
47 commute (xs :> ys) = do function
55 commuteRLFL = commuterRLFL commute
59 commute (xs :> ys) = do function
66 commuteRL = commuterRLId commute
71 commuteFL = commuterIdFL commute
75 selfCommuter = commute
H A DInvertible.hs59 commute (Fwd p :> Fwd q) = do function
60 q' :> p' <- commute (p :> q)
62 commute pair@(Rev _ :> Rev _) = invertCommuter commute pair function
63 commute _ = error "cannote commute mixed Fwd/Rev" function
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DOp.java59 private boolean commute; field in Op
74 commute = true; in Op()
85 public Op(UserFunction function, boolean commute) in Op() argument
89 this.commute = commute; in Op()
119 return commute; in isCommutative()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DOp.java58 private boolean commute; field in Op
73 commute = true; in Op()
84 public Op(UserFunction function, boolean commute) in Op() argument
88 this.commute = commute; in Op()
118 return commute; in isCommutative()
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/op/
H A Dop_commutative.c16 int MPI_Op_commutative(MPI_Op op, int *commute)
53 int MPIR_Op_commutative(MPI_Op op, int *commute) in MPIR_Op_commutative() argument
57 *commute = MPIR_Op_is_commutative(op); in MPIR_Op_commutative()
83 int MPI_Op_commutative(MPI_Op op, int *commute) in MPI_Op_commutative() argument
109 MPIR_Op_commutative(op, commute); in MPI_Op_commutative()
126 "**mpi_op_commutative", "**mpi_op_commutative %O %p", op, commute); in MPI_Op_commutative()
H A Dop_create.c16 int MPI_Op_create(MPI_User_function * user_fn, int commute, MPI_Op * op)
68 int MPIR_Op_create_impl(MPI_User_function * user_fn, int commute, MPI_Op * op) in MPIR_Op_create_impl() argument
84 op_ptr->kind = commute ? MPIR_OP_KIND__USER : MPIR_OP_KIND__USER_NONCOMMUTE; in MPIR_Op_create_impl()
133 int MPI_Op_create(MPI_User_function * user_fn, int commute, MPI_Op * op) in MPI_Op_create() argument
145 mpi_errno = MPIR_Op_create_impl(user_fn, commute, op); in MPI_Op_create()
162 "**mpi_op_create", "**mpi_op_create %p %d %p", user_fn, commute, in MPI_Op_create()
/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/Patch/Properties/
H A DV1Set2.hs46 import Darcs.Patch ( invert, commute, merge,
90 (doesCommute p1 p2) ==> (Just (p1:>p2) == (commute (p1:>p2) >>= commute))
97 case commute (p1:>p2) of
110 case commute (p1:>p2) of
113 case commute (p1':>p3) of
116 case commute (p2':>p3') of
119 case commute (p2:>p3) of
122 case commute (p1:>p3'a) of
129 case commute (p1:>p2) of
140 case commute (p1:>p2') of
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/coll/
H A Dop_commutative.c53 int MPI_Op_commutative(MPI_Op op, int *commute) in MPI_Op_commutative() argument
80 *commute = 1; in MPI_Op_commutative()
85 *commute = 0; in MPI_Op_commutative()
87 *commute = 1; in MPI_Op_commutative()
102 "**mpi_op_commutative %O %p", op, commute); in MPI_Op_commutative()
/dports/devel/hs-darcs/darcs-2.16.4/harness/Darcs/Test/
H A DPatch.hs133 , testCases "prim recommute" (PropU.recommute WSub.commute) ExU.commutables
134 , testCases "square commute law" (PropU.squareCommuteLaw WSub.commute) ExU.commutables
135 , testCases "prim inverses commute" (PropU.commuteInverses WSub.commute) ExU.commutables
136 , testCases "FL prim recommute" (PropU.recommute WSub.commute) ExU.commutablesFL
137 , testCases "FL square commute law" (PropU.squareCommuteLaw WSub.commute) ExU.commutablesFL
139 , testCases "fails" (PropU.commuteFails WSub.commute) ([] :: [(Prim2 WSub.:> Prim2) wX wY])
150 , testCases "V2 recommute" (PropU.recommute WSub.commute) ExU.repov2Commutables
338 com = commute
426 , TestCheck (PropG.permutivity commute) )
429 , TestCheck (PropG.permutivity commute) )
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/cxx/
H A Dop_inln.h119 MPI::Op::Init(MPI::User_function *func, bool commute) in Init() argument
122 (int) commute, &mpi_op); in Init()
146 int commute; in Is_commutative() local
147 (void)MPI_Op_commutative(mpi_op, &commute); in Is_commutative()
148 return (bool) commute; in Is_commutative()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/cxx/
H A Dop_inln.h119 MPI::Op::Init(MPI::User_function *func, bool commute) in Init() argument
122 (int) commute, &mpi_op); in Init()
146 int commute; in Is_commutative() local
147 (void)MPI_Op_commutative(mpi_op, &commute); in Is_commutative()
148 return (bool) commute; in Is_commutative()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.homes.com14 Disallow: /widget/commute-time/frame/
36 Disallow: /widget/commute-time/frame/
49 Disallow: /widget/commute-time/frame/
62 Disallow: /widget/commute-time/frame/
75 Disallow: /widget/commute-time/frame/
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dop_commutative.c41 int MPI_Op_commutative(MPI_Op op, int *commute) in MPI_Op_commutative() argument
53 if (NULL == commute) { in MPI_Op_commutative()
61 *commute = ompi_op_is_commute(op); in MPI_Op_commutative()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dop_commutative.c41 int MPI_Op_commutative(MPI_Op op, int *commute) in MPI_Op_commutative() argument
53 if (NULL == commute) { in MPI_Op_commutative()
61 *commute = ompi_op_is_commute(op); in MPI_Op_commutative()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Patch/Rebase/
H A DName.hs81 commute (AddName n1 :> AddName n2)
84 commute (DelName n1 :> DelName n2)
87 commute (AddName n1 :> DelName n2)
90 commute (DelName n1 :> AddName n2)
93 commute (Rename old new :> AddName n)
97 commute (AddName n :> Rename old new)
101 commute (Rename old new :> DelName n)
105 commute (DelName n :> Rename old new)
109 commute (Rename old1 new1 :> Rename old2 new2)
213 = case commute (n1 :> n2) of
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-histedit-fold-non-commute.t29 > echo 'I can haz no commute' > e
30 > hg ci -m 'does not commute with e' -d '7 0'
47 fold 42abbb61bede 7 does not commute with e
57 | summary: does not commute with e
103 $ echo 'I can haz no commute' > e
110 does not commute with e
172 I can haz no commute
201 roll 42abbb61bede 7 does not commute with e
211 | summary: does not commute with e
257 $ echo 'I can haz no commute' > e
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dsimp.c8 #define commute(L,R) \ macro
213 commute(r,l); in simplify()
218 commute(r,l); in simplify()
271 commute(r,l); in simplify()
278 commute(r,l); in simplify()
285 commute(l,r); in simplify()
293 commute(r,l); in simplify()
299 commute(r,l); in simplify()
307 commute(r,l); in simplify()
344 commute(r,l); in simplify()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dsimp.c8 #define commute(L,R) \ macro
213 commute(r,l); in simplify()
218 commute(r,l); in simplify()
271 commute(r,l); in simplify()
278 commute(r,l); in simplify()
285 commute(l,r); in simplify()
293 commute(r,l); in simplify()
299 commute(r,l); in simplify()
307 commute(r,l); in simplify()
344 commute(r,l); in simplify()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dsimp.c8 #define commute(L,R) \ macro
213 commute(r,l); in simplify()
218 commute(r,l); in simplify()
271 commute(r,l); in simplify()
278 commute(r,l); in simplify()
285 commute(l,r); in simplify()
293 commute(r,l); in simplify()
299 commute(r,l); in simplify()
307 commute(r,l); in simplify()
344 commute(r,l); in simplify()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dsimp.c8 #define commute(L,R) \ macro
213 commute(r,l); in simplify()
218 commute(r,l); in simplify()
271 commute(r,l); in simplify()
278 commute(r,l); in simplify()
285 commute(l,r); in simplify()
293 commute(r,l); in simplify()
299 commute(r,l); in simplify()
307 commute(r,l); in simplify()
344 commute(r,l); in simplify()
[all …]

12345678910>>...52