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

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
elements.py 62 dist_y = p.y - self.y
63 return (dist_x ** 2 + dist_y ** 2 ) ** 0.5
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
VrView.java 199 double dist_y = (y - mDownPointY) * 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 820 dist_y = independent_lib.Independent(
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 489 dist_y = abs(child_shape["cty"]-prt_shape["cty"])
507 and dist_y < 0.1 * child_shape["height"]):
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.c 874 const int8_t dist_y = (int8_t) in[i].y - 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 578 dist_y = y1 - y0
579 return math.sqrt(dist_x * dist_x + dist_y * dist_y)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2833 int64_t dist_y = 0, dist_uv = 0; local
    [all...]

Completed in 392 milliseconds