Searched refs:t_old (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/glfw/examples/ |
D | wave.c | 393 double t, dt_total, t_old; in main() local 430 t_old = glfwGetTime() - 0.01; in main() 435 dt_total = t - t_old; in main() 436 t_old = t; in main()
|
D | boing.c | 105 double t_old = 0.f; variable 660 dt = t - t_old; in main() 661 t_old = t; in main()
|
D | particles.c | 787 static double t_old = 0.0; in draw_scene() local 792 dt = (float) (t - t_old); in draw_scene() 793 t_old = t; in draw_scene()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | euler.hpp | 87 …void calc_state( StateOut &x , time_type t , const StateIn1 &old_state , time_type t_old , const … in calc_state() argument 89 const time_type delta = t - t_old; in calc_state()
|
D | runge_kutta_dopri5.hpp | 228 const StateIn1 &x_old , const DerivIn1 &deriv_old , time_type t_old , in calc_state() argument 237 const time_type dt = ( t_new - t_old ); in calc_state() 238 const value_type theta = ( t - t_old ) / dt; in calc_state()
|
D | rosenbrock4.hpp | 275 const state_type &x_old , time_type t_old , in calc_state() argument 279 time_type dt = t_new - t_old; in calc_state() 280 time_type s = ( t - t_old ) / dt; in calc_state()
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | profiling.txt | 49 * remember old usecs t_old 54 * sum+=(t_new-t_old)
|