Home
last modified time | relevance | path

Searched refs:uy (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
64 tx = ux * m0 + uy * m1 + uz * m2; in TAG()
65 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
66 tz = ux * m8 + uy * m9 + uz * m10; in TAG()
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
93 tx = ux * m0 + uy * m1 + uz * m2; in TAG()
94 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
95 tz = ux * m8 + uy * m9 + uz * m10; in TAG()
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
132 ty = uy * m5 ; in TAG()
[all …]
/external/chromium-trace/catapult/tracing/third_party/mannwhitneyu/
Dmannwhitneyu.js123 i = 0, t = 0, nt = 1, tcf, ux, uy;
141 uy = nx*ny - ux;
146 uy: uy,
147 big: Math.max(ux, uy),
148 small: Math.min(ux, uy)
179 z = (u.uy - mu) / std;
/external/pdfium/third_party/base/numerics/
Dsafe_math_impl.h122 UnsignedDst uy = static_cast<UnsignedDst>(y);
123 UnsignedDst uresult = ux + uy;
127 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
145 UnsignedDst uy = static_cast<UnsignedDst>(y);
146 UnsignedDst uresult = ux - uy;
150 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
/external/mesa3d/src/mesa/sparc/
Dnorm.S51 ld [%o5 + 0x04], %f1 ! uy = from[1]
116 ld [%o5 + 0x04], %f1 ! uy = from[1]
190 ld [%o5 + 0x04], %f1 ! uy = from[1]
237 ld [%o5 + 0x04], %f1 ! uy = from[1]
296 ld [%o5 + 0x04], %f1 ! uy = from[1]
353 ld [%o5 + 0x04], %f1 ! uy = from[1]
403 ld [%o5 + 0x04], %f1 ! uy = from[1]
445 ld [%o5 + 0x04], %f1 ! uy = from[1]
502 ld [%o5 + 0x04], %f5 ! uy = from[1]
538 ld [%o5 + 0x04], %f5 ! uy = from[1]
[all …]
/external/v8/src/base/
Dsafe_math_impl.h150 UnsignedDst uy = static_cast<UnsignedDst>(y);
151 UnsignedDst uresult = ux + uy;
155 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
173 UnsignedDst uy = static_cast<UnsignedDst>(y);
174 UnsignedDst uresult = ux - uy;
178 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
/external/libchrome/base/numerics/
Dsafe_math_impl.h141 UnsignedDst uy = static_cast<UnsignedDst>(y);
142 UnsignedDst uresult = ux + uy;
146 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
164 UnsignedDst uy = static_cast<UnsignedDst>(y);
165 UnsignedDst uresult = ux - uy;
169 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
/external/libweave/third_party/chromium/base/numerics/
Dsafe_math_impl.h140 UnsignedDst uy = static_cast<UnsignedDst>(y);
141 UnsignedDst uresult = ux + uy;
145 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy))))
163 UnsignedDst uy = static_cast<UnsignedDst>(y);
164 UnsignedDst uresult = ux - uy;
168 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
/external/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt22 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
Dpl_pl_FONIPA.txt13 $vowel = [ aąeęioóuy ];
/external/ImageMagick/PerlMagick/t/reference/composite/
DPlus.miff15 …}ɂyĀy�v�~u�~u�|r�~w�~w�|v�}v�~w�~x��v��{ɸ����pyox~uw~tx}qw|svztvztv{uuxsu|uy�{z�z���������������…
DAdd.miff59 …}ɂyĀy�v�~u�~u�|r�~w�~w�|v�}v�~w�~x��v��{ɸ����pyox~uw~tx}qw|svztvztv{uuxsu|uy�{z�z���������������…
DDifference.miff19 …���������������������������������vu{utzppvmotjothmrimtintgoviqzjs}kt{kt{rv~uyuzrw~lr~eq~_m|^nycr…
/external/icu/icu4c/source/data/locales/
Dtwq.txt164uy",
Ddje.txt165uy",
Dses.txt158uy",
Dkhq.txt158uy",
Dlu.txt178 "Mùuyà",
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1661 GLfloat uy = dudy * scaling; in sample_2d_ewa() local
1668 GLfloat B = -2*(ux*vx+uy*vy); in sample_2d_ewa()
1669 GLfloat C = ux*ux+uy*uy+1; in sample_2d_ewa()
1782 GLfloat uy = dudy * scaling; in sample_2d_footprint() local
1786 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ in sample_2d_footprint()
1804 ds = uy / ((GLfloat) img->Width2); in sample_2d_footprint()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1650 float uy = dudy * scaling; in img_filter_2d_ewa() local
1657 float B = -2*(ux*vx+uy*vy); in img_filter_2d_ewa()
1658 float C = ux*ux+uy*uy+1; in img_filter_2d_ewa()
/external/ImageMagick/PerlMagick/t/reference/filter/
DWave.miff15 …�<h�?q�I{�Rz�Uq�Yi�ow��pHZ8������h�]��n��l|�\��cYv@WoAcZKUL>;<1;>2\^jol�ur�uy�x|�}w�k_hf\r|w��~�qn…
DSwirl.miff15 …�8#�?;�F_�Ba�BE44275*X^8��fx�aa�Dd�Dk�Nh�I`�G[~EYqC[sDDB6JE<\M>`S?cZNmerxu�uy�jp�go�vwϕ�ҩ�ij������j…
DBlur.miff15 …7.�7.�6.�5.�4-�5-�6.�8/�:1�=4�?6�@7�@6�@5�@6�A8�C<�GC�LM�QX�Vb�[j�^n�cq�is�uy·�̟�Һ����������������…
/external/webrtc/talk/media/testdata/
Dvoice.rtpdump16 …��uqtv~~sq{���sopy}vy}}~�}�������|y���|w��}~zy{s����������z������|vy�|uy�}������ ��9��4�j��p…
18 …{yux{��~wyyzz{��ywvvy�}vx������ ��9��4�J��pj}��������������{���{||���y}���{uy����������{z��|����{…
86 …�wqx|���~toz��{y}zsw���x~�}v����z����s~����������~{{���������Ӏ�:��5v���pj�uy���}pqx���}���toy��ws…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DConvolve.miff43 …6%�8)�7,�7-�6-�3/�11�0.�4*�;-�D<�GE�FB�>3�;+�;*�=-�>1�G<�YT�dg�do�ep�kq�mu�uy�yi~�iĺ��������������…
/external/icu/icu4c/source/data/lang/
Daz.txt473 ug{"uyğur"}

12