Home
last modified time | relevance | path

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

12

/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.min.js7qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.li…
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 ]…
/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/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/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/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.[�%��
Den-US_kdt_posd.pkb190 ���,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/
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…
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace3669 Nqy!�����
3890 Sqy%������
4181 qy*������
6529 _ qy]�����
7376 �Lqy|���S��
7632 qy���s��
7811 �Y qy���Մ��
8215 qy�������
9489 8Uqy�������
11305 �jqy ����
[all …]
/external/v8/test/webkit/fast/regex/
Dparentheses-expected.txt36 PASS regexp8.exec('bcaddxqy') is ['qy','q','q','y']
/external/opencv/cv/src/
Dcvcalibration.cpp2643 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/
Dvoice.rtpdump15 …��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/
Dcalibration.cpp2665 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/
Den-GB_kdt_g2p.pkb421 …��3|�AM�5�37����y- C�\p�����2-���)lI[1`�<Y��c����s^ �����AL�F�qy@ř�L���x�<��&\=�AlJ9…
/external/hyphenation-patterns/es/
Dhyph-es.pat.txt294 2qy

12