/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/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/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/lmfit/man/ |
D | lmfit.pod | 39 <a href="http://apps.jcns.fz-juelich.de/man/lmcurve.html"><b>lmcurve</b>(3)</a>, 40 <a href="http://apps.jcns.fz-juelich.de/man/lmmin.html"><b>lmmin</b>(3)</a> 51 Homepage: http://apps.jcns.fz-juelich.de/lmfit 55 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
|
D | lmcurve.pod | 166 <a href="http://apps.jcns.fz-juelich.de/man/lmmin.html"><b>lmmin</b>(3)</a> 177 Homepage: http://apps.jcns.fz-juelich.de/lmfit 181 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
|
D | lmmin.pod | 289 <a href="http://apps.jcns.fz-juelich.de/man/lmcurve.html"><b>lmcurve</b>(3)</a> 300 Homepage: http://apps.jcns.fz-juelich.de/lmfit 304 Please send bug reports and suggestions to the author <j.wuttke@fz-juelich.de>.
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 109 GLfloat u[3], two_nu, fx, fy, fz; in build_m3() local 115 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m3() 116 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m3() 137 GLfloat u[3], two_nu, fx, fy, fz; in build_m2() local 144 fz = f[i][2] = u[2] - norm[2] * two_nu; in build_m2() 145 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F); in build_m2()
|
/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/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/lmfit/ |
D | configure.ac | 14 # http://apps.jcns.fz-juelich.de/lmfit 16 AC_INIT([lmfit], [6:1], [http://apps.jcns.fz-juelich.de/lmfit])
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_offset.c | 84 float fz = v1[2] - v2[2]; in do_offset_tri() local 87 float a = ey*fz - ez*fy; in do_offset_tri() 88 float b = ez*fx - ex*fz; in do_offset_tri()
|
/external/pdfium/third_party/lcms/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 | 145 cmsFloat64Number fx, fy, fz; in cmsXYZ2Lab() local 152 fz = f(xyz->Z / WhitePoint->Z); in cmsXYZ2Lab() 156 Lab->b = 200.0*(fy - fz); in cmsXYZ2Lab()
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/ |
D | custom_grad_test.py | 86 fz = cg.custom_gradient(f(z), g(z), z, axis=0) 87 gz = gradients_impl.gradients(fz, variables.trainable_variables()) 88 [z_, fz_, gx_, gy_] = sess.run([z, fz, gz[0], gz[1]])
|
/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); 1358 void ZoneInfo::mergeFinalData(const FinalZone& fz) { in mergeFinalData() argument 1359 int32_t year = fz.year; in mergeFinalData() 1380 finalYear = fz.year; in mergeFinalData() 1381 finalOffset = fz.offset; in mergeFinalData() 1382 finalRuleID = fz.ruleid; in mergeFinalData() 1389 void mergeOne(const string& zoneid, const FinalZone& fz) { in mergeOne() argument 1393 ZONEINFO[zoneid].mergeFinalData(fz); in mergeOne() 1403 const FinalZone& fz = p.second; in mergeFinalZone() local 1405 mergeOne(id, fz); in mergeFinalZone()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-enum-class.cpp | 101 void fz() { Z z; } in fz() function
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | c65fbaa9f4ee504b0e3c350852c46f99.0000099f.honggfuzz.cov | 29 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…
|
D | a21709d07b594a21c3f44b5b90f4e7dd.0000ba5b.honggfuzz.cov | 20 ���r��E�wQ�4�Sg��F���zB<I-N7�����fz�U���S� �Q��*l��:�4PaF��DV�M.�*�2�_�w���L!�^Fi��… 51 ���r��E�wQ�4�Sg��F���zB<I-N7�����fz�U���S� �Q��*l��:�4PaF��DV�M.�*�2�_�w���L!�^Fi��…
|
D | f09f6be0f86977a29d01edf34b38f12b.000080eb.honggfuzz.cov | 18 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��… 36 …��2M�rnC��xO+�ب('�k7�z,���E���NS�ٛD�Y�1�<��] ��%l����R \�-Uꡠ�k^fz�$�b��lCՀ���x� v��…
|
/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\����…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | a21709d07b594a21c3f44b5b90f4e7dd.0000ba5b.honggfuzz.cov | 20 ���r��E�wQ�4�Sg��F���zB<I-N7�����fz�U���S� �Q��*l��:�4PaF��DV�M.�*�2�_�w���L!�^Fi��… 51 ���r��E�wQ�4�Sg��F���zB<I-N7�����fz�U���S� �Q��*l��:�4PaF��DV�M.�*�2�_�w���L!�^Fi��…
|
/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()
|