Home
last modified time | relevance | path

Searched refs:applyOp (Results 1 – 25 of 47) sorted by relevance

12

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Doperator.h80 virtual Value* applyOp(Value* value) = 0;
141 Value* applyOp(Value* leftValue, Value* rightValue);
161 Value* applyOp(Value* leftValue, Value* rightValue);
171 Value* applyOp(Value* leftValue, Value* rightValue);
233 Value* applyOp(Value* leftValue, Value* rightValue);
345 Value* applyOp(Value* value);
355 Value* applyOp(Value* value);
365 Value* applyOp(Value* value);
375 Value* applyOp(Value* value);
385 Value* applyOp(Value* value);
[all …]
H A Doperator.cc87 Value *out = applyOp(left, right); in evaluate()
152 Value *vReturn = applyOp(tmp); in evaluate()
232 Value *OpAdd::applyOp(Value *lval, Value *rval) in applyOp() function in OpAdd
265 Value *OpAnd::applyOp(Value *lval, Value *rval) in applyOp() function in OpAnd
642 Value* OpLogicalNot::applyOp(Value* operand) in applyOp() function in OpLogicalNot
664 Value* OpNegate::applyOp(Value* operand) in applyOp() function in OpNegate
700 Value* OpOnescomp::applyOp(Value* operand) in applyOp() function in OpOnescomp
721 Value* OpPlus::applyOp(Value* operand) in applyOp() function in OpPlus
757 Value* OpIndirect::applyOp(Value* operand) in applyOp() function in OpIndirect
815 tmp = applyOp(pSym->GetSymbol()); in evaluate()
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/test/Verify/Graphics/Vty/
H A DAttributes.hs51 arbitrary = elements possibleAttrMods >>= return . flip applyOp defAttr
60 return $ DiffAttr (applyOp op0 defAttr) (applyOp op1 defAttr)
72 applyOp :: AttrOp -> Attr -> Attr
73 applyOp (AttrOp _ f) a = f a function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/test/Verify/Graphics/Vty/
H A DAttributes.hs51 arbitrary = elements possibleAttrMods >>= return . flip applyOp defAttr
60 return $ DiffAttr (applyOp op0 defAttr) (applyOp op1 defAttr)
72 applyOp :: AttrOp -> Attr -> Attr
73 applyOp (AttrOp _ f) a = f a function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/test/Verify/Graphics/Vty/
H A DAttributes.hs51 arbitrary = elements possibleAttrMods >>= return . flip applyOp defAttr
60 return $ DiffAttr (applyOp op0 defAttr) (applyOp op1 defAttr)
72 applyOp :: AttrOp -> Attr -> Attr
73 applyOp (AttrOp _ f) a = f a function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/test/Verify/Graphics/Vty/
H A DAttributes.hs51 arbitrary = elements possibleAttrMods >>= return . flip applyOp defAttr
60 return $ DiffAttr (applyOp op0 defAttr) (applyOp op1 defAttr)
72 applyOp :: AttrOp -> Attr -> Attr
73 applyOp (AttrOp _ f) a = f a function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimEquationCombiner.h296 virtual bool applyOp(const ossimBinaryOp& op,
301 virtual bool applyOp(const ossimBinaryOp& op,
305 virtual bool applyOp(const ossimBinaryOp& op,
309 virtual bool applyOp(const ossimBinaryOp& op,
314 virtual bool applyOp(const ossimUnaryOp& op,
318 virtual bool applyOp(const ossimUnaryOp& op,
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimEquationCombiner.cpp1337 if(applyOp(*op, in parseStdFuncs()
1394 applyOp(ossimUnaryOpAbs(), in parseStdFuncs()
1428 applyOp(ossimUnaryOpSin(), in parseStdFuncs()
1564 applyOp(ossimUnaryOpCos(), in parseStdFuncs()
1982 applyOp(ossimUnaryOpNeg(), in parseUnaryFactor()
2705 applyOp(ossimBinaryOpAdd(), in parseRestOfExp()
2740 applyOp(ossimBinaryOpSub(), in parseRestOfExp()
3124 returnValue = applyOp(op, in applyOp()
3141 returnValue = applyOp(op, in applyOp()
3151 returnValue = applyOp(op, in applyOp()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/tools/
H A DhashTest.hs24 hash poss op s = foldl applyOp s' (zip ss op)
26 applyOp v (n, Sum) = (v + n) `mod` 256 function
27 applyOp v (n, Mul) = (v * n) `mod` 256 function
28 applyOp v (n, Sub) = (v - n) `mod` 256 function
/dports/games/hedgewars/hedgewars-src-1.0.0/tools/
H A DhashTest.hs24 hash poss op s = foldl applyOp s' (zip ss op)
26 applyOp v (n, Sum) = (v + n) `mod` 256 function
27 applyOp v (n, Mul) = (v * n) `mod` 256 function
28 applyOp v (n, Sub) = (v - n) `mod` 256 function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/adapters/thyra/src/function/
H A DTOpEleWiseBoundsHelpers.hpp202 ::Thyra::applyOp<Scalar> (ele_wise_bound_op, in ele_wise_bound()
223 ::Thyra::applyOp<Scalar> (ele_wise_prune_op, in ele_wise_prune_lower()
243 ::Thyra::applyOp<Scalar> (ele_wise_prune_op, in ele_wise_prune_lower()
264 ::Thyra::applyOp<Scalar> (ele_wise_prune_op, in ele_wise_prune_upper()
285 ::Thyra::applyOp<Scalar> (ele_wise_prune_op, in ele_wise_prune_upper()
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-0.24.7/lib/Data/GI/CodeGen/
H A DOverrides.hs205 info <- foldM applyOp unknownAllocationInfo parsedOps
207 where applyOp :: AllocationInfo -> (Text, Text) -> Parser AllocationInfo
208 applyOp a ("calloc", f) = return (a {allocCalloc = AllocationOp f}) function
209 applyOp a ("copy", f) = return (a {allocCopy = AllocationOp f}) function
210 applyOp a ("free", f) = return (a {allocFree = AllocationOp f}) function
211 applyOp _ (op, _) = throwError ("Unknown alloc op \"" <> op <> "\".") function
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dgmres.h78 T & applyOp(const T &in, T &out) const { in applyOp() function
410 op.applyOp(x, r);
428 op.applyOp(V[iter - 1], r);
476 op.applyOp(x, r);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dsync_tail_test_fixture.cpp119 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in _testSyncApplyInsertDocument() local
143 applyOp, in _testSyncApplyInsertDocument()
H A Dsync_tail_test.cpp228 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in TEST_F() local
250 applyOp, in TEST_F()
262 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in TEST_F() local
284 applyOp, in TEST_F()
352 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in TEST_F() local
374 applyOp, in TEST_F()
386 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in TEST_F() local
409 _opCtx.get(), op, OplogApplication::Mode::kInitialSync, applyOp, applyCmd, _incOps)); in TEST_F()
420 SyncTail::ApplyOperationInLockFn applyOp = [&](OperationContext* opCtx, in TEST_F() local
439 _opCtx.get(), op, OplogApplication::Mode::kInitialSync, applyOp, applyCmd, _incOps)); in TEST_F()
H A Dsync_tail.cpp373 auto applyOp = [&](Database* db) { in syncApply() local
414 return finishApply(applyOp(ctx.db())); in syncApply()
451 return applyOp(ctx.db()); in syncApply()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp148 AffineApplyOp applyOp = b.create<AffineApplyOp>( in transformIndexOps() local
151 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in transformIndexOps()
H A DFusion.cpp240 AffineApplyOp applyOp = b.create<AffineApplyOp>( in fuse() local
243 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in fuse()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp148 AffineApplyOp applyOp = b.create<AffineApplyOp>( in transformIndexOps() local
151 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in transformIndexOps()
H A DFusion.cpp240 AffineApplyOp applyOp = b.create<AffineApplyOp>( in fuse() local
243 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in fuse()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp148 AffineApplyOp applyOp = b.create<AffineApplyOp>(
151 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp);
H A DFusion.cpp240 AffineApplyOp applyOp = b.create<AffineApplyOp>( in fuse() local
243 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in fuse()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp354 emitc::ApplyOp applyOp) { in printOperation() argument
356 Operation &op = *applyOp.getOperation(); in printOperation()
360 os << applyOp.applicableOperator(); in printOperation()
361 os << emitter.getOrCreateName(applyOp.getOperand()); in printOperation()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DMerge.h1300 merge_internal::ApplyTileToNodeOp<TreeT> applyOp(value, active);
1301 applyOp.run(*childPtr);
1350 merge_internal::ApplyTileToNodeOp<TreeT> applyOp(*iter, iter.isValueOn());
1351 applyOp.run(*childPtr);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp781 AffineApplyOp applyOp = makeComposedAffineApply( in addTileLoopIvsToIndexOpResults() local
784 indexOp.getResult().replaceAllUsesExcept(applyOp, applyOp); in addTileLoopIvsToIndexOpResults()

12