Home
last modified time | relevance | path

Searched refs:t_new (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dutimes.c42 time_t t_mold, t_aold, t_now, t_new; in utimes_0100() local
52 t_new = buf2.st_mtime; in utimes_0100()
53 if (t_new != t_now) { in utimes_0100()
105 time_t t_mold, t_aold, t_now, t_new; in utimes_time64_0100() local
115 t_new = buf2.st_mtime; in utimes_time64_0100()
116 if (t_new != t_now) { in utimes_time64_0100()
/third_party/boost/libs/serialization/src/
Dvoid_cast.cpp144 const void * t_new; in vbc_downcast() local
145 t_new = void_downcast(*(*it)->m_base, *m_base, t); in vbc_downcast()
147 if(NULL != t_new){ in vbc_downcast()
150 return vc->downcast(t_new); in vbc_downcast()
172 const void * t_new; in vbc_upcast() local
173 t_new = void_upcast(*m_derived, *(*it)->m_derived, t); in vbc_upcast()
174 if(NULL != t_new) in vbc_upcast()
175 return (*it)->upcast(t_new); in vbc_upcast()
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dprofiling.txt53 * t_new=t2-t1
54 * sum+=(t_new-t_old)
55 * profile_percentage=t_new/sum;
57 * profile_percentage=(profile_percentage+(t_new/sum))/2.0;
/third_party/boost/boost/numeric/odeint/stepper/
Drunge_kutta_dopri5.hpp229 … const StateIn2 & /* x_new */ , const DerivIn2 &deriv_new , time_type t_new ) const in calc_state()
237 const time_type dt = ( t_new - t_old ); in calc_state()
Drosenbrock4.hpp276 const state_type &x_new , time_type t_new ) in calc_state() argument
279 time_type dt = t_new - t_old; in calc_state()
/third_party/boost/boost/geometry/formulas/
Dsjoberg_intersection.hpp1106 static inline bool converge_07_update(CT & t, CT & beta, CT const& t_new) in converge_07_update() argument
1110 CT const beta_new = atan(t_new); in converge_07_update()
1113 t = t_new; in converge_07_update()