Home
last modified time | relevance | path

Searched refs:NO_OP (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dsimentity.cc45 NO_OP; in SimulationEntity()
50 NO_OP; in ~SimulationEntity()
72 NO_OP; in SetValue()
87 NO_OP; in BeforePredict()
94 NO_OP; in AfterPredict()
101 NO_OP; in Update()
116 NO_OP; in Update()
123 NO_OP; in AfterConvergence()
132 NO_OP; in AfterConvergence()
163 NO_OP; in ReadInitialState()
H A Dnode.cc45 NO_OP; in Node()
51 NO_OP; in ~Node()
113 NO_OP; in ScalarNode()
118 NO_OP; in ~ScalarNode()
159 NO_OP; in ScalarDifferentialNode()
164 NO_OP; in ~ScalarDifferentialNode()
353 NO_OP; in ScalarAlgebraicNode()
358 NO_OP; in ~ScalarAlgebraicNode()
502 NO_OP; in ParameterNode()
507 NO_OP; in ~ParameterNode()
[all …]
H A Ddrive.cc46 NO_OP; in Drive()
51 NO_OP; in ~Drive()
406 NO_OP; in MyRand()
411 NO_OP; in ~MyRand()
417 NO_OP; in MyMeter()
422 NO_OP; in ~MyMeter()
431 NO_OP; in MyClosestNext()
436 NO_OP; in ~MyClosestNext()
445 NO_OP; in MySH()
450 NO_OP; in ~MySH()
[all …]
H A Delem.cc45 NO_OP; in Elem()
50 NO_OP; in ~Elem()
204 NO_OP; in ElemWithDofs()
209 NO_OP; in ~ElemWithDofs()
219 NO_OP; in SubjectToInitialAssembly()
225 NO_OP; in ~SubjectToInitialAssembly()
236 NO_OP; in InitialAssemblyElem()
241 NO_OP; in ~InitialAssemblyElem()
H A DTimeStepControl.h57 TimeStepControl(void) { NO_OP; }; in TimeStepControl()
58 virtual ~TimeStepControl(void) { NO_OP; }; in ~TimeStepControl()
68 virtual ~TimeStepRead(void) { NO_OP; }; in ~TimeStepRead()
78 ~NoChange(void) { NO_OP; }; in ~NoChange()
80 void SetDriveHandler(const DriveHandler* driveHandler) { NO_OP; }; in SetDriveHandler()
126 ~Factor(void) { NO_OP; }; in ~Factor()
128 void SetDriveHandler(const DriveHandler* driveHandler) { NO_OP; }; in SetDriveHandler()
H A Dshape.cc42 NO_OP; in ~Shape()
79 NO_OP; in ~Shape1D()
85 NO_OP; in ConstShape1D()
90 NO_OP; in ~ConstShape1D()
151 NO_OP; in LinearShape1D()
156 NO_OP; in ~LinearShape1D()
220 NO_OP; in ParabolicShape1D()
225 NO_OP; in ~ParabolicShape1D()
243 NO_OP; in ~Shape2D()
249 NO_OP; in ConstShape2D()
[all …]
H A Dresforces.cc42 NO_OP; in ResForces()
47 NO_OP; in ~ResForces()
117 NO_OP; in ExternResForces()
122 NO_OP; in ~ExternResForces()
153 NO_OP; in NodeResForces()
158 NO_OP; in ~NodeResForces()
171 NO_OP; in LocalNodeResForces()
176 NO_OP; in ~LocalNodeResForces()
H A Dtpldrive_impl.h45 NO_OP; in ZeroTplDriveCaller()
49 NO_OP; in ~ZeroTplDriveCaller()
105 NO_OP; in SingleTplDriveCaller()
109 NO_OP; in ~SingleTplDriveCaller()
165 NO_OP; in DriveOwner()
169 NO_OP; in ~SingleTplDriveCaller()
H A Dj2p.cc43 NO_OP; in Elem2Param()
48 NO_OP; in ~Elem2Param()
112 NO_OP; in SetDofValue()
138 NO_OP; in StrainGageParam()
143 NO_OP; in ~StrainGageParam()
H A Dsymcltp.h69 NO_OP; in SymbolicElasticConstitutiveLaw()
75 NO_OP; in ~SymbolicElasticConstitutiveLaw()
108 NO_OP; in SymbolicViscousConstitutiveLaw()
114 NO_OP; in ~SymbolicViscousConstitutiveLaw()
158 NO_OP; in SymbolicViscoElasticConstitutiveLaw()
164 NO_OP; in ~SymbolicViscoElasticConstitutiveLaw()
H A Dconstltp_impl.h69 NO_OP; in ~ConstitutiveLawArray()
186 NO_OP; in ElasticConstitutiveLaw()
191 NO_OP; in ~ElasticConstitutiveLaw()
290 NO_OP; in ~LinearElasticIsotropicConstitutiveLaw()
337 NO_OP; in ~LinearElasticGenericConstitutiveLaw()
388 NO_OP; in ~LinearElasticGenericAxialTorsionCouplingConstitutiveLaw()
400 NO_OP;
424 NO_OP; in ~LinearElasticGenericAxialTorsionCouplingConstitutiveLaw()
472 NO_OP; in ~CubicElasticGenericConstitutiveLaw()
484 NO_OP;
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbutil/
H A Ddestr.h41 NO_OP; in Destructor()
45 NO_OP; in ~Destructor()
56 NO_OP; in LinkDestructor()
60 NO_OP; in ~LinkDestructor()
64 NO_OP; in Destroy()
73 NO_OP; in HardDestructor()
77 NO_OP; in ~HardDestructor()
92 NO_OP; in ArrayHardDestructor()
96 NO_OP; in ~ArrayHardDestructor()
H A Dparser.h266 virtual ~ErrValueOutOfRange(void) throw() { NO_OP; }; in ~ErrValueOutOfRange()
310 virtual ~WordSet(void) { NO_OP; }; in ~WordSet()
335 range_ge(const T& l) : m_lower(l) { NO_OP; }; in range_ge()
345 range_gt(const T& l) : m_lower(l) { NO_OP; }; in range_gt()
355 range_le(const T& u) : m_upper(u) { NO_OP; }; in range_le()
365 range_lt(const T& u) : m_upper(u) { NO_OP; }; in range_lt()
375 range_2_base(const T& l, const T& u) : m_lower(l), m_upper(u) { NO_OP; }; in range_2_base()
380 range_ge_le(const T& l, const T& u) : range_2_base<T>(l, u) { NO_OP; }; in range_ge_le()
389 range_gt_le(const T& l, const T& u) : range_2_base<T>(l, u) { NO_OP; }; in range_gt_le()
398 range_ge_lt(const T& l, const T& u) : range_2_base<T>(l, u) { NO_OP; }; in range_ge_lt()
[all …]
H A Dveciter.h54 virtual ~Iter(void) { NO_OP; }; in ~Iter()
67 VecIter(void) : pStart(0), pCount(0), iSize(0) { NO_OP; }; in VecIter()
76 NO_OP; in ~VecIter()
148 InUse(void) : inuse(AO_TS_INITIALIZER) { NO_OP; }; in InUse()
149 virtual ~InUse(void) { NO_OP; }; in ~InUse()
175 MT_VecIter(void) : VecIter<T>() { NO_OP; }; in MT_VecIter()
178 NO_OP; in MT_VecIter()
183 NO_OP; in ~MT_VecIter()
H A Dmyassert.h74 #define NO_OP do {} while(0) macro
214 NO_OP
217 NO_OP
220 NO_OP
223 NO_OP
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dgravity.cc44 NO_OP; in Gravity()
49 NO_OP; in ~Gravity()
89 NO_OP; in ~UniformGravity()
140 NO_OP; in CentralGravity()
145 NO_OP; in ~CentralGravity()
171 NO_OP; in Output()
190 NO_OP; in GravityOwner()
196 NO_OP; in ~GravityOwner()
226 NO_OP; in ElemGravityOwner()
231 NO_OP; in ~ElemGravityOwner()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dunix-end.mak32 $(NO_OP)
35 $(NO_OP)
38 $(NO_OP)
41 $(NO_OP)
44 $(NO_OP)
47 $(NO_OP)
50 $(NO_OP)
53 $(NO_OP)
56 $(NO_OP)
59 $(NO_OP)
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dunix-end.mak32 $(NO_OP)
35 $(NO_OP)
38 $(NO_OP)
41 $(NO_OP)
44 $(NO_OP)
47 $(NO_OP)
50 $(NO_OP)
53 $(NO_OP)
56 $(NO_OP)
59 $(NO_OP)
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dcfonts.mak63 $(NO_OP)
69 $(NO_OP)
73 $(NO_OP)
77 $(NO_OP)
92 $(NO_OP)
107 $(NO_OP)
124 $(NO_OP)
139 $(NO_OP)
156 $(NO_OP)
171 $(NO_OP)
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dcfonts.mak63 $(NO_OP)
69 $(NO_OP)
73 $(NO_OP)
77 $(NO_OP)
92 $(NO_OP)
107 $(NO_OP)
124 $(NO_OP)
139 $(NO_OP)
156 $(NO_OP)
171 $(NO_OP)
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/elec/
H A Dpx.cc42 NO_OP; in PersistentExcitation()
48 NO_OP; in ~PersistentExcitation()
64 NO_OP; in NullPX()
70 NO_OP; in ~NullPX()
76 NO_OP; in AddInput()
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dmatvecexp.h70 NO_OP; in ScalExp()
74 NO_OP; in ~ScalExp()
172 NO_OP; in VecExp()
176 NO_OP; in ~VecExp()
180 NO_OP; in VecExp()
184 NO_OP; in VecExp()
191 NO_OP; in VecExp()
195 NO_OP; in VecExp()
325 NO_OP; in MatExp()
329 NO_OP; in ~MatExp()
[all …]
H A Dspmh.h51 NO_OP; in IsValid()
62 : iRow(0), iCol(0) { NO_OP; }; in SparseMatrixElement_base()
64 : iRow(iRow), iCol(iCol) { NO_OP; }; in SparseMatrixElement_base()
65 virtual ~SparseMatrixElement_base(void) { NO_OP; }; in ~SparseMatrixElement_base()
79 : SparseMatrixElement_base(iRow, iCol), dCoef(dCoef) { NO_OP; }; in SparseMatrixElement()
87 : SparseMatrixElement_base(iRow, iCol), dCoef(dCoef) { NO_OP; }; in SparseMatrixElementRef()
100 : SparseMatrixElement_base(iRow, iCol), dCoef(dCoef) { NO_OP; }; in SparseMatrixElementConstRef()
158 NO_OP; in IsValid()
/dports/science/mbdyn/mbdyn-1.7.3/modules/module-minmaxdrive/
H A Dmodule-minmaxdrive.cc116 NO_OP; in MinMaxDriveCaller()
121 NO_OP; in ~MinMaxDriveCaller()
226 NO_OP; in MinDriveCaller()
231 NO_OP; in ~MinDriveCaller()
259 NO_OP; in MaxDriveCaller()
264 NO_OP; in ~MaxDriveCaller()
292 NO_OP; in MinMaxDriveDCR()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/aero/
H A Dwindprof.cc50 NO_OP; in WindProfile()
55 NO_OP; in ~WindProfile()
74 NO_OP; in ~ScalarFuncWindProfile()
100 NO_OP; in ~ScalarFuncGR()
185 NO_OP; in ~PowerLawWindProfile()
217 NO_OP; in ~PowerLawGR()
346 NO_OP; in ~LogarithmicWindProfile()
378 NO_OP; in ~LogarithmicGR()

12345678910>>...29