/third_party/ffmpeg/libavcodec/ |
D | indeo3data.h | 34 PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ 35 E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ 36 E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ 37 E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ 38 E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ 39 E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ 40 E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ 41 E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ 42 E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ 43 E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ [all …]
|
/third_party/boost/libs/units/test/ |
D | test_cmath.cpp | 58 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::energy> E4(-2.5*bu::joules), in test_main() local 61 BOOST_CHECK((bu::isgreater)(E4,E5) == false); in test_main() 62 BOOST_CHECK((bu::isgreater)(E5,E4) == true); in test_main() 63 BOOST_CHECK((bu::isgreater)(E4,E4) == false); in test_main() 64 BOOST_CHECK((bu::isgreater)(E3,E4) == false); in test_main() 65 BOOST_CHECK((bu::isgreater)(E4,E3) == false); in test_main() 67 BOOST_CHECK((bu::isgreaterequal)(E4,E5) == false); in test_main() 68 BOOST_CHECK((bu::isgreaterequal)(E5,E4) == true); in test_main() 69 BOOST_CHECK((bu::isgreaterequal)(E4,E4) == true); in test_main() 70 BOOST_CHECK((bu::isgreaterequal)(E3,E4) == false); in test_main() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | constantEnumAssert.types | 44 const enum E4 { 45 >E4 : E4 48 >a : E4.a 51 >b : E4.b 110 const foo6 = { a: E4.a } as const 111 >foo6 : { readonly a: E4.a; } 112 >{ a: E4.a } as const : { readonly a: E4.a; } 113 >{ a: E4.a } : { readonly a: E4.a; } 114 >a : E4.a 115 >E4.a : E4.a [all …]
|
D | enumBasics.js | 38 enum E4 { 74 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z 115 var E4; variable 116 (function (E4) { argument 117 E4[E4["X"] = 0] = "X"; 118 E4[E4["Y"] = 1] = "Y"; 119 E4[E4["Z"] = 'foo'.length] = "Z"; 120 })(E4 || (E4 = {})); 153 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z
|
D | constantEnumAssert.symbols | 37 const enum E4 { 38 >E4 : Symbol(E4, Decl(constantEnumAssert.ts, 14, 1)) 41 >a : Symbol(E4.a, Decl(constantEnumAssert.ts, 16, 15)) 44 >b : Symbol(E4.b, Decl(constantEnumAssert.ts, 17, 6)) 92 const foo6 = { a: E4.a } as const 95 >E4.a : Symbol(E4.a, Decl(constantEnumAssert.ts, 16, 15)) 96 >E4 : Symbol(E4, Decl(constantEnumAssert.ts, 14, 1)) 97 >a : Symbol(E4.a, Decl(constantEnumAssert.ts, 16, 15)) 127 const foo11 = { a: E4.a as const } 130 >E4.a : Symbol(E4.a, Decl(constantEnumAssert.ts, 16, 15)) [all …]
|
D | enumBasics.types | 96 enum E4 { 97 >E4 : E4 100 >X : E4 102 >Y : E4 103 >Z : E4 175 >doNotPropagate : (E3 | E4 | E7 | E8)[] 176 >[ E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z] : (E3 | E4 | E7 | E8)[] 178 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z 185 >E4.Z : E4 186 >E4 : typeof E4 [all …]
|
D | sourceMapPercentEncoded.sourcemap.txt | 3 …84%E4%B8%82%E4%B8%84%E7%8B%9A%E7%8B%9B%E7%8B%9C%E7%8B%9D%EF%A8%A8%EF%A8%A9%CB%8A%CB%8B%CB%99%E2%80… 76 …84%E4%B8%82%E4%B8%84%E7%8B%9A%E7%8B%9B%E7%8B%9C%E7%8B%9D%EF%A8%A8%EF%A8%A9%CB%8A%CB%8B%CB%99%E2%80…
|
D | enumConstantMembers.types | 35 declare enum E4 { 36 >E4 : E4 39 >a : E4.a 43 >b : E4.b 48 >c : E4.c
|
D | enumConstantMembers.symbols | 31 declare enum E4 { 32 >E4 : Symbol(E4, Decl(enumConstantMembers.ts, 12, 1)) 35 >a : Symbol(E4.a, Decl(enumConstantMembers.ts, 14, 17)) 38 >b : Symbol(E4.b, Decl(enumConstantMembers.ts, 15, 10)) 41 >c : Symbol(E4.c, Decl(enumConstantMembers.ts, 16, 11))
|
D | enumBasics.symbols | 89 enum E4 { 90 >E4 : Symbol(E4, Decl(enumBasics.ts, 33, 1)) 93 >X : Symbol(E4.X, Decl(enumBasics.ts, 36, 9)) 94 >Y : Symbol(E4.Y, Decl(enumBasics.ts, 37, 10)) 95 >Z : Symbol(E4.Z, Decl(enumBasics.ts, 37, 13)) 160 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z 167 >E4.Z : Symbol(E4.Z, Decl(enumBasics.ts, 37, 13)) 168 >E4 : Symbol(E4, Decl(enumBasics.ts, 33, 1)) 169 >Z : Symbol(E4.Z, Decl(enumBasics.ts, 37, 13))
|
D | constantEnumAssert.js | 18 const enum E4 { 38 const foo6 = { a: E4.a } as const 48 const foo11 = { a: E4.a as const }
|
D | constantEnumAssert.errors.txt | 22 const enum E4 { 42 const foo6 = { a: E4.a } as const 54 const foo11 = { a: E4.a as const }
|
/third_party/boost/boost/units/ |
D | derived_dimension.hpp | 28 class DT4 = dimensionless_type,long E4 = 0, 42 list< dim< DT4,static_rational<E4> >, 108 class DT4,long E4> 113 DT4, E4, 123 … list< dim< DT4,static_rational<E4> >, dimensionless_type > > > > >::type type; 130 class DT4,long E4, 136 DT4, E4, 146 list< dim< DT4,static_rational<E4> >, 154 class DT4,long E4, 161 DT4, E4, [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | NumberFormatTestCases.txt | 47 rt: "@##E0" 20000 "2E4" 48 rt: - 27000 "2.7E4" 49 rt: - 27100 "2.71E4" 50 fp: - 27182 "2.72E4" 27200 52 rt: "@@@E0" 20000 "2.00E4" 53 rt: - 27000 "2.70E4" 54 rt: - 27100 "2.71E4" 55 fp: - 27182 "2.72E4" 27200
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 49 rt: "@##E0" 20000 "2E4" 50 rt: - 27000 "2.7E4" 51 rt: - 27100 "2.71E4" 52 fp: - 27182 "2.72E4" 27200 54 rt: "@@@E0" 20000 "2.00E4" 55 rt: - 27000 "2.70E4" 56 rt: - 27100 "2.71E4" 57 fp: - 27182 "2.72E4" 27200
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTestCases.txt | 49 rt: "@##E0" 20000 "2E4" 50 rt: - 27000 "2.7E4" 51 rt: - 27100 "2.71E4" 52 fp: - 27182 "2.72E4" 27200 54 rt: "@@@E0" 20000 "2.00E4" 55 rt: - 27000 "2.70E4" 56 rt: - 27100 "2.71E4" 57 fp: - 27182 "2.72E4" 27200
|
/third_party/boost/boost/proto/detail/preprocessed/ |
D | deduce_domain_n.hpp | 44 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4> 47 …ype , typename domain_of<E2 >::type , typename domain_of<E3 >::type , typename domain_of<E4 >::type 58 template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5> 61 … domain_of<E2 >::type , typename domain_of<E3 >::type , typename domain_of<E4 >::type , typename d… 72 …template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5 , typen… 75 … domain_of<E2 >::type , typename domain_of<E3 >::type , typename domain_of<E4 >::type , typename d… 86 …template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5 , typen… 89 … domain_of<E2 >::type , typename domain_of<E3 >::type , typename domain_of<E4 >::type , typename d… 100 …template<typename E0 , typename E1 , typename E2 , typename E3 , typename E4 , typename E5 , typen… 103 … domain_of<E2 >::type , typename domain_of<E3 >::type , typename domain_of<E4 >::type , typename d… [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | constantEnumAssert.ts | 17 const enum E4 { enum 37 const foo6 = { a: E4.a } as const 47 const foo11 = { a: E4.a as const }
|
/third_party/lz4/build/VS2010/ |
D | lz4.sln | 13 …0C91BC942}") = "frametest", "frametest\frametest.vcxproj", "{39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}" 70 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|Win32.ActiveCfg = Debug|Win32 71 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|Win32.Build.0 = Debug|Win32 72 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|x64.ActiveCfg = Debug|x64 73 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|x64.Build.0 = Debug|x64 74 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|Win32.ActiveCfg = Release|Win32 75 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|Win32.Build.0 = Release|Win32 76 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|x64.ActiveCfg = Release|x64 77 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|x64.Build.0 = Release|x64
|
/third_party/lz4/build/VS2017/ |
D | lz4.sln | 13 …0C91BC942}") = "frametest", "frametest\frametest.vcxproj", "{39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}" 64 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|Win32.ActiveCfg = Debug|Win32 65 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|Win32.Build.0 = Debug|Win32 66 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|x64.ActiveCfg = Debug|x64 67 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Debug|x64.Build.0 = Debug|x64 68 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|Win32.ActiveCfg = Release|Win32 69 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|Win32.Build.0 = Release|Win32 70 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|x64.ActiveCfg = Release|x64 71 {39AD6ECC-8BAD-4368-95E4-A1AA2F077BB7}.Release|x64.Build.0 = Release|x64
|
/third_party/boost/libs/endian/test/ |
D | endian_reverse_test3.cpp | 51 enum class E4: long { e4 }; enum 62 test_reverse( E4::e4 ); in main() 78 test_reverse_inplace( E4::e4 ); in main()
|
D | is_scoped_enum_test.cpp | 15 enum class E4: long {}; enum 63 test_true<E4>(); in main()
|
/third_party/boost/boost/math/special_functions/ |
D | ellint_rd.hpp | 169 T E4 = 3 * (X * Y - Z * Z) * Z * Z; in ellint_rd_imp() local 173 …(1 - 3 * E2 / 14 + E3 / 6 + 9 * E2 * E2 / 88 - 3 * E4 / 22 - 9 * E2 * E3 / 52 + 3 * E5 / 26 - E2 *… in ellint_rd_imp() 174 … + 3 * E3 * E3 / 40 + 3 * E2 * E4 / 20 + 45 * E2 * E2 * E3 / 272 - 9 * (E3 * E4 + E2 * E5) / 68); in ellint_rd_imp()
|
/third_party/typescript/tests/cases/conformance/enums/ |
D | enumBasics.ts | 37 enum E4 { enum 73 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z variable
|
/third_party/boost/libs/histogram/test/ |
D | detail_argument_traits_test.cpp | 53 using E4 = dtl::argument_traits_holder<2, 1, 0, 3, std::tuple<int>>; in main() typedef 54 BOOST_TEST_TRAIT_SAME(T4, E4); in main()
|