/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.stack.js | 70 px, py, intery, qx, qy, bottom, 112 qy = otherpoints[j + accumulateOffset]; 119 newpoints[l + accumulateOffset] += qy; 120 bottom = qy; 131 newpoints.push(intery + qy); 134 bottom = qy; 152 …bottom = qy + (otherpoints[j - otherps + accumulateOffset] - qy) * (px - qx) / (otherpoints[j - ot…
|
D | jquery.flot.stack.min.js | 7 …qy,bottom,withlines=s.lines.show,horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoi…
|
D | jquery.flot.fillbetween.js | 79 px, py, intery, qx, qy, bottom, 136 qy = otherpoints[ j + 1 ]; 146 bottom = qy; 163 bottom = qy; 185 …bottom = qy + ( otherpoints[ j - otherps + 1 ] - qy ) * ( px - qx ) / ( otherpoints[ j - otherps ]…
|
D | jquery.flot.fillbetween.min.js | 7 …qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.li…
|
/external/opencv3/samples/python2/ |
D | peopledetect.py | 14 qx, qy, qw, qh = q 15 return rx > qx and ry > qy and rx + rw < qx + qw and ry + rh < qy + qh
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | vec4.js | 470 qx = q[0], qy = q[1], qz = q[2], qw = q[3], 473 ix = qw * x + qy * z - qz * y, 475 iz = qw * z + qx * y - qy * x, 476 iw = -qx * x - qy * y - qz * z; 479 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy; 480 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz; 481 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
|
D | vec3.js | 536 qx = q[0], qy = q[1], qz = q[2], qw = q[3], 539 ix = qw * x + qy * z - qz * y, 541 iz = qw * z + qx * y - qy * x, 542 iw = -qx * x - qy * y - qz * z; 545 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy; 546 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz; 547 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/ |
D | ParticleControllerFinalizerInfluencer.java | 43 float qx=0, qy=0, qz=0, qw=1; in update() local 47 qy = rotationChannel.data[rotationOffset + ParticleChannels.YOffset]; in update() 54 qx,qy,qz,qw, scale); in update()
|
D | DynamicsInfluencer.java | 186 qy = rotationChannel.data[offset + ParticleChannels.YOffset], in update() local 189 …TMP_Q.set(wx, wy, wz, 0).mul(qx, qy, qz, qw).mul(0.5f*controller.deltaTime).add(qx, qy, qz, qw).no… in update()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/ |
D | ModelInstanceRenderer.java | 49 float qx=0, qy=0, qz=0, qw=1; in update() local 53 qy = renderData.rotationChannel.data[rotationOffset + ParticleChannels.YOffset]; in update() 61 qx, qy, qz, qw, in update()
|
/external/opencv3/modules/videostab/src/ |
D | inpainting.cpp | 434 int qy = y + lut[i][1]; in operator ()() local 435 if (qy >= 0 && qy < mask.rows && qx >= 0 && qx < mask.cols && mask(qy,qx)) in operator ()() 437 c1 += frame.at<uchar>(qy,3*qx); in operator ()() 438 c2 += frame.at<uchar>(qy,3*qx+1); in operator ()() 439 c3 += frame.at<uchar>(qy,3*qx+2); in operator ()()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aatriangle.c | 56 const GLfloat qy = v2[1] - v0[1]; in compute_plane() local 60 const GLfloat a = py * qz - pz * qy; in compute_plane() 62 const GLfloat c = px * qy - py * qx; in compute_plane()
|
D | s_aaline.c | 98 const GLfloat qy = px; in compute_plane() 100 const GLfloat a = py * qz - pz * qy; in compute_plane() 102 const GLfloat c = px * qy - py * qx; in compute_plane()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | LevenbergMarquardtEstimator.java | 497 private void determineLMParameter(double[] qy, double delta, double[] diag, in determineLMParameter() argument 503 lmDir[permutation[j]] = qy[j]; in determineLMParameter() 568 sum += jacobian[index] * qy[i]; in determineLMParameter() 599 determineLMDirection(qy, work1, work2, work3); in determineLMParameter() 672 private void determineLMDirection(double[] qy, double[] diag, in determineLMDirection() argument 683 work[j] = qy[j]; in determineLMDirection()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | LevenbergMarquardtOptimizer.java | 504 private void determineLMParameter(double[] qy, double delta, double[] diag, in determineLMParameter() argument 510 lmDir[permutation[j]] = qy[j]; in determineLMParameter() 570 sum += wjacobian[i][pj] * qy[i]; in determineLMParameter() 600 determineLMDirection(qy, work1, work2, work3); in determineLMParameter() 673 private void determineLMDirection(double[] qy, double[] diag, in determineLMDirection() argument 684 work[j] = qy[j]; in determineLMDirection()
|
/external/opencv3/modules/cudastereo/src/cuda/ |
D | util.cu | 66 const float qy = x * cq[ 4] + y * cq[ 5] + cq[ 7]; in reprojectImageTo3D() local 76 v.y = (qy + cq[6] * d) * iW; in reprojectImageTo3D()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/ |
D | EdgeShape.java | 181 final float qy = p1y + t * dy; in raycast() local 193 tempy = qy - v1.y; in raycast()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/ |
D | ParticleController.java | 84 …public void setTransform(float x, float y, float z, float qx, float qy, float qz, float qw, float … in setTransform() argument 85 transform.set(x, y, z, qx, qy, qz, qw, scale, scale, scale); in setTransform()
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 3769 qx = q[0], qy = q[1], qz = q[2], qw = q[3], 3772 ix = qw * x + qy * z - qz * y, 3774 iz = qw * z + qx * y - qy * x, 3775 iw = -qx * x - qy * y - qz * z; 3778 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy; 3779 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz; 3780 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx; 4418 qx = q[0], qy = q[1], qz = q[2], qw = q[3], 4421 ix = qw * x + qy * z - qz * y, 4423 iz = qw * z + qx * y - qy * x, [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_g2p.pkb | 40 ���5wȞQs�;=��#�=]V��C����+��-�C�̠8���1Z�HW�����]Rv�V���qXw�qy �V�*� ��VOT�…
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | OcclusionBuffer.java | 120 public Quaternion sub (float qx, float qy, float qz, float qw) { in sub() argument 122 this.y -= qy; in sub()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_lfz3.pkb | 198 ��F�e�cևqy��^�Cq��� ��\�ζ\S�;�p��01!�[�K�H.[�%��
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_uyvy.miff | 14 …qy�oc�qc�ph�eh�qe�qe�kc�cc�cb�^b�d`�k`�f_�g_�d`�_`�cc�oc�a\�_\�``�c`�c_�a_�d_�k_�rdςd�r`�a`�]c�\c�…
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Quaternion.java | 326 public Quaternion add(float qx, float qy, float qz, float qw){ in add() argument 328 this.y += qy; in add()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_phs.pkb | 43 …wDwEwFwGwHwIwJwKwLwMw�w�wxPx�x�x(ypyqy�yzIz�z�z…
|