| /third_party/python/Lib/test/decimaltestdata/ |
| D | dqCompareTotal.decTest | 1 ------------------------------------------------------------------------ 2 -- dqCompareTotal.decTest -- decQuad comparison using total ordering -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | ddCompareTotal.decTest | 1 ------------------------------------------------------------------------ 2 -- ddCompareTotal.decTest -- decDouble comparison using total ordering-- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | comparetotmag.decTest | 1 ------------------------------------------------------------------------ 2 -- comparetotmag.decTest -- decimal comparison, abs. total ordering -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | dqCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 2 -- dqCompareTotalMag.decTest -- decQuad comparison; abs. total order -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | ddCompareTotalMag.decTest | 1 ------------------------------------------------------------------------ 2 -- ddCompareTotalMag.decTest -- decDouble comparison; abs. total order-- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | comparetotal.decTest | 1 ------------------------------------------------------------------------ 2 -- comparetotal.decTest -- decimal comparison using total ordering -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | ddCompareSig.decTest | 1 ------------------------------------------------------------------------ 2 -- ddCompareSig.decTest -- decDouble comparison; all NaNs signal -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | dqCompareSig.decTest | 1 ------------------------------------------------------------------------ 2 -- dqCompareSig.decTest -- decQuad comparison; all NaNs signal -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | dqCompare.decTest | 1 ------------------------------------------------------------------------ 2 -- dqCompare.decTest -- decQuad comparison that allows quiet NaNs -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | compare.decTest | 1 ------------------------------------------------------------------------ 2 -- compare.decTest -- decimal comparison that allows quiet NaNs -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | ddCompare.decTest | 1 ------------------------------------------------------------------------ 2 -- ddCompare.decTest -- decDouble comparison that allows quiet NaNs -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | fma.decTest | 1 ------------------------------------------------------------------------ 2 -- fma.decTest -- decimal fused multiply add -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | quantize.decTest | 1 ------------------------------------------------------------------------ 2 -- quantize.decTest -- decimal quantize operation -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | ddQuantize.decTest | 1 ------------------------------------------------------------------------ 2 -- ddQuantize.decTest -- decDouble quantize operation -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | dqQuantize.decTest | 1 ------------------------------------------------------------------------ 2 -- dqQuantize.decTest -- decQuad quantize operation -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| D | dqFMA.decTest | 1 ------------------------------------------------------------------------ 2 -- dqFMA.decTest -- decQuad Fused Multiply Add -- 3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- 4 ------------------------------------------------------------------------ 5 -- Please see the document "General Decimal Arithmetic Testcases" -- 6 -- at http://www2.hursley.ibm.com/decimal for the description of -- 7 -- these testcases. -- 8 -- -- 9 -- These testcases are experimental ('beta' versions), and they -- 10 -- may contain errors. They are offered on an as-is basis. In -- [all …]
|
| /third_party/mesa3d/src/intel/ci/ |
| D | intel-tgl-skqp-gles_rendertests.txt | 1 3dgm,-1 4 BlurDrawImage,-1 5 CubicStroke,-1 6 OverStroke,-1 8 aaclip,-1 9 aarectmodes,-1 10 aaxfermodes,-1 11 addarc,-1 12 addarc_meas,-1 17 analytic_antialias_convex,-1 [all …]
|
| D | intel-tgl-skqp-gl_rendertests.txt | 1 3dgm,-1 4 BlurDrawImage,-1 5 CubicStroke,-1 6 OverStroke,-1 8 aaclip,-1 9 aarectmodes,-1 10 aaxfermodes,-1 11 addarc,-1 12 addarc_meas,-1 17 analytic_antialias_convex,-1 [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | evrcdata.h | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 34 * Rate 1/8 frame energy quantization 36 * TIA/IS-127 table 8-18 39 {-0.2464E-01,-0.4005E-02,-0.1107E+00 }, { 0.8734E+00, 0.1004E+01, 0.9930E+00 }, 43 { 0.3173E+00, 0.2693E+00,-0.9526E-01 }, { 0.1141E+01, 0.1154E+01, 0.1044E+01 }, 46 { 0.1023E+01, 0.1139E+01,-0.9526E-01 }, { 0.1619E+01, 0.1655E+01, 0.1642E+01 }, 47 { 0.1437E+00, 0.1505E+00, 0.6838E-01 }, { 0.9794E+00, 0.1021E+01, 0.1117E+01 }, 55 {-0.2117E-01, 0.2159E+00, 0.2351E+00 }, { 0.1093E+01, 0.1088E+01, 0.1026E+01 }, 71 {-0.3265E+00,-0.2956E+00,-0.2462E+00 }, { 0.1035E+01, 0.1020E+01, 0.1003E+01 }, 75 { 0.3815E+00, 0.3360E+00,-0.9526E-01 }, { 0.1163E+01, 0.1144E+01, 0.1117E+01 }, [all …]
|
| D | svq1_cb.h | 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 39 /* 6x16-entry codebook for inter-coded 4x2 vectors */ 41 7, 2, -6, -7, 7, 3, -3, -4, -7, -2, 7, 8, -8, -4, 3, 4, 42 19, 17, 9, 3,-14,-16,-12, -8,-18,-16, -8, -3, 11, 14, 12, 8, 43 7,-16,-10, 20, 7,-17,-10, 20, -6, 18, 8,-21, -7, 18, 9,-20, 44 25, 3,-20,-14, 29, 7,-18,-13,-29, -4, 21, 14,-31, -6, 20, 14, 45 -19,-26,-28,-24, 31, 32, 22, 10, 15, 24, 31, 28,-32,-32,-22,-13, 46 2, -8,-23,-26, -9, 3, 27, 35, 3, 11, 21, 21, 8, -4,-27,-34, 47 -30,-31, 12, 47,-29,-30, 13, 47, 38, 30,-17,-46, 34, 26,-19,-46, 48 -42,-50,-51,-43, 34, 48, 55, 48, 48, 54, 51, 42,-44,-52,-53,-47, [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
| D | emoji-clusters.tests | 1 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;263A,FE0F;[1=0|1=0] 2 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B,FE0F;[1=0… 3 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B;[1=0|1=0|… 4 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F62E,200D,1F4A8;[1=0|1=0|… 5 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F635,200D,1F4AB;[1=0|1=0|… 6 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2639,FE0F;[1=0|1=0] 7 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2620,FE0F;[1=0|1=0] 8 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2763,FE0F;[1=0|1=0] 9 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,FE0F,200D,1F525;[1=0|… 10 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,200D,1F525;[1=0|1=0|1… [all …]
|
| /third_party/skia/resources/ |
| D | pdf_command_stream.txt | 1 1 0 0 -1 0 1000 cm 2 1 1 1 RG 1 1 1 rg 20 8 0 0 -8 615 747 cm 37 8 0 0 -8 615 940 cm 46 1 0 0 -1 215 170 Tm 48 1 0 0 -1 224.8203 170 Tm 50 1 0 0 -1 234.6406 170 Tm 56 1 0 0 -1 238.8594 170 Tm 58 1 0 0 -1 248.9727 170 Tm 60 1 0 0 -1 252.2656 170 Tm [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | pow10_helper.cc | 7 // https://www.apache.org/licenses/LICENSE-2.0 25 // The exact value of 1e23 falls precisely halfway between two representable 28 // down, but this is not completely specified for floating-point literals in 35 0.0, 1e-323, 1e-322, 1e-321, 1e-320, 1e-319, 1e-318, 1e-317, 1e-316, 36 1e-315, 1e-314, 1e-313, 1e-312, 1e-311, 1e-310, 1e-309, 1e-308, 1e-307, 37 1e-306, 1e-305, 1e-304, 1e-303, 1e-302, 1e-301, 1e-300, 1e-299, 1e-298, 38 1e-297, 1e-296, 1e-295, 1e-294, 1e-293, 1e-292, 1e-291, 1e-290, 1e-289, 39 1e-288, 1e-287, 1e-286, 1e-285, 1e-284, 1e-283, 1e-282, 1e-281, 1e-280, 40 1e-279, 1e-278, 1e-277, 1e-276, 1e-275, 1e-274, 1e-273, 1e-272, 1e-271, 41 1e-270, 1e-269, 1e-268, 1e-267, 1e-266, 1e-265, 1e-264, 1e-263, 1e-262, [all …]
|
| /third_party/decimal.js/test/modules/ |
| D | cmp.js | 14 toExpNeg: -9e15, 16 minE: -9e15, 20 t(1, 0, 1); 21 t(1, -0, 1); 22 t(-1, 0, -1); 23 t(-1, -0, -1); 24 t(0, 1, -1); 25 t(0, -1, 1); 26 t(-0, 1, -1); 27 t(-0, -1, 1); [all …]
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | emoji-test.txt | 1 # emoji-test.txt 2 # Date: 2017-02-18, 15:26:57 GMT 16 # fully-qualified — see “Emoji Implementation Notes” in UTR#51 17 # non-fully-qualified — see “Emoji Implementation Notes” in UTR#51 25 # subgroup: face-positive 26 1F600 ; fully-qualified # grinning face 27 1F601 ; fully-qualified # grinning face with smiling ey… 28 1F602 ; fully-qualified # face with tears of joy 29 1F923 ; fully-qualified # rolling on the floor laughing 30 1F603 ; fully-qualified # smiling face with open mouth [all …]
|