Home
last modified time | relevance | path

Searched refs:f_tt (Results 1 – 8 of 8) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_fan.c23 FAN_TOOLS_TEMPLATE* f_tt; in FanBehaveInit() local
36 f_tt=(FAN_TOOLS_TEMPLATE*)bhdata; in FanBehaveInit()
38 sbptr->shapeIndex = f_tt->shape_num; in FanBehaveInit()
39 COPY_NAME(sbptr->SBname, f_tt->nameID); in FanBehaveInit()
43 sbptr->DynPtr->Position = sbptr->DynPtr->PrevPosition = f_tt->position; in FanBehaveInit()
44 sbptr->DynPtr->OrientEuler = f_tt->orientation; in FanBehaveInit()
48 f_bhv->track=f_tt->track; in FanBehaveInit()
53 f_bhv->speed_up_mult=f_tt->speed_up_mult; in FanBehaveInit()
54 f_bhv->slow_down_mult=f_tt->slow_down_mult; in FanBehaveInit()
55 f_bhv->fan_wind_direction=f_tt->fan_wind_direction; in FanBehaveInit()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/dyn-keyword/
H A Ddyn-2015-idents-in-macros-unlinted.rs51 fn f_tt(x: &X) -> tt_trait!(dyn) { x } in main() function
55 f_tt(&x).hello(); in main()
H A Ddyn-2015-idents-in-decl-macros-unlinted.rs46 fn f_tt(x: &X) -> tt_trait!(dyn) { x } in main() function
50 f_tt(&x).hello(); in main()
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1772.c537 double f[],double f_t[],double f_tt[], in s1772_s9dir() argument
542 static void s1772_s9dir(dist,diff,delta,f,f_t,f_tt,g,g_u,g_v,g_uu, in s1772_s9dir()
549 double f_tt[];
675 b1 = s6scpr(diff,f_tt,dim);
1115 double f[],double f_t[],double f_tt[], in s1772_s6local_pretop() argument
1120 static int s1772_s6local_pretop(dist,diff,normal,f,f_t,f_tt,s,s_u,s_v,s_uu, in s1772_s6local_pretop()
1127 double f_tt[];
1240 a1 = s6scpr(N,f_tt,dim) - s6scpr(N,s_d,dim);
H A Ds1291.c98 double *f_tt = f_t+idim; /* 2. derivative, curve */ local
150 v2[ki] = f_tt[ki] - v1[ki];
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DCASPT2.cpp5999 const double f_tt = fock->get( irrep_t, nocc_t + t, nocc_t + t ); in make_DD() local
6035 const double f_tt = fock->get( irrep_t, nocc_t + xt, nocc_t + xt ); in make_DD() local
6161 const double f_tt = fock->get( irrep_ut, nocc_ut + t, nocc_ut + t ); in make_BB_FF_singlet() local
6192 const double f_tt = fock->get( irrep_ut, nocc_ut + t, nocc_ut + t ); in make_BB_FF_singlet() local
6238 const double f_tt = fock->get( irrep_ut, nocc_ut + tx, nocc_ut + tx ); in make_BB_FF_singlet() local
6369 const double f_tt = fock->get( irrep_t, nocc_t + t, nocc_t + t ); in make_BB_FF_singlet() local
6570 const double f_tt = fock->get( irrep_ut, nocc_ut + t, nocc_ut + t ); in make_BB_FF_triplet() local
6776 const double f_tt = fock->get( irrep_t, nocc_t + t, nocc_t + t ); in make_BB_FF_triplet() local
6947 const double f_tt = fock->get( irrep_ut, NOCC + t, NOCC + t ); in make_EE_GG() local
6952 FEE[ irrep_ut ][ u + SIZE * t ] = - fdot2_ut - ( f_tt + f_uu ) * gamma_ut; in make_EE_GG()
[all …]
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dpow.cpp162 CPPAD_TESTVECTOR(double) f_tt = f.Forward(2, v); in PowTestTwo()
180 f_rr[y] - f_ss[y] - f_tt[y], in PowTestTwo()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_blas.py1888 f_tt = theano.function([], [], updates=[(a, tensor.dot(b_t.T, c_t.T))],
1915 f_tt()
1957 f_tt = theano.function([], [],
1985 f_tt()