Home | History | Annotate | Download | only in sunspider-0.9.1

Lines Matching refs:vx

9 function Body(x,y,z,vx,vy,vz,mass){
13 this.vx = vx;
20 this.vx = -px / SOLAR_MASS;
88 px += b.vx * m;
110 bodyi.vx -= dx * bodyj.mass * mag;
114 bodyj.vx += dx * bodyi.mass * mag;
122 body.x += dt * body.vx;
137 ( bodyi.vx * bodyi.vx