HomeSort by relevance Sort by last modified time
    Searched refs:planet_x_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 233 float planet_x_, planet_y_, planet_z_; member in class:Planet
296 planet_x_ = 0.0f;
413 float b = 2.0f * dx * (x0 - planet_x_) + two_dy_y0_y_two_dz_z0_z;
415 -2.0f * (planet_x_ * x0 + y_y0_z_z0) - (planet_radius2_);
431 float nx = (px - planet_x_) * planet_one_over_radius_;
534 planet_xyz_ = planet_x_ * planet_x_ +
555 planet_x_ = x;
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 281 float planet_x_, planet_y_, planet_z_; member in class:Planet
344 planet_x_ = 0.0f;
441 const f32x4_t planet_pos = {planet_x_, planet_y_, planet_z_, 1.0f};
478 float b = 2.0f * dx * (x0 - planet_x_) + two_dy_y0_y_two_dz_z0_z;
480 -2.0f * (planet_x_ * x0 + y_y0_z_z0) - (planet_radius2_);
574 planet_xyz_ = planet_x_ * planet_x_ +
595 planet_x_ = x;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 242 float planet_x_, planet_y_, planet_z_; member in class:Planet
321 planet_x_ = 0.0f;
451 float b = 2.0f * dx * (x0 - planet_x_) + two_dy_y0_y_two_dz_z0_z;
453 -2.0f * (planet_x_ * x0 + y_y0_z_z0) - (planet_radius2_);
469 float nx = (px - planet_x_) * planet_one_over_radius_;
576 planet_xyz_ = planet_x_ * planet_x_ +
597 planet_x_ = x;

Completed in 50 milliseconds