| /third_party/ffmpeg/libavcodec/ |
| D | evrcdata.h | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 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 }, 40 { 0.4222E+00, 0.3894E+00, 0.5020E+00 }, { 0.1450E+01, 0.1328E+01, 0.1278E+01 }, 41 { 0.1957E+00, 0.2169E+00, 0.2735E+00 }, { 0.1142E+01, 0.1240E+01, 0.1157E+01 }, 42 { 0.7881E+00, 0.6778E+00, 0.4185E+00 }, { 0.1504E+01, 0.1468E+01, 0.1534E+01 }, 43 { 0.3173E+00, 0.2693E+00,-0.9526E-01 }, { 0.1141E+01, 0.1154E+01, 0.1044E+01 }, 44 { 0.5147E+00, 0.5784E+00, 0.8802E+00 }, { 0.1502E+01, 0.1407E+01, 0.1409E+01 }, 45 { 0.3163E+00, 0.3592E+00, 0.2830E+00 }, { 0.1217E+01, 0.1213E+01, 0.1216E+01 }, 46 { 0.1023E+01, 0.1139E+01,-0.9526E-01 }, { 0.1619E+01, 0.1655E+01, 0.1642E+01 }, [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 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, 42 1e-261, 1e-260, 1e-259, 1e-258, 1e-257, 1e-256, 1e-255, 1e-254, 1e-253, [all …]
|
| /third_party/decimal.js/test/modules/ |
| D | div.js | 8 toExpNeg: -7, 10 minE: -9e15, 20 t(true, 1, -Infinity); 21 t(true, -1, Infinity); 22 t(false, -1, -Infinity); 24 t(true, 0, -1); 25 t(true, -0, 1); 26 t(false, -0, -1); 28 t(true, 0, -Infinity); 29 t(true, -0, Infinity); [all …]
|
| D | plus.js | 12 toExpNeg: -9e9, 14 minE: -9e15, 19 t(1, -0, '1'); 20 t(-1, 0, '-1'); 21 t(-1, -0, '-1'); 23 t(-1, 'NaN', 'NaN'); 25 t(1, '-Infinity', '-Infinity'); 26 t(-1, 'Infinity', 'Infinity'); 27 t(-1, '-Infinity', '-Infinity'); 29 t(0, -1, '-1'); [all …]
|
| /third_party/python/Lib/test/ |
| D | floating_points.txt | 1 # These numbers are used to test floating point binary-to-decimal conversion. 5 # independent tool for testing floating-point arithmetic II: Conversions, 6 # ACM Transactions on Mathematical Software 27:2 (March 2001), pp. 119-140. 9 -0E0 11 15E-1 12 125E-2 13 1125E-3 14 10625E-4 15 103125E-5 16 1015625E-6 [all …]
|
| /third_party/python/Lib/test/decimaltestdata/ |
| 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 | base.decTest | 1 ------------------------------------------------------------------------ 2 -- base.decTest -- base decimal <--> string conversions -- 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 | randoms.decTest | 1 ------------------------------------------------------------------------ 2 -- randoms.decTest -- decimal random testcases -- 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 | add.decTest | 1 ------/cancell---------------------------------------------------------- 2 -- add.decTest -- decimal addition -- 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 | randomBound32.decTest | 1 ------------------------------------------------------------------------ 2 -- randomBound32.decTest -- decimal testcases -- boundaries near 32 -- 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 | dsBase.decTest | 1 ------------------------------------------------------------------------ 2 -- dsBase.decTest -- base decSingle <--> string conversions -- 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 | dqBase.decTest | 1 ------------------------------------------------------------------------ 2 -- dqBase.decTest -- base decQuad <--> string conversions -- 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 …]
|
| D | ddBase.decTest | 1 ------------------------------------------------------------------------ 2 -- ddBase.decTest -- base decDouble <--> string conversions -- 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 | dqSameQuantum.decTest | 1 ------------------------------------------------------------------------ 2 -- dqSameQuantum.decTest -- check decQuad quantums match -- 3 -- Copyright (c) IBM Corporation, 2001, 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 | ddSameQuantum.decTest | 1 ------------------------------------------------------------------------ 2 -- ddSameQuantum.decTest -- check decDouble quantums match -- 3 -- Copyright (c) IBM Corporation, 2001, 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 | samequantum.decTest | 1 ------------------------------------------------------------------------ 2 -- samequantum.decTest -- check quantums match -- 3 -- Copyright (c) IBM Corporation, 2001, 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/icu/vendor/double-conversion/upstream/test/cctest/ |
| D | gay-shortest.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 32 #include "double-conversion/utils.h" 34 #include "gay-shortest.h" 39 {1.3252057186783201350530603e-106, "13252057186783201", -105}, 40 {1.6899223998841386493367055e-33, "16899223998841386", -32}, 41 {1.0077972445720390730768089e+138, "1007797244572039", 139}, 42 {9.1867519315348420150084539e+98, "9186751931534842", 99}, 43 {2.3806039266050926162811123e-63, "23806039266050926", -62}, 44 {4.5919976932520640180577270e-133, "4591997693252064", -132}, 45 {1.7272067615194015698157467e-111, "17272067615194016", -110}, [all …]
|
| D | gay-shortest-single.cc | 31 #include "double-conversion/utils.h" 33 #include "gay-shortest-single.h" 38 {3.36736864456782105775e+26f, "33673686", 27}, 39 {1.46182568272479329607e-08f, "14618257", -7}, 40 {1.39158807800948614758e+22f, "13915881", 23}, 41 {2.11660013157571985670e+23f, "21166001", 24}, 42 {1.12098729821300864932e+32f, "11209873", 33}, 43 {1.04102368567680067936e-23f, "10410237", -22}, 44 {4.13143748812655475788e-13f, "41314375", -12}, 45 {9.83890996017493966848e+20f, "983891", 21}, [all …]
|
| D | gay-fixed.cc | 32 #include "double-conversion/utils.h" 34 #include "gay-fixed.h" 39 {3.3831671815188012695312500e+12, 2, "33831671815188", 13}, 40 {6.6336520115995179509212087e-08, 13, "663365", -7}, 41 {9.5272682545672953764716918e-12, 12, "1", -10}, 42 {4.9841402988132226055635983e-17, 18, "5", -16}, 43 {5.5567065195971976208966225e+04, 10, "55567065195972", 5}, 44 {4.9104496948979206577675857e-06, 16, "49104496949", -5}, 45 {3.3201849526148178100585938e+10, 15, "33201849526148178100585938", 11}, 46 {1.0763823300509811087977141e+05, 5, "10763823301", 6}, [all …]
|
| D | gay-precision.cc | 32 #include "double-conversion/utils.h" 34 #include "gay-precision.h" 39 {2.3024669636324308799278094e-83, 2, "23", -82}, 40 {1.2271034538374108029704385e+193, 17, "12271034538374108", 194}, 41 {1.9542561068988380481160711e+57, 10, "1954256107", 58}, 42 {4.0276324163778515192788466e-51, 8, "40276324", -50}, 43 {1.6914540254705166587262553e+102, 1, "2", 103}, 44 {7.6532541187326505614920874e+288, 20, "76532541187326505615", 289}, 45 {1.6567575133729817467289600e+23, 7, "1656758", 24}, 46 {6.3103204323996751932168403e-133, 14, "63103204323997", -132}, [all …]
|
| /third_party/cups-filters/filter/braille/drivers/index/ |
| D | imageubrltoindexv4.in | 4 # Copyright (c) 2015-2018 Samuel Thibault <samuel.thibault@ens-lyon.org> 28 if [ $# != 5 -a $# != 6 ]; then 40 # Enter 4-dot graphic mode 45 ( if [ -z "$FILE" ] 51 -e 's/⠀/@@/g' \ 52 -e 's/⠁/A@/g' \ 53 -e 's/⠂/B@/g' \ 54 -e 's/⠃/C@/g' \ 55 -e 's/⠄/D@/g' \ 56 -e 's/⠅/E@/g' \ [all …]
|