/external/pixman/test/ |
D | scaling-helpers-test.c | 21 int64_t vx = vx_; in bilinear_pad_repeat_get_scanline_bounds_ref() local 29 if (vx < 0) in bilinear_pad_repeat_get_scanline_bounds_ref() 31 if (vx + pixman_fixed_1 < 0) in bilinear_pad_repeat_get_scanline_bounds_ref() 36 else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref() 38 if (vx >= pixman_int_to_fixed (source_image_width)) in bilinear_pad_repeat_get_scanline_bounds_ref() 47 vx += unit_x; in bilinear_pad_repeat_get_scanline_bounds_ref() 60 pixman_fixed_t vx = prng_rand_n(10000 << 16) - (3000 << 16); in main() local 67 vx, in main() 76 vx, in main()
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_filter_neon.h | 27 uint16x4_t vx, vconst16_16, v16_x, tmp; in Filter_32_opaque_neon() local 43 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_opaque_neon() 45 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_opaque_neon() 47 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_opaque_neon() 48 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_opaque_neon() 61 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in Filter_32_alpha_neon() local 77 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_alpha_neon() 79 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_alpha_neon() 81 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_alpha_neon() 82 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_alpha_neon()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_filter_neon.h | 27 uint16x4_t vx, vconst16_16, v16_x, tmp; in Filter_32_opaque_neon() local 43 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_opaque_neon() 45 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_opaque_neon() 47 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_opaque_neon() 48 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_opaque_neon() 61 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in Filter_32_alpha_neon() local 77 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_alpha_neon() 79 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_alpha_neon() 81 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_alpha_neon() 82 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_alpha_neon()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ argument 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
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ argument 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
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ argument 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
|
/external/pixman/pixman/ |
D | pixman-inlines.h | 239 pixman_fixed_t vx, in pad_repeat_get_scanline_bounds() argument 247 if (vx < 0) in pad_repeat_get_scanline_bounds() 249 tmp = ((int64_t) unit_x - 1 - vx) / unit_x; in pad_repeat_get_scanline_bounds() 265 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad; in pad_repeat_get_scanline_bounds() 309 pixman_fixed_t vx, \ 327 x1 = pixman_fixed_to_int (vx); \ 328 vx += unit_x; \ 332 while (vx >= 0) \ 333 vx -= src_width_fixed; \ 337 x2 = pixman_fixed_to_int (vx); \ [all …]
|
D | pixman-mips-dspr2.h | 258 pixman_fixed_t vx, \ 265 pixman_fixed_t vx, \ 271 vx, unit_x); \ 301 pixman_fixed_t vx, \ 309 pixman_fixed_t vx, \ 318 vx, unit_x); \ 349 pixman_fixed_t vx, \ 359 pixman_fixed_t vx, \ 369 vx, unit_x); \ 410 pixman_fixed_t vx, \ [all …]
|
D | pixman-arm-common.h | 238 pixman_fixed_t vx, \ 246 pixman_fixed_t vx, \ 252 vx, unit_x, \ 283 pixman_fixed_t vx, \ 293 pixman_fixed_t vx, \ 301 vx, unit_x, \ 350 pixman_fixed_t vx, \ 358 dst, src_top, src_bottom, wt, wb, vx, unit_x, w); \ 399 pixman_fixed_t vx, \ 407 dst, mask, src_top, src_bottom, wt, wb, vx, unit_x, w); \
|
D | pixman-sse2.c | 5316 pixman_fixed_t vx, in scaled_nearest_scanline_sse2_8888_8888_OVER() argument 5335 s = combine1 (ps + pixman_fixed_to_int (vx), pm); in scaled_nearest_scanline_sse2_8888_8888_OVER() 5336 vx += unit_x; in scaled_nearest_scanline_sse2_8888_8888_OVER() 5337 while (vx >= 0) in scaled_nearest_scanline_sse2_8888_8888_OVER() 5338 vx -= src_width_fixed; in scaled_nearest_scanline_sse2_8888_8888_OVER() 5351 tmp1 = *(ps + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_sse2_8888_8888_OVER() 5352 vx += unit_x; in scaled_nearest_scanline_sse2_8888_8888_OVER() 5353 while (vx >= 0) in scaled_nearest_scanline_sse2_8888_8888_OVER() 5354 vx -= src_width_fixed; in scaled_nearest_scanline_sse2_8888_8888_OVER() 5355 tmp2 = *(ps + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_sse2_8888_8888_OVER() [all …]
|
D | pixman-fast-path.c | 1375 pixman_fixed_t vx, in scaled_nearest_scanline_565_565_SRC() argument 1383 tmp1 = *(src + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_565_565_SRC() 1384 vx += unit_x; in scaled_nearest_scanline_565_565_SRC() 1385 tmp2 = *(src + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_565_565_SRC() 1386 vx += unit_x; in scaled_nearest_scanline_565_565_SRC() 1387 tmp3 = *(src + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_565_565_SRC() 1388 vx += unit_x; in scaled_nearest_scanline_565_565_SRC() 1389 tmp4 = *(src + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_565_565_SRC() 1390 vx += unit_x; in scaled_nearest_scanline_565_565_SRC() 1398 tmp1 = *(src + pixman_fixed_to_int (vx)); in scaled_nearest_scanline_565_565_SRC() [all …]
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | module-parsing.js | 39 export vx 42 var vx variable 43 var vx, vy; variable 44 var vx = 0, vy 106 vx
|
/external/v8/test/mjsunit/harmony/ |
D | module-parsing.js | 39 export vx 42 var vx variable 43 var vx, vy; variable 44 var vx = 0, vy
|
/external/eigen/blas/ |
D | level1_real_impl.h | 67 StridedVectorType vx(vector(x,*n,std::abs(*incx))); in EIGEN_BLAS_FUNC() 70 Reverse<StridedVectorType> rvx(vx); in EIGEN_BLAS_FUNC() 74 …else if(*incx>0 && *incy<0) internal::apply_rotation_in_the_plane(vx, rvy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC() 75 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC()
|
D | level1_cplx_impl.h | 99 StridedVectorType vx(vector(x,*n,std::abs(*incx))); 102 Reverse<StridedVectorType> rvx(vx); 107 …else if(*incx>0 && *incy<0) internal::apply_rotation_in_the_plane(vx, rvy, JacobiRotation<Scalar>(… 108 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(…
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Matrix4f.java | 1152 float vx = vec.x, vy = vec.y, vz = vec.z; in mult() local 1153 store.x = m00 * vx + m01 * vy + m02 * vz + m03; in mult() 1154 store.y = m10 * vx + m11 * vy + m12 * vz + m13; in mult() 1155 store.z = m20 * vx + m21 * vy + m22 * vz + m23; in mult() 1191 float vx = vec.x, vy = vec.y, vz = vec.z, vw = vec.w; in mult() local 1192 store.x = m00 * vx + m01 * vy + m02 * vz + m03 * vw; in mult() 1193 store.y = m10 * vx + m11 * vy + m12 * vz + m13 * vw; in mult() 1194 store.z = m20 * vx + m21 * vy + m22 * vz + m23 * vw; in mult() 1195 store.w = m30 * vx + m31 * vy + m32 * vz + m33 * vw; in mult() 1232 float vx = vec.x, vy = vec.y, vz = vec.z, vw = vec.w; in multAcross() local [all …]
|
D | Quaternion.java | 1019 float vx = v.x, vy = v.y, vz = v.z; in mult() local 1020 store.x = w * w * vx + 2 * y * w * vz - 2 * z * w * vy + x * x in mult() 1021 * vx + 2 * y * x * vy + 2 * z * x * vz - z * z * vx - y in mult() 1022 * y * vx; in mult() 1023 store.y = 2 * x * y * vx + y * y * vy + 2 * z * y * vz + 2 * w in mult() 1024 * z * vx - z * z * vy + w * w * vy - 2 * x * w * vz - x in mult() 1026 store.z = 2 * x * z * vx + 2 * y * z * vy + z * z * vz - 2 * w in mult() 1027 * y * vx - y * y * vz + 2 * w * x * vy - x * x * vz + w in mult()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 123 GrFixed vx, GrFixed vy, in drawPackedGlyph() argument 141 vx += SkIntToFixed(glyph->fBounds.fLeft); in drawPackedGlyph() 150 int x = vx >> 16; in drawPackedGlyph() 198 translate.setTranslate(SkFixedToScalar(vx - SkIntToFixed(glyph->fBounds.fLeft)), in drawPackedGlyph() 260 fVertices[2*fCurrVertex].setRectFan(SkFixedToFloat(vx), in drawPackedGlyph() 262 SkFixedToFloat(vx + width), in drawPackedGlyph()
|
/external/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 123 GrFixed vx, GrFixed vy, in drawPackedGlyph() argument 141 vx += SkIntToFixed(glyph->fBounds.fLeft); in drawPackedGlyph() 150 int x = vx >> 16; in drawPackedGlyph() 198 translate.setTranslate(SkFixedToScalar(vx - SkIntToFixed(glyph->fBounds.fLeft)), in drawPackedGlyph() 260 fVertices[2*fCurrVertex].setRectFan(SkFixedToFloat(vx), in drawPackedGlyph() 262 SkFixedToFloat(vx + width), in drawPackedGlyph()
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
D | mat2d.js | 212 var vx = v[0], vy = v[1]; 213 out[0] = a[0] * vx; 215 out[2] = a[2] * vx; 217 out[4] = a[4] * vx;
|
/external/chromium_org/ui/events/gestures/ |
D | gesture_point.cc | 156 float vx = XVelocity(); in BreaksHorizontalRail() local 158 return fabs(vy) > GestureConfiguration::rail_break_proportion() * fabs(vx) + in BreaksHorizontalRail() 163 float vx = XVelocity(); in BreaksVerticalRail() local 165 return fabs(vx) > GestureConfiguration::rail_break_proportion() * fabs(vy) + in BreaksVerticalRail()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | triggerB.test | 29 CREATE TEMP VIEW vx AS SELECT x, y, 0 AS yy FROM x; 30 CREATE TEMP TRIGGER tx INSTEAD OF UPDATE OF y ON vx 34 SELECT * FROM vx; 39 UPDATE vx SET y = yy; 40 SELECT * FROM vx;
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 78 SkScalar vx = bounds.fLeft; in fillRow() local 79 verts->set(vx, vy); verts++; in fillRow() 86 vx += computeVertexDelta(x & 1, tx, prev, stretchX); in fillRow() 89 verts->set(vx, vy); verts++; in fillRow()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkNinePatch.cpp | 78 SkScalar vx = bounds.fLeft; in fillRow() local 79 verts->set(vx, vy); verts++; in fillRow() 86 vx += computeVertexDelta(x & 1, tx, prev, stretchX); in fillRow() 89 verts->set(vx, vy); verts++; in fillRow()
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
D | ContentViewScrollingTest.java | 122 private void fling(final int vx, final int vy) throws Throwable { in fling() argument 126 getContentView().fling(SystemClock.uptimeMillis(), 0, 0, vx, vy); in fling()
|