/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_norm_tmp.h | 63 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 131 tx = ux * m0 ; in TAG() [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_norm_tmp.h | 63 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 131 tx = ux * m0 ; in TAG() [all …]
|
/external/qemu/util/ |
D | oslib-win32.c | 212 unsigned ux = (unsigned)x; in ffs() local 213 while (ux) { in ffs() 214 if (ux & 1) in ffs() 216 ux >>= 1; in ffs()
|
/external/pixman/pixman/ |
D | pixman-bits-image.c | 153 pixman_fixed_t ux_top, ux_bottom, ux; in bits_image_fetch_bilinear_no_repeat_8888() local 174 ux = ux_top = ux_bottom = bits->common.transform->matrix[0][0]; in bits_image_fetch_bilinear_no_repeat_8888() 204 ux_top = ux; in bits_image_fetch_bilinear_no_repeat_8888() 217 ux_bottom = ux; in bits_image_fetch_bilinear_no_repeat_8888() 271 x += ux; in bits_image_fetch_bilinear_no_repeat_8888() 291 x += ux; in bits_image_fetch_bilinear_no_repeat_8888() 318 x += ux; in bits_image_fetch_bilinear_no_repeat_8888() 342 x += ux; in bits_image_fetch_bilinear_no_repeat_8888() 572 pixman_fixed_t ux, uy; in bits_image_fetch_affine_no_alpha() local 586 ux = image->common.transform->matrix[0][0]; in bits_image_fetch_affine_no_alpha() [all …]
|
D | pixman-arm-common.h | 338 pixman_fixed_t ux, \ 387 pixman_fixed_t ux, \
|
D | pixman-android.c | 172 pixman_fixed_t x, pixman_fixed_t ux, int width);
|
D | pixman-mips-dspr2.h | 399 pixman_fixed_t ux, \
|
/external/chromium_org/base/numerics/ |
D | safe_math_impl.h | 119 UnsignedDst ux = static_cast<UnsignedDst>(x); 121 UnsignedDst uresult = ux + uy; 125 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 142 UnsignedDst ux = static_cast<UnsignedDst>(x); 144 UnsignedDst uresult = ux - uy; 148 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/external/chromium_org/v8/src/base/ |
D | safe_math_impl.h | 149 UnsignedDst ux = static_cast<UnsignedDst>(x); 151 UnsignedDst uresult = ux + uy; 155 if (HasSignBit(BinaryComplement((uresult ^ ux) & (uresult ^ uy)))) 172 UnsignedDst ux = static_cast<UnsignedDst>(x); 174 UnsignedDst uresult = ux - uy; 178 if (HasSignBit(BinaryComplement((uresult ^ ux) & (ux ^ uy))))
|
/external/mesa3d/src/mesa/sparc/ |
D | norm.S | 50 ld [%o5 + 0x00], %f0 ! ux = from[0] 115 ld [%o5 + 0x00], %f0 ! ux = from[0] 189 ld [%o5 + 0x00], %f0 ! ux = from[0] 236 ld [%o5 + 0x00], %f0 ! ux = from[0] 295 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 352 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 402 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 444 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 501 ld [%o5 + 0x00], %f3 ! ux = from[0] 537 ld [%o5 + 0x00], %f3 ! ux = from[0] [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | norm.S | 50 ld [%o5 + 0x00], %f0 ! ux = from[0] 115 ld [%o5 + 0x00], %f0 ! ux = from[0] 189 ld [%o5 + 0x00], %f0 ! ux = from[0] 236 ld [%o5 + 0x00], %f0 ! ux = from[0] 295 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 352 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 402 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 444 1: ld [%o5 + 0x00], %f0 ! ux = from[0] 501 ld [%o5 + 0x00], %f3 ! ux = from[0] 537 ld [%o5 + 0x00], %f3 ! ux = from[0] [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | CheckedInt.h | 373 typename UnsignedType<T>::Type ux = x; 375 typename UnsignedType<T>::Type result = ux + uy; 388 typename UnsignedType<T>::Type ux = x; 390 typename UnsignedType<T>::Type result = ux - uy;
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
D | ruler_track.js | 121 var ux = dx / len; 124 var ay = -ux * arrowWidth;
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 636 int32_t ux = 0; in buildStateTable() local 647 ux = ix; in buildStateTable() 668 ux = fDStates->size()-1; in buildStateTable() 672 T->fDtran->setElementAt(ux, a); in buildStateTable()
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbitblb.cpp | 636 int32_t ux = 0; in buildStateTable() local 647 ux = ix; in buildStateTable() 668 ux = fDStates->size()-1; in buildStateTable() 672 T->fDtran->setElementAt(ux, a); in buildStateTable()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedPublish.eclipse.properties | 72 0,hp-ux,motif,x86,UNKNOWN,\
|
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
D | voice.rtpdump | 9 …���w������������ji~���wpn������qmx���w{��~qhg]sw}sqjlmjwet���zr����������|ux~��u����pkv����|�����… 16 …��}z���yolq����su�����~�zyx}��|uv{v{��{wz��|qot��������������������������{ux���{qvvkgmtvuvmt��|… 72 …�����~�����{}����|����rut����J�:c�5RJ��pj�xojryz{~����vvmo~���~��|ux|����tqu���~yy��~tu{�… 86 …xpq�����}vos~�{qp{���olqsv����}��zx���:��5w*��pj�����|���������~zz���ux}~zx��}|��xku���zvyy… 92 …�~u}��~y|~�~�~yw���w{y���~z|���~���yvy~��|x��}{���zw���y|���~z�����z����|ux��y}yw�� ��:Ϩ5�ʎ… 93 ��pj�~����{~���ux����{|~�~�yvwwwz�~vtqx|toy��xwsz���snu��|vr}���}|~����������}|�����{{x�����~��…
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texfilter.c | 1659 GLfloat ux = dudx * 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() 1780 GLfloat ux = dudx * scaling; in sample_2d_footprint() local 1785 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ in sample_2d_footprint() 1799 ds = ux / ((GLfloat) img->Width2); in sample_2d_footprint()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 1659 GLfloat ux = dudx * 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() 1780 GLfloat ux = dudx * scaling; in sample_2d_footprint() local 1785 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */ in sample_2d_footprint() 1799 ds = ux / ((GLfloat) img->Width2); in sample_2d_footprint()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_posp.pkb | 167 �0 ��nUX!���2C��B�dI��BP�8k۠��ʣ�V� dP_8b�]ux@܆��k�K���,�������b����B������� …
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 44 " mediump vec4 txl,ux,vx;"
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1648 float ux = dudx * 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/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1648 float ux = dudx * 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/chromium_org/third_party/re2/doc/ |
D | syntax.txt | 126 \ux uppercase «x» NOT SUPPORTED
|
/external/regex-re2/doc/ |
D | syntax.txt | 126 \ux uppercase «x» NOT SUPPORTED
|