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

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
elements.py 61 dist_x = p.x - self.x
63 return (dist_x ** 2 + dist_y ** 2 ) ** 0.5
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 198 double dist_x = (mDownPointX - x) * mDownScreenWidth / getWidth(); local
202 p[0] = mDownEyePoint[0] + dist_x * mDownRightVector[0] + dist_y * mDownUpVector[0];
203 p[1] = mDownEyePoint[1] + dist_x * mDownRightVector[1] + dist_y * mDownUpVector[1];
204 p[2] = mDownEyePoint[2] + dist_x * mDownRightVector[2] + dist_y * mDownUpVector[2];
207 p[0] = mDownLookPoint[0] + dist_x * mDownRightVector[0] + dist_y * mDownUpVector[0];
208 p[1] = mDownLookPoint[1] + dist_x * mDownRightVector[1] + dist_y * mDownUpVector[1];
209 p[2] = mDownLookPoint[2] + dist_x * mDownRightVector[2] + dist_y * mDownUpVector[2];
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
hmc_test.py 819 dist_x = normal_lib.Normal(loc=self.dtype(0), scale=self.dtype(1))
825 return dist_x.log_prob(x) + dist_y.log_prob(y)
826 x0 = [dist_x.sample(seed=1), dist_y.sample(seed=2)]
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 488 dist_x = abs(child_shape["ctx"]-prt_shape["ctx"])
506 and dist_x < 0.1 * child_shape["width"]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.c 873 const int8_t dist_x = (int8_t) in[i].x - 8; local
875 const uint8_t dist = dist_x * dist_x + dist_y * dist_y;
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 577 dist_x = x1 - x0
579 return math.sqrt(dist_x * dist_x + dist_y * dist_y)
    [all...]

Completed in 984 milliseconds