/third_party/typescript/tests/baselines/reference/ |
D | enumLiteralsSubtypeReduction.js | 2 enum E { 1031 return [ E.E0, E.E1] 1033 return [ E.E2, E.E3] 1035 return [ E.E4, E.E5] 1037 return [ E.E6, E.E7] 1039 return [ E.E8, E.E9] 1041 return [ E.E10, E.E11] 1043 return [ E.E12, E.E13] 1045 return [ E.E14, E.E15] 1047 return [ E.E16, E.E17] [all …]
|
D | enumLiteralsSubtypeReduction.types | 2 enum E { 3 >E : E 6 >E0 : E.E0 9 >E1 : E.E1 12 >E2 : E.E2 15 >E3 : E.E3 18 >E4 : E.E4 21 >E5 : E.E5 24 >E6 : E.E6 27 >E7 : E.E7 [all …]
|
D | propertyNamesOfReservedWords.js | 210 enum E { 276 var r7 = E.abstract; 277 var r8 = E.as; 294 var E; variable 295 (function (E) { argument 296 E[E["abstract"] = 0] = "abstract"; 297 E[E["as"] = 1] = "as"; 298 E[E["boolean"] = 2] = "boolean"; 299 E[E["break"] = 3] = "break"; 300 E[E["byte"] = 4] = "byte"; [all …]
|
D | arithmeticOperatorWithEnum.types | 4 enum E { 5 >E : E 8 >a : E.a 11 >b : E.b 20 var c: E; 21 >c : E 27 >c : E 33 >c : E 39 >c : E 40 >c : E [all …]
|
D | arithmeticOperatorWithEnumUnion.types | 4 enum E { 5 >E : E 8 >a : E.a 11 >b : E.b 29 var c: E | F; 30 >c : E | F 36 >c : E | F 42 >c : E | F 48 >c : E | F 49 >c : E | F [all …]
|
D | enumAssignabilityInInheritance.types | 5 enum E { A } 6 >E : E 7 >A : E.A 10 [x: string]: E; 13 foo: E; // identical and subtype, ok 14 >foo : E 18 declare function foo(x: E): E; 19 >foo : { (x: E): E; (x: number): number; (x: any): any; } 20 >x : E 23 >foo : { (x: E): E; (x: number): number; (x: any): any; } [all …]
|
D | enumLiteralsSubtypeReduction.symbols | 2 enum E { 3 >E : Symbol(E, Decl(enumLiteralsSubtypeReduction.ts, 0, 0)) 6 >E0 : Symbol(E.E0, Decl(enumLiteralsSubtypeReduction.ts, 0, 8)) 9 >E1 : Symbol(E.E1, Decl(enumLiteralsSubtypeReduction.ts, 1, 7)) 12 >E2 : Symbol(E.E2, Decl(enumLiteralsSubtypeReduction.ts, 2, 7)) 15 >E3 : Symbol(E.E3, Decl(enumLiteralsSubtypeReduction.ts, 3, 7)) 18 >E4 : Symbol(E.E4, Decl(enumLiteralsSubtypeReduction.ts, 4, 7)) 21 >E5 : Symbol(E.E5, Decl(enumLiteralsSubtypeReduction.ts, 5, 7)) 24 >E6 : Symbol(E.E6, Decl(enumLiteralsSubtypeReduction.ts, 6, 7)) 27 >E7 : Symbol(E.E7, Decl(enumLiteralsSubtypeReduction.ts, 7, 7)) [all …]
|
D | comparisonOperatorWithSubtypeEnumAndNumber.types | 2 enum E { a, b, c } 3 >E : E 4 >a : E.a 5 >b : E.b 6 >c : E.c 8 var a: E; 9 >a : E 18 >a : E 25 >a : E 27 var ra3 = E.a < b; [all …]
|
D | intersectionOfUnionOfUnitTypes.types | 4 const enum E { A, B, C, D, E, F } 5 >E : E 6 >A : E.A 7 >B : E.B 8 >C : E.C 9 >D : E.D 10 >E : E.E 11 >F : E.F 49 let z0: (E.A | E.B | E.C) & (E.A | E.B | E.C); // E.A | E.B | E.C 50 >z0 : E.A | E.B | E.C [all …]
|
D | enumAssignmentCompat3.js | 3 export enum E { 8 export enum E { 16 export enum E { 21 export enum E { 26 export enum E { 31 export const enum E { 36 export declare enum E { 41 export enum E { 44 export enum E { 50 export enum E { [all …]
|
/third_party/boost/libs/graph/example/ |
D | bcsstk01.rsa | 23 .283226851852E+07 .100000000000E+07 .208333333333E+07 -.333333333333E+04 24 .100000000000E+07 -.280000000000E+07 -.289351851852E+05 .208333333333E+07 25 .163544753086E+07 -.200000000000E+07 .555555555555E+07 -.666666666667E+04 26 -.200000000000E+07 -.308641975309E+05 .555555555555E+07 -.159791666667E+07 27 .172436728395E+07 -.208333333333E+07 -.277777777778E+07 -.168000000000E+07 28 -.154320987654E+05 -.277777777778E+07 -.289351851852E+05 -.208333333333E+07 29 .100333333333E+10 .200000000000E+07 .400000000000E+09 -.333333333333E+07 30 .208333333333E+07 .100000000000E+09 .106750000000E+10 -.100000000000E+07 31 .200000000000E+09 .277777777778E+07 .333333333333E+09 -.833333333333E+06 32 .153533333333E+10 -.200000000000E+07 -.555555555555E+07 .666666666667E+09 [all …]
|
/third_party/python/Lib/test/ |
D | floating_points.txt | 11 15E-1 12 125E-2 13 1125E-3 14 10625E-4 15 103125E-5 16 1015625E-6 17 10078125E-7 18 100390625E-8 19 1001953125E-9 20 10009765625E-10 [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | enumLiteralsSubtypeReduction.ts | 1 enum E { enum 1030 return [ E.E0, E.E1] 1032 return [ E.E2, E.E3] 1034 return [ E.E4, E.E5] 1036 return [ E.E6, E.E7] 1038 return [ E.E8, E.E9] 1040 return [ E.E10, E.E11] 1042 return [ E.E12, E.E13] 1044 return [ E.E14, E.E15] 1046 return [ E.E16, E.E17] [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | keccak1600-armv4.pl | 89 my @E = map("r$_",(10..12,14)); 158 add @E[2],sp,#$A[0][0] 159 add @E[0],sp,#$A[1][0] 163 eor @E[1],@E[1],@E[1] 164 str @E[1],[sp,#444] 174 ldmia @E[2],{@C[0]-@C[3]} @ A[0][0..1] 175 ldmia @E[0],{@E[0]-@E[2],@E[3]} @ A[1][0..1] 177 eor @C[0],@C[0],@E[0] 178 eor @C[1],@C[1],@E[1] 179 eor @C[2],@C[2],@E[2] [all …]
|
/third_party/python/Lib/test/decimaltestdata/ |
D | ddSameQuantum.decTest | 35 ddsamq011 samequantum 10 1E+1 -> 0 36 ddsamq012 samequantum 10E+1 10E+1 -> 1 37 ddsamq013 samequantum 100 10E+1 -> 0 38 ddsamq014 samequantum 100 1E+2 -> 0 39 ddsamq015 samequantum 0.1 1E-2 -> 0 40 ddsamq016 samequantum 0.1 1E-1 -> 1 41 ddsamq017 samequantum 0.1 1E-0 -> 0 43 ddsamq019 samequantum 999E-1 99.9 -> 1 44 ddsamq020 samequantum 111E-1 22.2 -> 1 45 ddsamq021 samequantum 111E-1 1234.2 -> 1 [all …]
|
D | dqSameQuantum.decTest | 35 dqsamq011 samequantum 10 1E+1 -> 0 36 dqsamq012 samequantum 10E+1 10E+1 -> 1 37 dqsamq013 samequantum 100 10E+1 -> 0 38 dqsamq014 samequantum 100 1E+2 -> 0 39 dqsamq015 samequantum 0.1 1E-2 -> 0 40 dqsamq016 samequantum 0.1 1E-1 -> 1 41 dqsamq017 samequantum 0.1 1E-0 -> 0 43 dqsamq019 samequantum 999E-1 99.9 -> 1 44 dqsamq020 samequantum 111E-1 22.2 -> 1 45 dqsamq021 samequantum 111E-1 1234.2 -> 1 [all …]
|
D | samequantum.decTest | 33 samq011 samequantum 10 1E+1 -> 0 34 samq012 samequantum 10E+1 10E+1 -> 1 35 samq013 samequantum 100 10E+1 -> 0 36 samq014 samequantum 100 1E+2 -> 0 37 samq015 samequantum 0.1 1E-2 -> 0 38 samq016 samequantum 0.1 1E-1 -> 1 39 samq017 samequantum 0.1 1E-0 -> 0 41 samq019 samequantum 999E-1 99.9 -> 1 42 samq020 samequantum 111E-1 22.2 -> 1 43 samq021 samequantum 111E-1 1234.2 -> 1 [all …]
|
D | randoms.decTest | 30 xadd001 add 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded 31 xcom001 compare 905.67402 -202896611.E-780472620 -> 1 32 xdiv001 divide 905.67402 -202896611.E-780472620 -> -4.46372177E+780472614 Inexact Rounded 33 xdvi001 divideint 905.67402 -202896611.E-780472620 -> NaN Division_impossible 34 xmul001 multiply 905.67402 -202896611.E-780472620 -> -1.83758189E-780472609 Inexact Rounded 36 xrem001 remainder 905.67402 -202896611.E-780472620 -> NaN Division_impossible 37 xsub001 subtract 905.67402 -202896611.E-780472620 -> 905.674020 Inexact Rounded 42 xmul002 multiply 3915134.7 -597164907. -> -2.33798105E+15 Inexact Rounded 43 xpow002 power 3915134.7 -597164907 -> 0E-1000000007 Underflow Subnormal Inexact Rounded Clamped 50 xmul003 multiply 309759261 62663.487 -> 1.94105954E+13 Inexact Rounded [all …]
|
D | randomBound32.decTest | 32 …913.065314738743322579 0218.932010396534371704930714860E+797 -> 2.189320103965343717049307148600E+… 33 comx3001 compare 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> -1 34 …913.065314738743322579 0218.932010396534371704930714860E+797 -> 2.262681764507965005284080800438E-… 35 dvix3001 divideint 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> 0 36 …913.065314738743322579 0218.932010396534371704930714860E+797 -> 1.084531091568672041923151632066E+… 38 remx3001 remainder 4953734675913.065314738743322579 0218.932010396534371704930714860E+797 -> 495373… 39 …913.065314738743322579 0218.932010396534371704930714860E+797 -> -2.189320103965343717049307148600E… 40 …dd 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> -7.886453204712… 41 comx3002 compare 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> 1 42 …de 9641.684323386955881595490347910E-844 -78864532047.12287484430980636798E+934 -> -1.222562801441… [all …]
|
D | extra.decTest | 11 extr0000 apply 1E+11 -> Infinity Overflow Inexact Rounded 12 extr0001 apply 1E+10 -> Infinity Overflow Inexact Rounded 13 extr0002 apply 1E+9 -> 1.00000E+9 Clamped 14 extr0003 apply 1E+8 -> 1.0000E+8 Clamped 15 extr0004 apply 1E+7 -> 1.000E+7 Clamped 16 extr0005 apply 1E+6 -> 1.00E+6 Clamped 17 extr0006 apply 1E+5 -> 1.0E+5 Clamped 18 extr0007 apply 1E+4 -> 1E+4 19 extr0008 apply 1E+3 -> 1E+3 20 extr0009 apply 1E+2 -> 1E+2 [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 7 E(EILSEQ, "Illegal byte sequence") 8 E(EDOM, "Domain error") 9 E(ERANGE, "Result not representable") 11 E(ENOTTY, "Not a tty") 12 E(EACCES, "Permission denied") 13 E(EPERM, "Operation not permitted") 14 E(ENOENT, "No such file or directory") 15 E(ESRCH, "No such process") 16 E(EEXIST, "File exists") 18 E(EOVERFLOW, "Value too large for data type") [all …]
|
/third_party/musl/porting/uniproton/kernel/src/errno/ |
D | __strerror.h | 7 E(EILSEQ, "Illegal byte sequence") 8 E(EDOM, "Domain error") 9 E(ERANGE, "Result not representable") 11 E(ENOTTY, "Not a tty") 12 E(EACCES, "Permission denied") 13 E(EPERM, "Operation not permitted") 14 E(ENOENT, "No such file or directory") 15 E(ESRCH, "No such process") 16 E(EEXIST, "File exists") 18 E(EOVERFLOW, "Value too large for data type") [all …]
|
/third_party/musl/porting/liteos_a/kernel/src/errno/ |
D | __strerror.h | 7 E(EILSEQ, "Illegal byte sequence") 8 E(EDOM, "Domain error") 9 E(ERANGE, "Result not representable") 11 E(ENOTTY, "Not a tty") 12 E(EACCES, "Permission denied") 13 E(EPERM, "Operation not permitted") 14 E(ENOENT, "No such file or directory") 15 E(ESRCH, "No such process") 16 E(EEXIST, "File exists") 18 E(EOVERFLOW, "Value too large for data type") [all …]
|
/third_party/musl/src/errno/ |
D | __strerror.h | 7 E(EILSEQ, "Illegal byte sequence") 8 E(EDOM, "Domain error") 9 E(ERANGE, "Result not representable") 11 E(ENOTTY, "Not a tty") 12 E(EACCES, "Permission denied") 13 E(EPERM, "Operation not permitted") 14 E(ENOENT, "No such file or directory") 15 E(ESRCH, "No such process") 16 E(EEXIST, "File exists") 18 E(EOVERFLOW, "Value too large for data type") [all …]
|
/third_party/skia/third_party/externals/tint/src/utils/ |
D | enum_set_test.cc | 28 enum class E { A = 0, B = 3, C = 7 }; enum 30 std::ostream& operator<<(std::ostream& out, E e) { in operator <<() 32 case E::A: in operator <<() 34 case E::B: in operator <<() 36 case E::C: in operator <<() 43 EnumSet<E> set; in TEST() 44 EXPECT_FALSE(set.Contains(E::A)); in TEST() 45 EXPECT_FALSE(set.Contains(E::B)); in TEST() 46 EXPECT_FALSE(set.Contains(E::C)); in TEST() 51 EnumSet<E> set(E::B); in TEST() [all …]
|