/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.min.js | 7 …qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.li…
|
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 ]…
|
/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/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/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/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.[�%��
|
D | en-US_kdt_posd.pkb | 190 ���,2h�dZq�`��,(�i<Zc�,�$-qy�̫_�I�U'H1%Ziى��KU'K.�A�W#�
|
/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…
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 3669 Nqy!�� 3890 Sqy%��� 4181 qy*��� 6529 _qy]�� 7376 �Lqy|�S� 7632 qy�s� 7811 �Yqy�Մ� 8215 qy���� 9489 8Uqy���� 11305 �jqy�� [all …]
|
/external/v8/test/webkit/fast/regex/ |
D | parentheses-expected.txt | 36 PASS regexp8.exec('bcaddxqy') is ['qy','q','q','y']
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 2643 double qx = q[0][1]*y + q[0][3], qy = q[1][1]*y + q[1][3]; in cvReprojectImageTo3D() local 2656 for( x = 0; x < cols; x++, qx += q[0][0], qy += q[1][0], qz += q[2][0], qw += q[3][0] ) in cvReprojectImageTo3D() 2661 double Y = (qy + q[1][2]*d)*iW; in cvReprojectImageTo3D()
|
/external/webrtc/talk/media/testdata/ |
D | voice.rtpdump | 15 …�9��4���pj���zn������������oi{������zns��}�{ypw~��vpnw�yofo��vgkr��xpgj|��qy������}�����������}�… 86 …��ynny��tx���voz����mt���{p����wtyz��{z||y{yxry���{wspz��{uu���~{y�z{~���}qy����y�������������…
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2665 double qx = q[0][1]*y + q[0][3], qy = q[1][1]*y + q[1][3]; in reprojectImageTo3D() local 2692 for( x = 0; x < cols; x++, qx += q[0][0], qy += q[1][0], qz += q[2][0], qw += q[3][0] ) in reprojectImageTo3D() 2697 double Y = (qy + q[1][2]*d)*iW; in reprojectImageTo3D()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_g2p.pkb | 421 …��3|�AM�5�37����y-C�\p���2-��)lI[1`�<Y��c����s^ �����AL�F�qy@ř�L���x�<��&\=�AlJ9…
|
/external/hyphenation-patterns/es/ |
D | hyph-es.pat.txt | 294 2qy
|