/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | Scaling.h | 84 VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling vectors in compute() local 85 Dr.resize(m); Dc.resize(n); in compute() 92 Dr.setZero(); Dc.setZero(); in compute() 100 if ( Dc(it.col()) < abs(it.value()) ) in compute() 101 Dc(it.col()) = abs(it.value()); in compute() 107 Dc(i) = std::sqrt(Dc(i)); in compute() 113 m_right(i) /= Dc(i); in compute() 121 it.valueRef() = it.value()/( Dr(it.row()) * Dc(it.col()) ); in compute()
|
/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 284 Given: #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 285 SkBlendMode::kDst preserves destination set to: #Formula # [Da, Dc] ##. 303 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 304 SkBlendMode::kSrcOver replaces destination with: #Formula # [Sa + Da * (1 - Sa), Sc + Dc * (1 - Sa)… 330 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 331 SkBlendMode::kDstOver replaces destination with: #Formula # [Da + Sa * (1 - Da), Dc + Sc * (1 - Da)… 378 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 379 SkBlendMode::kDstIn replaces destination with: #Formula # [Da * Sa, Dc * Sa] ##, 428 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 429 SkBlendMode::kDstOut replaces destination with: #Formula # [Da * (1 - Sa), Dc * (1 - Sa)] ##, [all …]
|
/external/skia/docs/ |
D | SkBlendMode_Reference.bmh | 284 Given: #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 285 SkBlendMode::kDst preserves destination set to: #Formula # [Da, Dc] ##. 303 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 304 SkBlendMode::kSrcOver replaces destination with: #Formula # [Sa + Da * (1 - Sa), Sc + Dc * (1 - Sa)… 330 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 331 SkBlendMode::kDstOver replaces destination with: #Formula # [Da + Sa * (1 - Da), Dc + Sc * (1 - Da)… 378 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 379 SkBlendMode::kDstIn replaces destination with: #Formula # [Da * Sa, Dc * Sa] ##, 428 #Formula # Da ## as destination Alpha, #Formula # Dc ## as destination Color component; 429 SkBlendMode::kDstOut replaces destination with: #Formula # [Da * (1 - Sa), Dc * (1 - Sa)] ##, [all …]
|
/external/ImageMagick/MagickCore/ |
D | composite.c | 388 Dc, in CompositeOverImage() local 481 Dc=(MagickRealType) q[i]; in CompositeOverImage() 496 Dca=QuantumScale*Da*Dc; in CompositeOverImage() 1296 Dc, local 1653 Dc=(MagickRealType) q[i]; 1659 q[i]=ClampToQuantum(Dc); 1668 Dca=QuantumScale*Da*Dc; 1686 pixel=Dc; 1702 pixel=gamma*(source_dissolve*Sa*Sc+canvas_dissolve*Da*Dc); 1723 pixel=Dc; [all …]
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Reference.md | 369 Given: <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> … 370 …Mode</a>::<a href='#SkBlendMode_kDst'>kDst</a> preserves destination set to: <code>[Da, Dc]</code>. 384 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 385 …ver'>kSrcOver</a> replaces destination with: <code>[Sa + Da * (1 - Sa), Sc + Dc * (1 - Sa)]</code>, 400 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 401 …stOver'>kDstOver</a> replaces destination with: <code>[Da + Sa * (1 - Da), Dc + Sc * (1 - Da)]</co… 426 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 427 …a href='#SkBlendMode_kDstIn'>kDstIn</a> replaces destination with: <code>[Da * Sa, Dc * Sa]</code>, 454 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 455 …ndMode_kDstOut'>kDstOut</a> replaces destination with: <code>[Da * (1 - Sa), Dc * (1 - Sa)]</code>, [all …]
|
/external/skia/site/user/api/ |
D | SkBlendMode_Reference.md | 369 Given: <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> … 370 …Mode</a>::<a href='#SkBlendMode_kDst'>kDst</a> preserves destination set to: <code>[Da, Dc]</code>. 384 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 385 …ver'>kSrcOver</a> replaces destination with: <code>[Sa + Da * (1 - Sa), Sc + Dc * (1 - Sa)]</code>, 400 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 401 …stOver'>kDstOver</a> replaces destination with: <code>[Da + Sa * (1 - Da), Dc + Sc * (1 - Da)]</co… 426 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 427 …a href='#SkBlendMode_kDstIn'>kDstIn</a> replaces destination with: <code>[Da * Sa, Dc * Sa]</code>, 454 <code>Da</code> as destination <a href='SkColor_Reference#Alpha'>Alpha</a>, <code>Dc</code> as dest… 455 …ndMode_kDstOut'>kDstOut</a> replaces destination with: <code>[Da * (1 - Sa), Dc * (1 - Sa)]</code>, [all …]
|
/external/libcxx/test/std/utilities/time/time.traits/time.traits.specializations/ |
D | duration.pass.cpp | 24 typedef typename std::common_type<D1, D2>::type Dc; in test() typedef 25 static_assert((std::is_same<Dc, De>::value), ""); in test()
|
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/ |
D | CMakeLists.txt | 90 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares 111 -Dc-ares_DIR:PATH=${CMAKE_CURRENT_BINARY_DIR}/c-ares/lib/cmake/c-ares
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | fc68e979859bdafd76ead71c42e39334.0000284b.honggfuzz.cov | 17 (L�O?h&��zHC?�RQX*�"f졛&5�A�ͦ���)���-�(>�U�����&TpXDc�vg�˿P �+`҄�1��o*��i��7c��{�33F4!@�O�…
|
D | 9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov | 28 �,M���hћ ӯ��x*Ƕ۶�ޗ�6>�Dc�$-ѿ4��|������D����)G��d=�f>�pf�x+1YV�����0i�#N��r�L�{ ��…
|
D | e4642610294b8d4d589d09a6c3dbcb04.00007127.honggfuzz.cov | 46 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��… 74 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��…
|
D | ea3c48a5b0b88c375c8c2aa32fb1d16c.0000a43d.honggfuzz.cov | 34 …i���� �.�o��݂������B��a��ł���pm��L��o�TlM�=�]�W��^�hZ]+5�`���T�la��w2)Dc�ZsR�X�1�]�P����E�M… 43 …i���� �.�o��݂������B��a��ł���pm��L��o�TlM�=�]�W��^�hZ]+5�`���T�la��w2)Dc�ZsR�X�1�]�P����E�M… 124 …g������8���6�Ic��P�R�?�iyG�*�q���}�1K������e��[=����i�B�I���3�����N%�v����Dc��'2�G
|
D | 81f75c6f07ad8af162190bf991c8b82f.0000b0d6.honggfuzz.cov | 37 …هuQx�w� qN���MQ�6�2�I��N[��<��t-GKS����gDӁ.��������"c�%�G��~b�P��㟥�B��Dc^���� ۩�4b�K�B��~…
|
D | 8771c048abb0a7328a82907c15b554a3.00006109.honggfuzz.cov | 138 h(�'�d��vSU� m��.Dc�jx�b�|,}�7����n�?1�H�i6Q��{��r��p��!�b�g���dm�ѧ$JW}�F���f�)gebY!z�k… 153 …�&�zC)�ʸܧ �{�ŗT.a#FB�X�����7#(�T�ŋ4��*�d�]���35��*�O&73ȥ�_{J9wU�՟N*��Dc�J�֪W�bex#��������…
|
D | c79c34fc24753a4b08f3592fb7a5cc7a.00003577.honggfuzz.cov | 56 …4�"��3���Ni�m�V��5�!�&㣂f$L���̺�ˍ���� 4s�"o��XU�.���?��Z�u����o?�Dc�j����k�{;�S��*��ʳ��
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 9a231b2e82fa64ea6af445275e71023b.0000115d.honggfuzz.cov | 28 �,M���hћ ӯ��x*Ƕ۶�ޗ�6>�Dc�$-ѿ4��|������D����)G��d=�f>�pf�x+1YV�����0i�#N��r�L�{ ��…
|
D | 207a66d05fdca01404011fa85eb6da22.00009d8a.honggfuzz.cov | 8 �BPUT/z��A�u��&�\ sS*/*�z�Қ��W+�@�M�5��|�F0�a��\�4�Yb����F�Dc�抃�^��D��8��1��рX�O�� 88 � �B��zP9��!�aS4Ļ�k��ǖe��N/�V8*��ȯZ�}�Dc�s��W�����K�S��e;�c�פ��`�� b�B���cT�d/Y��Ŀ��Y����MqO… 151 � �B��zP9��!�aS4Ļ�k�VERSION-CONTROL�ȯZ�}�Dc�s��W�����K�S��e;�c�פ��`�� b�B���cT�d/Y��Ŀ��Y����Mq…
|
D | a307870e896cdda1b326deca0994db1a.00005227.honggfuzz.cov | 46 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��… 74 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��…
|
D | e4642610294b8d4d589d09a6c3dbcb04.00007127.honggfuzz.cov | 46 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��… 74 3*D�{Y8���r�Dc1 �2p��>t�Kw��rS^:{�r��sOU'mё�?�e�e��.T�+��5�Թ#kf!BK��O��ʠ��Q��C�!�s�b�5��…
|
D | ea3c48a5b0b88c375c8c2aa32fb1d16c.0000a43d.honggfuzz.cov | 34 …i���� �.�o��݂������B��a��ł���pm��L��o�TlM�=�]�W��^�hZ]+5�`���T�la��w2)Dc�ZsR�X�1�]�P����E�M… 43 …i���� �.�o��݂������B��a��ł���pm��L��o�TlM�=�]�W��^�hZ]+5�`���T�la��w2)Dc�ZsR�X�1�]�P����E�M… 124 …g������8���6�Ic��P�R�?�iyG�*�q���}�1K������e��[=����i�B�I���3�����N%�v����Dc��'2�G
|
D | 81f75c6f07ad8af162190bf991c8b82f.0000b0d6.honggfuzz.cov | 37 …هuQx�w� qN���MQ�6�2�I��N[��<��t-GKS����gDӁ.��������"c�%�G��~b�P��㟥�B��Dc^���� ۩�4b�K�B��~…
|
D | 8771c048abb0a7328a82907c15b554a3.00006109.honggfuzz.cov | 138 h(�'�d��vSU� m��.Dc�jx�b�|,}�7����n�?1�H�i6Q��{��r��p��!�b�g���dm�ѧ$JW}�F���f�)gebY!z�k… 153 …�&�zC)�ʸܧ �{�ŗT.a#FB�X�����7#(�T�ŋ4��*�d�]���35��*�O&73ȥ�_{J9wU�՟N*��Dc�J�֪W�bex#��������…
|
D | 3d7dc36dda00e77097e3d518a21e7a5c.0000b3c5.honggfuzz.cov | 7 …v@H�0�JP��u�������[���_j} lUx�b�Ig'.e�vY��Dr�bj�t����0��z�H;��e|vDc\ GvpRlv.�*,��}E"�!…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Wave.miff | 15 …(�2(�7!�8#�6)�>5�OJ�C?�:'�8*�<-�@.�;*�</�;+�OC�pq�}��{��i{�@a�AKMa=q�[r�Ve�Dc�Dp�Qg�Fj�On�Qv�Sd�Mh…
|
/external/ImageMagick/PerlMagick/t/reference/jpeg/ |
D | write_plane_interlaced.miff | 17 …3u:2u9/s7,r4)q3&a3$vB5�QI�ZT�_Ug^OIVB3M47@/=K4<K44<-43.68+FW5k�Vx�^d�JV}>]�Dc�L_�KjcSjcSjcSjcSkdTk…
|