Home
last modified time | relevance | path

Searched refs:BeginOp (Results 1 – 25 of 83) sorted by relevance

1234

/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dindependent.hpp54 CPPAD_ASSERT_NARG_NRES(BeginOp, 1, 1); in Independent()
55 Rec_.PutOp(BeginOp); in Independent()
H A Dplayer.hpp157 CPPAD_ASSERT_UNKNOWN( op_vec_[0] == BeginOp ); in get()
158 CPPAD_ASSERT_NARG_NRES(BeginOp, 1, 1); in get()
269 case BeginOp: in check_dag()
H A Dop_code.hpp59 BeginOp, // used to mark the beginning of the tape enumerator
564 if( NumRes(op) > 0 && op != BeginOp ) in printOp()
777 case BeginOp: in printOp()
956 case BeginOp: in arg_is_variable()
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Dparallel_ad.hpp92 local::NumArg(local::BeginOp); in parallel_ad()
93 local::NumRes(local::BeginOp); in parallel_ad()
H A Dnum_skip.hpp87 CPPAD_ASSERT_UNKNOWN(op == local::BeginOp) in number_skip()
H A Dabs_normal_fun.hpp314 CPPAD_ASSERT_UNKNOWN( op == BeginOp ); in abs_normal_fun()
427 CPPAD_ASSERT_UNKNOWN( op == BeginOp ); in abs_normal_fun()
433 case BeginOp: in abs_normal_fun()
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dparallel_ad.hpp92 local::NumArg(local::BeginOp); in parallel_ad()
93 local::NumRes(local::BeginOp); in parallel_ad()
H A Dnum_skip.hpp88 CPPAD_ASSERT_UNKNOWN(op == local::BeginOp) in number_skip()
H A Dabs_normal_fun.hpp308 CPPAD_ASSERT_UNKNOWN( op == BeginOp ); in abs_normal_fun()
358 CPPAD_ASSERT_UNKNOWN( op == BeginOp ); in abs_normal_fun()
364 case BeginOp: in abs_normal_fun()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DCompletionQueueSafeHandle.cs104 private void BeginOp() in BeginOp() method in Grpc.Core.Internal.CompletionQueueSafeHandle
125 this.cq.BeginOp(); in UsageScope()
/dports/devel/upp/upp/reference/Framebuffer/
H A DDraw.cpp24 BufferPainter::BeginOp(); in Push()
39 void SystemDraw::BeginOp() in BeginOp() function in SystemDraw
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DCompletionQueueSafeHandle.cs105 private void BeginOp() in BeginOp() method in Grpc.Core.Internal.CompletionQueueSafeHandle
128 this.cq.BeginOp(); in UsageScope()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DCompletionQueueSafeHandle.cs105 private void BeginOp() in BeginOp() method in Grpc.Core.Internal.CompletionQueueSafeHandle
128 this.cq.BeginOp(); in UsageScope()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DCompletionQueueSafeHandle.cs105 private void BeginOp() in BeginOp() method in Grpc.Core.Internal.CompletionQueueSafeHandle
128 this.cq.BeginOp(); in UsageScope()
/dports/devel/f18/f18-1688bef/lib/burnside/
H A Dflattened.h163 struct BeginOp : public SumTypeCopyMixin<CONSTRUCT_TYPES> { struct
164 SUM_TYPE_COPY_MIXIN(BeginOp) in SUM_TYPE_COPY_MIXIN() argument
166 template<typename A> explicit BeginOp(const A &c) : SumTypeCopyMixin{&c} {} in SUM_TYPE_COPY_MIXIN()
190 SwitchIOOp, SwitchOp, ActionOp, BeginOp, EndOp, IndirectGotoOp,
H A Dflattened.cc446 ops.emplace_back(BeginOp{construct}); in linearConstruct()
472 ops.emplace_back(BeginOp{construct}); in Pre()
498 ops.emplace_back(BeginOp{construct}); in Pre()
532 ops.emplace_back(BeginOp{construct}); in Pre()
582 ops.emplace_back(BeginOp{construct}); in Multiway()
626 ops.emplace_back(BeginOp{c}); in Pre()
650 ops.emplace_back(BeginOp{construct}); in Pre()
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/play/
H A Drandom_setup.hpp80 CPPAD_ASSERT_UNKNOWN( OpCode( op_vec[0] ) == BeginOp ); in random_setup()
81 CPPAD_ASSERT_NARG_NRES(BeginOp, 1, 1); in random_setup()
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/
H A Dindependent.hpp68 CPPAD_ASSERT_NARG_NRES(BeginOp, 1, 1); in Independent()
69 Rec_.PutOp(BeginOp); in Independent()
H A Dop_code_var.hpp414 BeginOp, // see its heading above enumerator
916 if( NumRes(op) > 0 && op != BeginOp ) in printOp()
1151 case BeginOp: in printOp()
1339 case BeginOp: in arg_is_variable()
/dports/devel/upp/upp/uppsrc/Draw/
H A DImageAnyDraw.cpp15 void ImageAnyDraw::BeginOp() in BeginOp() function in Upp::ImageAnyDraw
17 return draw->BeginOp(); in BeginOp()
/dports/math/SCIP/scip-7.0.3/src/cppad/local/optimize/
H A Dget_opt_op_info.hpp238 CPPAD_ASSERT_UNKNOWN( op == BeginOp ); in get_opt_op_info()
239 CPPAD_ASSERT_UNKNOWN( NumRes(BeginOp) == 1 ); in get_opt_op_info()
505 case BeginOp: in get_opt_op_info()
895 case BeginOp: in get_opt_op_info()
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/sweep/
H A Dreverse.hpp225 while(op != BeginOp ) in reverse()
269 if( NumRes(op) > 0 && op != BeginOp ) printOpResult( in reverse()
356 case BeginOp: in reverse()
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DCodeRef.cpp340 editor.BeginOp(); in InsertItem()
351 editor.BeginOp(); in InsertNew()
460 editor.BeginOp(); in FixTopic()
/dports/math/SCIP/scip-7.0.3/src/cppad/local/subgraph/
H A Dsparsity.hpp140 CPPAD_ASSERT_UNKNOWN( NumRes(BeginOp) == 1 ); in subgraph_sparsity()
/dports/math/cppad/CppAD-20210000.8/include/cppad/local/optimize/
H A Dget_op_previous.hpp156 case BeginOp: in get_op_previous()

1234