Home
last modified time | relevance | path

Searched refs:t0_p (Results 1 – 5 of 5) sorted by relevance

/dports/math/stan/stan-2.28.2/src/test/test-models/good/
H A Dintegrate_ode_rk45.stan23 real t0_p;
31 y_hat = integrate_ode_rk45(sho, y0_d, t0_p, ts, theta_d, x, x_int);
32 y_hat = integrate_ode_rk45(sho, y0_d, t0_p, ts, theta_p, x, x_int);
33 y_hat = integrate_ode_rk45(sho, y0_p, t0_p, ts, theta_d, x, x_int);
34 y_hat = integrate_ode_rk45(sho, y0_p, t0_p, ts, theta_p, x, x_int);
39 y_hat = integrate_ode_rk45(sho, y0_d, t0_p, ts_p, theta_d, x, x_int);
40 y_hat = integrate_ode_rk45(sho, y0_d, t0_p, ts_p, theta_p, x, x_int);
41 y_hat = integrate_ode_rk45(sho, y0_p, t0_p, ts_p, theta_d, x, x_int);
42 y_hat = integrate_ode_rk45(sho, y0_p, t0_p, ts_p, theta_p, x, x_int);
82 y_hat = integrate_ode_rk45(sho, y0_d, t0_p, ts, theta_d, x, x_int);
[all …]
H A Dintegrate_ode_adams.stan22 real t0_p;
31 y_hat = integrate_ode_adams(sho, y0_d, t0_p, ts, theta_d, x, x_int);
32 y_hat = integrate_ode_adams(sho, y0_d, t0_p, ts, theta_p, x, x_int);
33 y_hat = integrate_ode_adams(sho, y0_p, t0_p, ts, theta_d, x, x_int);
34 y_hat = integrate_ode_adams(sho, y0_p, t0_p, ts, theta_p, x, x_int);
39 y_hat = integrate_ode_adams(sho, y0_d, t0_p, ts_p, theta_d, x, x_int);
40 y_hat = integrate_ode_adams(sho, y0_d, t0_p, ts_p, theta_p, x, x_int);
41 y_hat = integrate_ode_adams(sho, y0_p, t0_p, ts_p, theta_d, x, x_int);
42 y_hat = integrate_ode_adams(sho, y0_p, t0_p, ts_p, theta_p, x, x_int);
82 y_hat = integrate_ode_adams(sho, y0_d, t0_p, ts, theta_d, x, x_int);
[all …]
H A Dintegrate_ode_bdf.stan23 real t0_p;
31 y_hat = integrate_ode_bdf(sho, y0_d, t0_p, ts, theta_d, x, x_int);
32 y_hat = integrate_ode_bdf(sho, y0_d, t0_p, ts, theta_p, x, x_int);
33 y_hat = integrate_ode_bdf(sho, y0_p, t0_p, ts, theta_d, x, x_int);
34 y_hat = integrate_ode_bdf(sho, y0_p, t0_p, ts, theta_p, x, x_int);
39 y_hat = integrate_ode_bdf(sho, y0_d, t0_p, ts_p, theta_d, x, x_int);
40 y_hat = integrate_ode_bdf(sho, y0_d, t0_p, ts_p, theta_p, x, x_int);
41 y_hat = integrate_ode_bdf(sho, y0_p, t0_p, ts_p, theta_d, x, x_int);
42 y_hat = integrate_ode_bdf(sho, y0_p, t0_p, ts_p, theta_p, x, x_int);
82 y_hat = integrate_ode_bdf(sho, y0_d, t0_p, ts, theta_d, x, x_int);
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/AppendClip/
H A DAppendClip.cpp230 double *t0_p, in getSources() argument
238 assert(!clip0_p && !t0_p && !alpha0_p && !clip1_p && !t1_p && !alpha1_p); in getSources()
265 if (t0_p) { in getSources()
266 *t0_p = t0; in getSources()
312 if (t0_p) { in getSources()
313 *t0_p = t0; in getSources()
390 if (t0_p) { in getSources()
391 *t0_p = t0; in getSources()
530 if (t0_p) { in getSources()
531 *t0_p = t0; in getSources()
/dports/graphics/embree/embree-3.13.2/kernels/subdiv/
H A Dcatmullclark_patch.h523 const Vertex t0_p = ring[i0].getLimitTangent(); in getLimitBorder() local
538 const Vertex b01 = madd(1.0/3.0f,t0_p,b00); in getLimitBorder()