Searched refs:E5 (Results 1 – 25 of 364) sorted by relevance
12345678910>>...15
99 struct E5 { struct100 E5() = default;101 E5(const E5&) = default;102 E5(E5&&) = default;103 E5 &operator=(const E5&) = default;104 E5 &operator=(E5&&) = default;105 ~E5() = default;109 E5 e5; argument110 static_assert(!noexcept(E5()), "");111 static_assert(!noexcept(E5(static_cast<E5&&>(e5))), "");[all …]
13 …0A0C91BC942}") = "test_opus_api", "test_opus_api.vcxproj", "{1D257A17-D254-42E5-82D6-1C87A6EC775A}"92 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.Debug|Win32.ActiveCfg = Debug|Win3293 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.Debug|Win32.Build.0 = Debug|Win3294 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.Debug|x64.ActiveCfg = Debug|x6495 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.Debug|x64.Build.0 = Debug|x6496 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.DebugDLL_fixed|Win32.ActiveCfg = DebugDLL_fixed|Win3297 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.DebugDLL_fixed|Win32.Build.0 = DebugDLL_fixed|Win3298 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.DebugDLL_fixed|x64.ActiveCfg = DebugDLL_fixed|x6499 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.DebugDLL_fixed|x64.Build.0 = DebugDLL_fixed|x64100 {1D257A17-D254-42E5-82D6-1C87A6EC775A}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32[all …]
36 enum E : unsigned char { E5 = S(), E6, E10 = S() * 2, E1 = E5 / 5 }; enumerator44 enum class EE { EE32 = ' ', EE65 = 'A', EE1 = (short)1, EE5 = E5 };81 static_assert(Val<bool, E5>::value == 1, ""); // expected-error {{5, which cannot be narrowed to ty…
519 24E5>0076605 2F47>65E5912 3230>0028 65E5 0029999 3290>65E51084 32E5>30CB1128 3312>30AD 30E5 30EA 30FC1334 33E0>0031 65E51335 33E1>0032 65E51336 33E2>0033 65E51337 33E3>0034 65E5[all …]
63 00C5>00E5204 01E4>01E5341 03E4>03E5468 04E4>04E51121 212B>00E51332 24E5>00761534 2F47>65E51841 3230>0028 65E5 00291928 3290>65E52013 32E5>30CB[all …]
136 08E4..08E5:230254 20E5..20E6:1390 00E5=0061 030A562 01FB=00E5 0301676 04E5=0438 03081364 F906>53E51474 F974>82E52285 2F998>82E5
15 …E5'E5'�E@�E@�E@�E@�CE�CE�CE�CE�CE�?/�?/�?/�?/�?/�=-�?/�?/�?/�?/�G>53.14/14/14/01(01(01(01(01(/0.+/…
26 "2A:B6:28:48:5E:78:FB:F3:AD:9E:79:10:DD:6B:DF:99:72:2C:96:E5":50 "3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B":66 "4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5":78 "5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6":94 "74:F8:A3:C3:EF:E7:B3:90:06:4B:83:90:3C:21:64:60:20:E5:DF:CE":110 "91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81":114 "9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB":120 "A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36":128 "AE:C5:FB:3F:C8:E1:BF:C4:E5:4F:03:07:5A:9A:E8:00:B7:F7:B6:FA":138 "B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6":[all …]
86 private static final double E5 = -17253.0 / 339200.0; field in DormandPrince54Integrator142 E4 * yDotK[3][j] + E5 * yDotK[4][j] + in estimateError()
18 enum alignas(8) E5 {}; enum19 static_assert(alignof(E5) == 8, "");
153 struct E5 : InaccessibleCopyAssign {}; // expected-note {{base class 'InaccessibleCopyAssign' has a… struct161 template struct CopyAssign<E5>; // expected-note {{here}}
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument62 type_if(T5, (!(E1) && !(E2) && !(E3) && !(E4) && (E5))), \64 && !(E4) && !(E5) && (E6))))73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument75 T4, (E4), T5, (E5), T6, (E6)))0))
58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
30 enum E5 { enum
29 enum E5 { enum
481 [top_byte E5 TRAILING ]1500 20E5; [, AA, 05]1578 082B; [, E5 16, 05]1579 082C; [, E5 38, 05]1580 0818; [, E5 5A, 05]1581 0819; [, E5 7C, 05]1582 082D; [, E5 9E, 05]1583 064B; [, E5 C0, 05]1584 FE71; [, E5 C0, 10]1585 FE70; [, E5 C0, 2C][all …]
753 00E0..00E5 ; NFD_QC; N1161 00E0..00E5 ; NFKD_QC; N2154 00E0..00E5 ; Expands_On_NFD2439 00E0..00E5 ; Expands_On_NFKD2936 00C5 ; NFKC_CF; 00E53077 01E4 ; NFKC_CF; 01E53214 03E4 ; NFKC_CF; 03E53341 04E4 ; NFKC_CF; 04E53997 212B ; NFKC_CF; 00E54208 24E5 ; NFKC_CF; 0076[all …]
22 …enum __attribute__((mode(V8HI))) { E5 } v2; // expected-error{{mode 'V8HI' is not supported for en… in main() enumerator
40 Intel Xeon E5-1650 CPU @ 3.50GHz and a batch size of 32.
45 using a single NVIDIA Titan X (Pascal) GPU on a host with an Intel Xeon E5-1650
32 state machine rules E5 and E6(r). These are, respectively:108 E5 Write(oldVTS,oldLS) rd hb(oldVTS, Read(currVTS,currLS) False
196 E5 Compound
17 20E5 0334898 0334 08E5899 08E5 03342914 20E5 00213025 08E5 00214361 20E5 003F4472 08E5 003F9040 02E5 00219041 02E5 003F9042 02E5 0061[all …]