/external/python/cpython2/Lib/email/ |
D | charset.py | 22 QP = 1 # Quoted-Printable variable 36 'iso-8859-1': (QP, QP, None), 37 'iso-8859-2': (QP, QP, None), 38 'iso-8859-3': (QP, QP, None), 39 'iso-8859-4': (QP, QP, None), 44 'iso-8859-9': (QP, QP, None), 45 'iso-8859-10': (QP, QP, None), 47 'iso-8859-13': (QP, QP, None), 48 'iso-8859-14': (QP, QP, None), 49 'iso-8859-15': (QP, QP, None), [all …]
|
/external/python/cpython3/Lib/email/ |
D | charset.py | 23 QP = 1 # Quoted-Printable variable 39 'iso-8859-1': (QP, QP, None), 40 'iso-8859-2': (QP, QP, None), 41 'iso-8859-3': (QP, QP, None), 42 'iso-8859-4': (QP, QP, None), 47 'iso-8859-9': (QP, QP, None), 48 'iso-8859-10': (QP, QP, None), 50 'iso-8859-13': (QP, QP, None), 51 'iso-8859-14': (QP, QP, None), 52 'iso-8859-15': (QP, QP, None), [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 174 - QP Copy Sign: xscpsgnqp 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp 184 - QP Add/Divide/Multiply/Subtract/Square-Root: 196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root: 221 - QP (Negative) Multiply-{Add/Subtract}: xsmaddqp xsmsubqp xsnmaddqp xsnmsubqp 245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}: 297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp 306 - DP/QP Compare Exponents: xscmpexpdp xscmpexpqp 327 - Convert DP -> QP: xscvdpqp 334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo [all …]
|
D | PPCInstrVSX.td | 2542 // QP Compare Ordered/Unordered 2546 // DP/QP Compare Exponents 2566 // Convert DP -> QP 2570 // Round & Convert QP -> DP (dword[1] is set to zero) 2577 // Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero) 2583 // Convert (Un)Signed DWord -> QP. 2598 // Convert (Un)Signed Word -> QP. 2665 // Insert Exponent DP/QP 2674 // Extract Exponent/Significand DP/QP 2728 // Test Data Class SP/DP/QP [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 174 - QP Copy Sign: xscpsgnqp 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp 184 - QP Add/Divide/Multiply/Subtract/Square-Root: 196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root: 221 - QP (Negative) Multiply-{Add/Subtract}: xsmaddqp xsmsubqp xsnmaddqp xsnmsubqp 245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}: 297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp 306 - DP/QP Compare Exponents: xscmpexpdp xscmpexpqp 327 - Convert DP -> QP: xscvdpqp 334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo [all …]
|
D | PPCInstrVSX.td | 1930 // QP Compare Ordered/Unordered 1934 // DP/QP Compare Exponents 1972 // Convert DP -> QP 1975 // Round & Convert QP -> DP (dword[1] is set to zero) 1979 // Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero) 1985 // Convert (Un)Signed DWord -> QP 2021 // Insert Exponent DP/QP 2030 // Extract Exponent/Significand DP/QP 2065 // Test Data Class SP/DP/QP
|
/external/python/cpython3/Doc/library/ |
D | email.charset.rst | 61 header, this attribute will be set to ``Charset.QP`` (for 63 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 108 Returns the string ``quoted-printable`` if *body_encoding* is ``QP``, 211 Optional *header_enc* and *body_enc* is either ``Charset.QP`` for
|
/external/libhevc/test/encoder/ |
D | vid_enc_cfg.txt | 41 --frame_qp 32 /* Initial QP values {32} */ 78 --cu_level_rc 1 /* CU QP Modulation 0-disable, 1-spatial qp modulation {1} */
|
/external/python/cpython2/Doc/library/ |
D | email.charset.rst | 56 header, this attribute will be set to ``Charset.QP`` (for 58 ``Charset.SHORTEST`` for the shortest of QP or BASE64 encoding. Otherwise, 103 Returns the string ``quoted-printable`` if *body_encoding* is ``QP``, 217 Optional *header_enc* and *body_enc* is either ``Charset.QP`` for
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | vsx.s | 657 # Convert DP -> QP 662 # Round & Convert QP -> DP 670 # Truncate & Convert QP -> (Un)Signed (D)Word 684 # Convert (Un)Signed DWord -> QP 721 # Insert Exponent DP/QP 747 # Extract Exponent/Significand DP/QP 775 # Test Data Class SP/DP/QP
|
/external/libhevc/encoder/ |
D | ihevce_defs.h | 441 #define LAMDA_MODIFIER(QP, Tid) \ argument 442 (0.85 * pow(2.0, (Tid * (CLIP3(((QP + 5.0) / 25.0), 1.0, 2.0) - 1.0)) / 3.0))
|
/external/llvm/test/MC/PowerPC/ |
D | vsx.s | 671 # Convert DP -> QP 676 # Round & Convert QP -> DP 684 # Truncate & Convert QP -> (Un)Signed (D)Word 698 # Convert (Un)Signed DWord -> QP 735 # Insert Exponent DP/QP 761 # Extract Exponent/Significand DP/QP 789 # Test Data Class SP/DP/QP
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov | 21 ���姜\��o�?��QP��Y,;n^�z��V�r}pFa>f�(�|�n��ǀR2��� ��O@-�p�y4��P��t�_������uc�֎#�����5N…
|
D | c7f0aaa891af06e66febbe3fa0b2c0da.00003d38.honggfuzz.cov | 31 …(�R,���P��p����`z�hO�D&��Hґ�OH�eHlBm[¿���vX�f@��븰sPkqr�;��}��)��ИyT�R�z��QP��ǟ��H@�� 63 …(�R,���P��p����`z�hO�D&��Hґ�OH�eHlBm[¿���vX�f@��븰sPkqr�;��}��)��ИyT�R�z��QP��ǟ��H@��
|
D | 05c277d7e20cd2529933e0017d4db479.00007245.honggfuzz.cov | 18 …2��JN��5v�=���r���6�q6Fers}%0�;������&�Zckv� ��w����/������_�� ��QP�%���lV��?`��z�BC…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 168ba26b8be32c65560a02a5bc850c29.00000e0e.honggfuzz.cov | 21 ���姜\��o�?��QP��Y,;n^�z��V�r}pFa>f�(�|�n��ǀR2��� ��O@-�p�y4��P��t�_������uc�֎#�����5N…
|
D | 05c277d7e20cd2529933e0017d4db479.00007245.honggfuzz.cov | 18 …2��JN��5v�=���r���6�q6Fers}%0�;������&�Zckv� ��w����/������_�� ��QP�%���lV��?`��z�BC…
|
/external/libavc/common/arm/ |
D | ih264_iquant_itrans_recon_dc_a9.s | 63 @ * QP 193 @ * QP
|
D | ih264_iquant_itrans_recon_a9.s | 62 @ * QP 249 @ * QP 440 @ * QP
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Equalize.miff | 106 ٜ��}b�Q?�7}���I�7�%�u�Y����➺�Qn�0��QP�@r��YP�@%�@%�@I˕�� ?�W�P�.�%�������������r˺x�3�W… 109 …ם@љ>ɗC˛-�r4��D��K��Q��t��m��F��\��������������j��H��w������������ű07�)�Y�QP�7.�II�@I�_�xW�gh�7b… 110 …77!Qh8��=��U��d��:��C��s��������������y��D��j�������������۬Y7�Y�Y�0%�Y%�0�Q7�@�Q7�QI�QP�rn�Q?�
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Resize.miff | 15 …9+v8*�L=�SO�_SOa:O]@AD.47,b{Fu�Ov�Wi�Qa�Ii`QjaRjbSkbTkcQmcTn`Se\OYVBNB+�@>�QP�NL�?:�GE�GK�FF�B@�>7…
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | README.md | 14 * **RDMA_QP_PKEY_INDEX**: The Pkey for the QP. If not defined by user, the default value is 0. 15 …* **RDMA_QP_QUEUE_DEPTH**: TX/RX queue size for the QP. If not defined by user, the default value … 20 …* **RDMA_TRAFFIC_CLASS**: Traffic class configuration for QP, in case of DSCP trust level QoS conf…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 609 unsigned getInverseMxN(unsigned QP); 1478 unsigned PolynomialMultiplyRecognize::getInverseMxN(unsigned QP) { in getInverseMxN() argument 1484 Q[i] = QP & 1; in getInverseMxN() 1485 QP >>= 1; in getInverseMxN()
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_cmyk.miff | 20 …J��J8��8G��GR��RL��L<��<;��;)��)#��#����+��+%��%+��+/��/$��$!��!8��8Q��QP��P*��*�������…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | territory_codes.txt | 267 QP 962 QPP
|