Searched refs:nstep (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/numeric/odeint/performance/ |
D | fortran_lorenz.f90 | 6 integer, parameter :: nstep = 20000000 variable 21 call rk4sys(n, t, x, h, nstep) 37 subroutine rk4sys(n, t, x, h, nstep) argument 42 integer, intent(in) :: nstep local 49 do k = 1, nstep
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes_test.c | 517 integrate(double a, double b, double (*f)(double), long nstep) in integrate() argument 519 double x, sum=0.0, dx=(b-a)/(double)nstep; in integrate() 522 return sum/(double)nstep; in integrate()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 115721 "CREATE TABLE x(sql,ncol,ro,busy,nscan,nsort,naidx,nstep," 154113 "CREATE TABLE x(sql,ncol,ro,busy,nscan,nsort,naidx,nstep," 160897 "CREATE TABLE x(sql,ncol,ro,busy,nscan,nsort,naidx,nstep,"
|