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

Lines Matching refs:vy

9 function Body(x,y,z,vx,vy,vz,mass){
14 this.vy = vy;
21 this.vy = -py / SOLAR_MASS;
89 py += b.vy * m;
111 bodyi.vy -= dy * bodyj.mass * mag;
115 bodyj.vy += dy * bodyi.mass * mag;
123 body.y += dt * body.vy;
138 + bodyi.vy * bodyi.vy