/external/llvm/test/CodeGen/PowerPC/ |
D | 2009-11-25-ImpDefBug.ll | 45 %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1] 51 %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2009-11-25-ImpDefBug.ll | 45 %fz.3 = phi i32 [ %fz.2, %bb32 ], [ 2147483647, %bb34 ], [ %fz.2, %bb33 ] ; <i32> [#uses=1] 51 %fz.2 = phi i32 [ undef, %bb17 ], [ %fz.3, %bb38 ] ; <i32> [#uses=2]
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-12-SpillerUnfold1.ll | 3 define fastcc void @fht(float* %fz, i16 signext %n) { 9 %gi.1 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2] 12 %tmp251 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1] 14 %tmp258 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=2] 21 %tmp281 = getelementptr float, float* %fz, i32 0 ; <float*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2007-10-12-SpillerUnfold1.ll | 3 define fastcc void @fht(float* %fz, i16 signext %n) { 9 %gi.1 = getelementptr float* %fz, i32 0 ; <float*> [#uses=2] 12 %tmp251 = getelementptr float* %fz, i32 0 ; <float*> [#uses=1] 14 %tmp258 = getelementptr float* %fz, i32 0 ; <float*> [#uses=2] 21 %tmp281 = getelementptr float* %fz, i32 0 ; <float*> [#uses=1]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 83 float fz = v1[2] - v2[2]; in do_offset_tri() local 86 float a = ey*fz - ez*fy; in do_offset_tri() 87 float b = ez*fx - ex*fz; in do_offset_tri()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 111 GLfloat u[3], two_nu, fx, fy, fz; in build_m3() local 117 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m3() 118 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m3() 139 GLfloat u[3], two_nu, fx, fy, fz; in build_m2() local 146 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m2() 147 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m2()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-2.ll | 3 define void @fht(float* nocapture %fz, i16 signext %n) nounwind { 29 %fi.1 = getelementptr float, float* %fz, i32 undef ; <float*> [#uses=2] 31 %scevgep81 = getelementptr float, float* %fz, i32 %tmp80 ; <float*> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | cross-rc-coalescing-2.ll | 3 define void @fht(float* nocapture %fz, i16 signext %n) nounwind { 29 %fi.1 = getelementptr float* %fz, i32 undef ; <float*> [#uses=2] 31 %scevgep81 = getelementptr float* %fz, i32 %tmp80 ; <float*> [#uses=1]
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 454 cmsFloat32Number fx, fy, fz, in TrilinearInterpFloat() local 469 z0 = (int) _cmsQuickFloor(pz); fz = pz - (cmsFloat32Number) z0; in TrilinearInterpFloat() 501 dxyz = LERP(fz, dxy0, dxy1); in TrilinearInterpFloat() 523 cmsS15Fixed16Number fx, fy, fz; in TrilinearInterp16() local 543 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); in TrilinearInterp16() 544 z0 = FIXED_TO_INT(fz); in TrilinearInterp16() 545 rz = FIXED_REST_TO_INT(fz); in TrilinearInterp16() 698 cmsS15Fixed16Number fx, fy, fz; in TetrahedralInterp16() local 707 fz = _cmsToFixedDomain((int) Input[2] * p -> Domain[2]); in TetrahedralInterp16() 711 z0 = FIXED_TO_INT(fz); in TetrahedralInterp16() [all …]
|
D | cmspcs.c | 136 cmsFloat64Number fx, fy, fz; in cmsXYZ2Lab() local 143 fz = f(xyz->Z / WhitePoint->Z); in cmsXYZ2Lab() 147 Lab->b = 200.0*(fy - fz); in cmsXYZ2Lab()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 233 GLfloat fz = z[1] - z[2]; in TAG() local 234 GLfloat a = ey*fz - ez*fy; in TAG() 235 GLfloat b = ez*fx - ex*fz; in TAG() 465 GLfloat fz = z[3] - z[1]; in TAG() local 466 GLfloat a = ey*fz - ez*fy; in TAG() 467 GLfloat b = ez*fx - ex*fz; in TAG()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 143 const GLfloat fz = z[1] - z[2]; in TAG() local 145 const GLfloat dzdx = FABSF((ey * fz - ez * fy) * oneOverArea); in TAG() 146 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea); in TAG()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 183 void mergeFinalData(const FinalZone& fz); 1362 void ZoneInfo::mergeFinalData(const FinalZone& fz) { in mergeFinalData() argument 1363 int32_t year = fz.year; in mergeFinalData() 1384 finalYear = fz.year; in mergeFinalData() 1385 finalOffset = fz.offset; in mergeFinalData() 1386 finalRuleID = fz.ruleid; in mergeFinalData() 1393 void mergeOne(const string& zoneid, const FinalZone& fz) { in mergeOne() argument 1397 ZONEINFO[zoneid].mergeFinalData(fz); in mergeOne() 1407 const FinalZone& fz = p.second; in mergeFinalZone() local 1409 mergeOne(id, fz); in mergeFinalZone()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-enum-class.cpp | 101 void fz() { Z z; } in fz() function
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Sharpen.miff | 46 …�:%d?!a/#^."u9.�A=�D@|aUY�{ZӚt͜f��R�d`�oFlS0!"!((*,*1+ PQD��ux�fz�h{�cz�m���v�uFL;-))5… 49 …\�KJ�hl�GE�E<�>9�,E�6H�D?�+!�20�+5�,-�)�9%����{��5a�/m�3@^-v�a}�hq�^s�\z�fz�fw�P��h���a�n]?4_L?_… 57 …Wg]J?A12;58=66>4:@5:B;>E@=?<=E?<?<8<8)20!(# #%$/I+2I,-@$3F2#m[l^y�fz{gxg{i}xlwxfly\����…
|
D | SigmoidalContrast.miff | 43 …#�2"t5!t/$p0%z7+�?5�F=�_Oy�nz�����t�{`�b_�`HaH+4'"&#""!#$#&%!PV@}�fz�f}�l~�l|�q}�zl�hDO;.…
|
D | Wave.miff | 43 …3�JC�MBnM<p\E�gS�KT�*I�6M�0H�4M�=T�?^�Ek�Lu�Tx�Vs�cq�p{��fzW�����wr�c��k|�fz�\u�VXx>\tC���h_Pf]M[…
|
D | Implode.miff | 43 ….�@5�8/�83�6'�8*�IC�82�20�/0�6/�4(�F<�gc����|��dz�Mk�>^�@RtQ<ZsDs�]��j~�j{�fz�c|�e}�g|�a��g��w��n…
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVector.h | 1343 static PVRTMat3 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) in Scale() 1347 0,0,fz); in Scale() 1810 static PVRTMat4 Scale(const VERTTYPE fx,const VERTTYPE fy,const VERTTYPE fz) in Scale() 1814 0,0,fz,0, in Scale()
|
/external/swiftshader/src/Renderer/ |
D | Surface.cpp | 1028 float fz = z - z0; in sample() local 1030 c000 *= (1 - fx) * (1 - fy) * (1 - fz); in sample() 1031 c100 *= fx * (1 - fy) * (1 - fz); in sample() 1032 c010 *= (1 - fx) * fy * (1 - fz); in sample() 1033 c110 *= fx * fy * (1 - fz); in sample() 1034 c001 *= (1 - fx) * (1 - fy) * fz; in sample() 1035 c101 *= fx * (1 - fy) * fz; in sample() 1036 c011 *= (1 - fx) * fy * fz; in sample() 1037 c111 *= fx * fy * fz; in sample()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | SigmoidalContrast.miff | 15 …#�3"t6!t0$q1%z8,�?6�G=�_Oy�nz�����t�{`�c_�`IbI,5("&#""!#$ #' %!QV@~�fz�f~�l�l}�r~�zl�iDO</…
|
D | OilPaint.miff | 15 …A�:A�1'�1'�/7�;4�;4�;4�;4�;4�;4�8&�9&�9&�9&�9&�;%�;%�;%�;%�9&�;%�82�Ad�Ad|�fz�dz�dz�dz�d��h��h����…
|
D | Sharpen.miff | 20 …`�PO�im�KH�G=�=9�+E�6J�EA�,#�./�%1�##�#�A(�������5m�!k�%8Z%e�_y�ls�ct�^z�fz�dx�N��f��~Wm]dR?cQBa…
|
D | Wave.miff | 15 ….}4+�NK�YTpQ=dbE�kR�NU�7E�EO�5E�;H�BO�CX�Da�Kn�Or�Ww�rw�nt�cy��rv�`}�]~�m|�fz�dy�]n�O[�Cc{Gf�Fi`Qi…
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_msb_08bit.mat | 7 …����~|{wx}�}J5FAPs���~~��~zrmoqshN$I����į�bC�a #%)B[mtz��`fz�}�|{|]3EQLD@��~}�{…
|