/third_party/boost/libs/units/test/ |
D | test_dimensionless_quantity.cpp | 67 bu::quantity<bu::dimensionless> E9(E2); in test_main() local 68 BOOST_CHECK(E9.value() == E_); in test_main() 87 E9 = 2.0; in test_main() 88 E9 += E9; in test_main() 89 BOOST_CHECK(E9.value() == 4.0); in test_main() 92 E9 = 2.0; in test_main() 93 E9 -= E9; in test_main() 94 BOOST_CHECK(E9.value() == 0.0); in test_main() 97 E9 = 2.0; in test_main() 98 E9 *= 2.0; in test_main() [all …]
|
D | test_quantity.cpp | 62 bu::quantity<bu::energy> E9(E2); in test_main() local 63 BOOST_CHECK(E9.value() == E_); in test_main() 66 bu::quantity_cast<double&>(E9) = 1.5; in test_main() 67 BOOST_CHECK(E9.value() == 1.5); in test_main() 70 bu::quantity_cast<double&>(E9) = 2; in test_main() 71 BOOST_CHECK(E9.value() == double(2)); in test_main() 74 E9 = 2.0*bu::joules; in test_main() 75 E9 += E9; in test_main() 76 BOOST_CHECK(E9.value() == 4.0); in test_main() 79 E9 = 2.0*bu::joules; in test_main() [all …]
|
D | test_cmath.cpp | 166 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::dimensionless> E9(100.0); in test_main() local 168 BOOST_CHECK(bu::log10(E9) == 2.0); in test_main()
|
/third_party/typescript/tests/baselines/reference/ |
D | enumErrors.types | 26 enum E9 { 27 >E9 : E9 30 >A : E9.A 33 >B : E9.A 34 >A : E9 42 A = E9.A, 44 >E9.A : E9 45 >E9 : typeof E9 46 >A : E9 48 B = E9.B [all …]
|
D | enumErrors.js | 13 enum E9 { 21 A = E9.A, 22 B = E9.B 76 var E9; variable 77 (function (E9) { argument 78 E9[E9["A"] = 0] = "A"; 79 E9[E9["B"] = 0] = "B"; 80 })(E9 || (E9 = {}));
|
D | enumBasics.js | 66 enum E9 { 78 E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C 145 var E9; variable 146 (function (E9) { argument 147 E9[E9["A"] = 0] = "A"; 148 E9[E9["B"] = 0] = "B"; 149 })(E9 || (E9 = {})); 157 E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C
|
D | enumBasics.types | 161 enum E9 { 162 >E9 : E9 165 >A : E9.A 168 >B : E9.A 169 >A : E9 201 >doPropagate : (E9 | E6 | E5)[] 202 >[ E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C] : (E9 | E6 | E5)[] 204 E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C 205 >E9.A : E9 206 >E9 : typeof E9 [all …]
|
D | enumErrors.symbols | 24 enum E9 { 25 >E9 : Symbol(E9, Decl(enumErrors.ts, 9, 1)) 28 >A : Symbol(E9.A, Decl(enumErrors.ts, 11, 9)) 31 >B : Symbol(E9.B, Decl(enumErrors.ts, 12, 6)) 32 >A : Symbol(E9.A, Decl(enumErrors.ts, 11, 9)) 40 A = E9.A, 42 >E9.A : Symbol(E9.A, Decl(enumErrors.ts, 11, 9)) 43 >E9 : Symbol(E9, Decl(enumErrors.ts, 9, 1)) 44 >A : Symbol(E9.A, Decl(enumErrors.ts, 11, 9)) 46 B = E9.B [all …]
|
D | enumBasics.symbols | 144 enum E9 { 145 >E9 : Symbol(E9, Decl(enumBasics.ts, 61, 1)) 148 >A : Symbol(E9.A, Decl(enumBasics.ts, 64, 9)) 151 >B : Symbol(E9.B, Decl(enumBasics.ts, 65, 6)) 152 >A : Symbol(E9.A, Decl(enumBasics.ts, 64, 9)) 185 E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C 186 >E9.A : Symbol(E9.A, Decl(enumBasics.ts, 64, 9)) 187 >E9 : Symbol(E9, Decl(enumBasics.ts, 61, 1)) 188 >A : Symbol(E9.A, Decl(enumBasics.ts, 64, 9)) 189 >E9.B : Symbol(E9.B, Decl(enumBasics.ts, 65, 6)) [all …]
|
D | sourceMapPercentEncoded.sourcemap.txt | 3 mapUrl: %E2%91%A0%E2%85%AB%E3%84%A8%E3%84%A9%20%E5%95%8A%E9%98%BF%E9%BC%BE%E9%BD%84%E4%B8%82%E4%B8%… 76 >>>//# sourceMappingURL=%E2%91%A0%E2%85%AB%E3%84%A8%E3%84%A9%20%E5%95%8A%E9%98%BF%E9%BC%BE%E9%BD%84…
|
/third_party/typescript/tests/cases/conformance/enums/ |
D | enumErrors.ts | 12 enum E9 { enum 20 A = E9.A, 21 B = E9.B
|
D | enumBasics.ts | 65 enum E9 { enum 77 E9.A, E9.B, E6.B, E6.C, E6.A, E5.A, E5.B, E5.C variable
|
/third_party/icu/icu4c/source/test/testdata/cldr/units/ |
D | unitsTest.txt | 32 area ; square-kilometer ; square-meter ; 1,000,000 * x ; 1.0E9 33 area ; square-mile ; square-meter ; 2,589,988.110336 * x ; 2.589988E9 45 digital ; megabit ; bit ; 1,000,000 * x ; 1.0E9 46 digital ; megabyte ; bit ; 8,000,000 * x ; 8.0E9 75 energy ; kilowatt-hour ; kilogram-square-meter-second-per-cubic-second ; 3,600,000 * x ; 3.6E9 81 frequency ; megahertz ; revolution-per-second ; 1,000,000 * x ; 1.0E9 85 graphics ; megapixel ; pixel ; 1,000,000 * x ; 1.0E9 105 length ; earth-radius ; meter ; 6,378,100 * x ; 6.3781E9 136 power ; megawatt ; kilogram-square-meter-per-cubic-second ; 1,000,000 * x ; 1.0E9 148 pressure ; megapascal ; kilogram-per-meter-square-second ; 1,000,000 * x ; 1.0E9
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/ |
D | unitsTest.txt | 32 area ; square-kilometer ; square-meter ; 1,000,000 * x ; 1.0E9 33 area ; square-mile ; square-meter ; 2,589,988.110336 * x ; 2.589988E9 45 digital ; megabit ; bit ; 1,000,000 * x ; 1.0E9 46 digital ; megabyte ; bit ; 8,000,000 * x ; 8.0E9 75 energy ; kilowatt-hour ; kilogram-square-meter-second-per-cubic-second ; 3,600,000 * x ; 3.6E9 81 frequency ; megahertz ; revolution-per-second ; 1,000,000 * x ; 1.0E9 85 graphics ; megapixel ; pixel ; 1,000,000 * x ; 1.0E9 105 length ; earth-radius ; meter ; 6,378,100 * x ; 6.3781E9 136 power ; megawatt ; kilogram-square-meter-per-cubic-second ; 1,000,000 * x ; 1.0E9 148 pressure ; megapascal ; kilogram-per-meter-square-second ; 1,000,000 * x ; 1.0E9
|
/third_party/boost/libs/endian/test/msvc/ |
D | endian.sln | 22 …0C91BC942}") = "speed_test", "speed_test\speed_test.vcxproj", "{5407AF29-59E9-4DE2-9939-F067576F78… 104 {5407AF29-59E9-4DE2-9939-F067576F7868}.Debug|Win32.ActiveCfg = Debug|Win32 105 {5407AF29-59E9-4DE2-9939-F067576F7868}.Debug|Win32.Build.0 = Debug|Win32 106 {5407AF29-59E9-4DE2-9939-F067576F7868}.Debug|x64.ActiveCfg = Debug|x64 107 {5407AF29-59E9-4DE2-9939-F067576F7868}.Debug|x64.Build.0 = Debug|x64 108 {5407AF29-59E9-4DE2-9939-F067576F7868}.Release|Win32.ActiveCfg = Release|Win32 109 {5407AF29-59E9-4DE2-9939-F067576F7868}.Release|Win32.Build.0 = Release|Win32 110 {5407AF29-59E9-4DE2-9939-F067576F7868}.Release|x64.ActiveCfg = Release|x64 111 {5407AF29-59E9-4DE2-9939-F067576F7868}.Release|x64.Build.0 = Release|x64
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/tests/ |
D | cluster.tests | 2 ../fonts/43ef465752be9af900745f72fe29cb853a1401a5.ttf:--cluster-level=1:U+05D4,U+05B7,U+05E9,U+05BC…
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | FractionalUCA.txt | 487 [top_byte E9 TRAILING ] 1617 08E9; [, E6 D2, 05] 1656 0656; [, E9 1A, 05] 1657 0657; [, E9 3C, 05] 1658 0658; [, E9 5E, 05] 1659 08FF; [, E9 80, 05] 1660 0659; [, E9 A2, 05] 1661 065A; [, E9 C4, 05] 1662 065B; [, E9 E6, 05] 1735 112E9; [, F1 22, 05] [all …]
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
D | crash.devcore | 23 E9.'#!!!!"E"IO"E"IO"E"IO"E"IO"hQ>-6E"IO"E"IO"E"IO"E"IO"E"IO" 2415 …E9<!!!9)L]Uuj!!!*-!!!!#!!!!%?k<;<!!!'0!!!!#!!!!)?iU0,!!!!.!!iRK!!",AL]Uuj!!!!*!!iQ@!!!9)L]Uuj!!!!*… 2447 …E9%!!!!)zz63%#d!!!!a"9K,7!!",B!!#7a!!"-,!!*'"!!!!%!)NXq!!!!a!WW3#!!!Qq#QOii!!!!a!!7ZN!!*'"!"9$]!!!… 2462 …ca!!*W2!!EK+!!!a!#_2mT!!!i9"98u5!!",azz!!!?+!!*'"zzz!!!!1+93Ma!!!!c&-,N,z!!E9%!!*'"!'gPb!!!Q1!!Ih&… 2484 …E9%!!!!Az!!!0fzz!"],1!!!9*!!*?*!!!'#!WW3#!!!-%!!!Q1z5QQB8!!!!#!"],1!!!W3#XGTo!!%NLzz!"]\A!!!$""9?4… 2539 …E9%#QOu-+92BA!!!QA!!!?+!!#OkJ,fQU!!#7a!'gMiz!!!Q1!!!!%z!!!!#!!!$"&-)\1!!iQ)&-)\1!#>P7z#RCD1!!!!%!!… 2548 …E9.&-2bR!$DCG?iU6.!!E9-!!%QM+92BK!!"8E+TMKBJ.Vb]!!!-%z!'gNL!#,D=!$DOI!!&ep!WW59!!!!%z!!#7a!'gO9"[E… 2557 …E9%z!!*'&z!!!!#!.mHA!!",Az!!*'&!(6ee!!*'"!!!!A!'gPb!!!E-!!"-n5l^lb!!E9%!WW@R"9P4t!!7`P"onW(+:%uJJ,… 2561 …E9%!WW@R"9P4t!!7`P"onW(+:%uJJ,hh95Tg%,+:nMS!!!"L!<<*#J-Z,T"98E%!!!-5!#P]$!!!!.:]N`\#QOi)!!!$b(_?ZJ… 2565 …E9%J,k*"!!%TV!!%NL5QF%l8,rVi"9\])"@+(Cz&-r8d!!!!c!!!9)"p"^SJ-Z,T&.&=Z!!!!A!+5d,!C-WM"98E)!'l)8"98u… [all …]
|
/third_party/toybox/tests/files/bc/ |
D | parse.txt | 13226 E9 13227 0.E9 13228 1.E9 13229 E9.E9 14311 E9 14312 0.E9 14313 1.E9 14314 E9.E9
|
D | print_results.txt | 4612 E9 4615 E9.344 5371 .2E9 5372 1.2E9 5373 B6.2E9 5574 E9 5577 E9.3BA
|
/third_party/harfbuzz/test/shaping/data/in-house/tests/ |
D | cluster.tests | 2 ../fonts/43ef465752be9af900745f72fe29cb853a1401a5.ttf:--cluster-level=1:U+05D4,U+05B7,U+05E9,U+05BC…
|
/third_party/icu/icu4c/source/data/unidata/ |
D | FractionalUCA.txt | 487 [top_byte E9 TRAILING ] 1582 05B6; [, E2 E9, 05] 1628 08E9; [, E6 AE, 05] 1670 0657; [, E9 06, 05] 1671 0658; [, E9 27, 05] 1672 08FF; [, E9 48, 05] 1673 0659; [, E9 69, 05] 1674 065A; [, E9 8A, 05] 1675 065B; [, E9 AB, 05] 1676 065C; [, E9 CC, 05] [all …]
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | FractionalUCA.txt | 487 [top_byte E9 TRAILING ] 1582 05B6; [, E2 E9, 05] 1628 08E9; [, E6 AE, 05] 1670 0657; [, E9 06, 05] 1671 0658; [, E9 27, 05] 1672 08FF; [, E9 48, 05] 1673 0659; [, E9 69, 05] 1674 065A; [, E9 8A, 05] 1675 065B; [, E9 AB, 05] 1676 065C; [, E9 CC, 05] [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | cluster.tests | 2 ../fonts/43ef465752be9af900745f72fe29cb853a1401a5.ttf;--cluster-level=1;U+05D4,U+05B7,U+05E9,U+05BC…
|
/third_party/grpc/src/csharp/ |
D | Grpc.sln | 6 …) = "Grpc.Core.Api", "Grpc.Core.Api\Grpc.Core.Api.csproj", "{63FCEA50-1505-11E9-B56E-0800200C9A66}" 62 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 63 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Debug|Any CPU.Build.0 = Debug|Any CPU 64 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Release|Any CPU.ActiveCfg = Release|Any CPU 65 {63FCEA50-1505-11E9-B56E-0800200C9A66}.Release|Any CPU.Build.0 = Release|Any CPU
|