Home
last modified time | relevance | path

Searched refs:qy (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.stack.js70 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…
Djquery.flot.stack.min.js7qy,bottom,withlines=s.lines.show,horizontal=s.bars.horizontal,withbottom=ps>2&&(horizontal?datapoi…
Djquery.flot.fillbetween.js79 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 ]…
Djquery.flot.fillbetween.min.js7qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.li…
/external/opencv3/samples/python2/
Dpeopledetect.py14 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/
Dvec4.js470 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;
Dvec3.js536 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/
DParticleControllerFinalizerInfluencer.java43 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()
DDynamicsInfluencer.java186 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/
DModelInstanceRenderer.java49 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/
Dinpainting.cpp434 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/
Ds_aatriangle.c56 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()
Ds_aaline.c98 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/
DLevenbergMarquardtEstimator.java497 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/
DLevenbergMarquardtOptimizer.java504 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/
Dutil.cu66 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/
DEdgeShape.java181 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/
DParticleController.java84 …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/
Dgl-matrix.js3769 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/
Dit-IT_kdt_g2p.pkb40 ���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/
DOcclusionBuffer.java120 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/
Den-US_lh0_kdt_lfz3.pkb198 ��F�e�cևqy��^�Cq��� ��\�ζ\S�;�p��01!��[�K�H.[�%��
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_uyvy.miff14qy�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/
DQuaternion.java326 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/
Des-ES_zl0_kpdf_phs.pkb43 …w�Dw�Ew�Fw�Gw�Hw�Iw�Jw�Kw�Lw�Mw��w��w�x�Px��x��x�(y�py�qy��y�z�Iz��z��z…

123