Home
last modified time | relevance | path

Searched refs:_derive (Results 1 – 24 of 24) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.inline.cc23 STEPattribute::STEPattribute( const STEPattribute & a ) : _derive( a._derive ), _mustDeletePtr( fal… in STEPattribute()
55 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Integer * p ): _derive( false ), in STEPattribute()
62 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Binary * p ): _derive( false ), in STEPattribute()
69 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_String * p ): _derive( false ), in STEPattribute()
76 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Real * p ): _derive( false ), in STEPattribute()
84_derive( false ), _mustDeletePtr( false ), _redefAttr( 0 ), aDesc( &d ), refCount( 0 ) { in STEPattribute()
90 STEPattribute::STEPattribute( const class AttrDescriptor & d, STEPaggregate * p ): _derive( false ), in STEPattribute()
97 STEPattribute::STEPattribute( const class AttrDescriptor & d, SDAI_Enum * p ): _derive( false ), in STEPattribute()
104 STEPattribute::STEPattribute( const class AttrDescriptor & d, class SDAI_Select * p ): _derive( fal… in STEPattribute()
111 STEPattribute::STEPattribute( const class AttrDescriptor & d, SCLundefined * p ): _derive( false ), in STEPattribute()
H A DSTEPattribute.h81 bool _derive;
126 _derive = n;
204 return _derive; in IsDerived()
230 STEPattribute(): _derive( false ), _mustDeletePtr( false ), in STEPattribute()
H A DSTEPattribute.cc606 _derive = sa->_derive; in ShallowCopy()
1040 if( a1._derive == a2._derive && a1.aDesc == a2.aDesc && a1._redefAttr == a2._redefAttr ){ in operator ==()
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/observers/
H A Dtrades.py118 linescls = cls.lines._derive(uuid.uuid4().hex, lnames, 0, ())
137 plotlines = cls.plotlines._derive(
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/
H A Dlineseries.py100 def _derive(cls, name, lines, extralines, otherbases, linesoverride=False, member in Lines
355 cls.linealias = la = lalias._derive('la_' + name, newlalias, oblalias)
363 cls.lines = lines._derive(name, newlines, extralines, morebaseslines,
374 cls.plotinfo = plotinfo._derive('pi_' + name, newplotinfo,
384 cls.plotlines = plotlines._derive(
H A Dindicator.py145 cls.lines = lines._derive(name, (lname,), 0, [])
150 cls.plotlines = plotlines._derive(name, newplotlines, [], recurse=True)
H A Dmetabase.py99 def _derive(cls, name, info, otherbases, recurse=False): member in AutoInfoClass
146 infoval = recursecls._derive(name + '_' + infoname,
239 cls.params = params._derive(name, newparams, morebasesparams)
/dports/math/giacxcas/giac-1.6.0/src/
H A Dderive.cc643 gen _derive(const gen & args,GIAC_CONTEXT){ in _derive() function
646 return apply_to_equal(args,_derive,contextptr); in _derive()
649 return _derive(makesequence(args,ggb_var(args)),contextptr); in _derive()
660 return _derive(tmp,contextptr); in _derive()
707 v_=_derive(v_,contextptr); in _derive()
723 res=_derive(args,contextptr); in step_derive()
730 res=_derive(args,contextptr); in step_derive()
737 return _derive(g,contextptr); in _diff()
781 return _derive(args,contextptr); in _grad()
802 gen d=_derive(makesequence(arg,var),contextptr); in critical()
[all …]
H A Dderive.h31 gen _derive(const gen & args,GIAC_CONTEXT);
H A Ddesolve.cc2193 e=_numer(_derive(makesequence(P,x,2),contextptr)+2*fw*_derive(makesequence(P,x),contextptr)+ in kovacicsols()
2194 (_derive(makesequence(fw,x),contextptr)+sq(fw)-r)*P,contextptr); in kovacicsols()
2277 dth=_derive(makesequence(th,x),contextptr); in kovacicsols()
2278 e=_derive(makesequence(P,x,3),contextptr)+3*th*_derive(makesequence(P,x,2),contextptr)+ in kovacicsols()
2279 (3*sq(th)+3*dth-4*r)*_derive(makesequence(P,x),contextptr)+ in kovacicsols()
2280 …(_derive(makesequence(th,x,2),contextptr)+3*th*dth+pow(th,3)-4*r*th-2*_derive(makesequence(r,x),co… in kovacicsols()
2288 gen ph=th+_derive(makesequence(P,x),contextptr)/P; in kovacicsols()
2359 gen dS=_derive(makesequence(S,x),contextptr),th; in kovacicsols()
2367 P[n]=-S*(_derive(makesequence(P[n+1],x),contextptr)+th*P[n+1]),contextptr; in kovacicsols()
2447 …eq=_subst(makesequence(eq,makevecteur(_derive(makesequence(yx,x),contextptr),_derive(makesequence(… in _kovacicsols()
[all …]
H A Dsignalprocessing.cc1409 if (i<n) f=_derive(makesequence(f,x),contextptr); in expand_Dirac_prod()
1926 … d=_derive(makesequence(simplify_signs(sign2Heaviside(d,contextptr),x,contextptr),x),contextptr); in derive_FT()
1987 t=_derive(makesequence(t,vars[i],degr[i]),contextptr); in fourier()
H A Doptimization.cc893 return pds[sig]=_derive(_feuille(v,ctx),ctx); in differentiate()
1125 pd=_derive(_feuille(args,ctx),ctx); in taylor_term()
H A Drpn.cc2007 tmp=_derive(tmp,contextptr); in _HPDIFF()
2017 return _derive(a,contextptr); in _HPDIFF()
H A Dsubst.cc3054 static define_unary_function_eval (__deriver,&_derive,_deriver_s);
H A Dgiac.i448 gen _derive(const gen & args,giac::context * );
H A Dgiacjs.i443 gen _derive(const gen & args,giac::context * );
H A Dgiac_wrap.cxx6335 result = giac::_derive((giac::gen const &)*arg1,arg2); in Java_javagiac_giacJNI__1derive()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_index-718.0.0/src/
H A Dvec.rs268 @derives [$_derive:ident, $($derives:ident,)*]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_index-722.0.0/src/
H A Dvec.rs271 @derives [$_derive:ident, $($derives:ident,)*]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_index/src/
H A Dvec.rs291 @derives [$_derive:ident, $($derives:ident,)*]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_index/src/
H A Dvec.rs271 @derives [$_derive:ident, $($derives:ident,)*]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/doc/pdf/
H A Dappdev.tex9968 \subsubsection{krb5\_c\_derive\_prfplus - Derive a key using some input data (via RFC 6113 PRF+).}
9969 …plus-derive-a-key-using-some-input-data-via-rfc-6113-prf}}\index{krb5\_c\_derive\_prfplus (C funct…
9972 …_error_code}]{\sphinxcrossref{krb5\_error\_code}}} \sphinxbfcode{krb5\_c\_derive\_prfplus}}{{\hype…
/dports/security/krb5/krb5-1.19.2/doc/pdf/
H A Dappdev.tex10067 \subsubsection{krb5\_c\_derive\_prfplus - Derive a key using some input data (via RFC 6113 PRF+).}
10068 …plus-derive-a-key-using-some-input-data-via-rfc-6113-prf}}\index{krb5\_c\_derive\_prfplus (C funct…
10071 …_error_code}]{\sphinxcrossref{krb5\_error\_code}}} \sphinxbfcode{krb5\_c\_derive\_prfplus}}{{\hype…
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dglasgow_exts.rst5110 .. _derive-any-class: