Home
last modified time | relevance | path

Searched refs:E3 (Results 1 – 25 of 144) sorted by relevance

123456

/external/vulkan-validation-layers/libs/glm/detail/
D_swizzle.hpp51 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3, int N>
68 template <typename T, precision P, typename V, int E0, int E1, int E2, int E3>
69 struct _swizzle_base1<T, P, V,E0,E1,E2,E3,4> : public _swizzle_base0<T, 4>
71 … operator ()() const { return V(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } in operator ()()
86 …template <typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3
87 struct _swizzle_base2 : public _swizzle_base1<ValueType, P, VecType,E0,E1,E2,E3,N>
145 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []()
153 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []()
172 template <typename ValueType, precision P, typename VecType, int N, int E0, int E1, int E2, int E3>
173 …izzle_base2<ValueType, P, VecType,N,E0,E1,E2,E3,1> : public _swizzle_base1<ValueType, P, VecType,E…
[all …]
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp81 struct E3 { struct
82 E3() = default;
83 E3(const E3&) = default;
84 E3(E3&&) = default;
85 E3 &operator=(const E3&) = default;
86 E3 &operator=(E3&&) = default;
87 ~E3() = default;
89 E3 e3;
90 static_assert(noexcept(E3(), E3(E3()), E3(e3), e3 = E3(), e3 = e3), "");
/external/icu/icu4c/source/samples/udata/
Dudata.sln3 …4A-11D0-8D11-00A0C91BC942}") = "reader", "reader.vcxproj", "{BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}"
15 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Debug|Win32.ActiveCfg = Debug|Win32
16 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Debug|Win32.Build.0 = Debug|Win32
17 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Debug|x64.ActiveCfg = Debug|Win32
18 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Debug|x64.Build.0 = Debug|Win32
19 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Release|Win32.ActiveCfg = Release|Win32
20 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Release|Win32.Build.0 = Release|Win32
21 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Release|x64.ActiveCfg = Release|Win32
22 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Release|x64.Build.0 = Release|Win32
/external/clang/test/SemaCXX/
Dmember-name-lookup.cpp23 enum E3 { enumerator3 }; // expected-note 2{{member found by ambiguous name lookup}} enum
30 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum
50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup()
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup()
74 enum E3 { enumerator3 }; // expected-note 2 {{member found by ambiguous name lookup}} enum
81 enum E3 { enumerator3_2 }; // expected-note 2{{member found by ambiguous name lookup}} enum
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
Denum-scoped.cpp22 enum E3 : char { enum
26 E3 v4 = Val2;
29 static_assert(sizeof(E3) == 1, "bad size");
/external/libopus/win32/VS2010/
Dopus.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "celt", "celt.vcxproj", "{245603E3-F580-41A5-96…
12 {245603E3-F580-41A5-9632-B25FE3372CBF} = {245603E3-F580-41A5-9632-B25FE3372CBF}
20 {245603E3-F580-41A5-9632-B25FE3372CBF} = {245603E3-F580-41A5-9632-B25FE3372CBF}
28 {245603E3-F580-41A5-9632-B25FE3372CBF} = {245603E3-F580-41A5-9632-B25FE3372CBF}
36 {245603E3-F580-41A5-9632-B25FE3372CBF} = {245603E3-F580-41A5-9632-B25FE3372CBF}
62 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|Win32.ActiveCfg = Debug|Win32
63 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|Win32.Build.0 = Debug|Win32
64 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|x64.ActiveCfg = Debug|x64
65 {245603E3-F580-41A5-9632-B25FE3372CBF}.Debug|x64.Build.0 = Debug|x64
66 {245603E3-F580-41A5-9632-B25FE3372CBF}.Release|Win32.ActiveCfg = Release|Win32
[all …]
/external/clang/INPUTS/
Dc99-intconst-1.c44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
47 type_if(T3, (!(E1) && !(E2) && (E3))))
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
53 type_if(T3, (!(E1) && !(E2) && (E3))), \
54 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))))
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
60 type_if(T3, (!(E1) && !(E2) && (E3))), \
61 type_if(T4, (!(E1) && !(E2) && !(E3) && (E4))), \
62 type_if(T5, (!(E1) && !(E2) && !(E3) && !(E4) && (E5))), \
63 type_if(T6, (!(E1) && !(E2) && !(E3) \
[all …]
/external/clang/test/SemaObjC/
Dclass-proto-1.m29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … interface
32 @interface I3 : E3 @end
/external/clang/test/Parser/
DMicrosoftExtensions.c42 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked dep… enum
47 enum E3 e2; /* No warning expected, the deprecation follows the variable */ in deprecated_enum_test()
48 enum E3 e3 = e; /* expected-warning {{'e' is deprecated}} */ in deprecated_enum_test()
/external/valgrind/VEX/orig_ppc32/
Dmorefp.orig89 . 82 E3 00 28 3D 40 AA AA 61 48 AA AB 80 83 00 2C 80 F7 00 04 83 E4 00 04 7D 67 40 16 55 7B E8 FE 2…
128 . 7C 68 FA 14 3B E3 FF FC 7C 00 FF AC
215 . 7E E3 BB 78 7F 04 C3 78 4B FF FB BD
233 . 7F E3 FB 78 7F A4 EB 78 57 85 F0 BE 48 00 00 71
263 . 7F 83 E3 78 48 00 6B 91
275 . 7D 88 02 A6 94 21 FD E0 38 E3 00 04 48 01 7F B1
293 . 81 7E 03 F4 54 05 10 3A 7C 65 58 2E 7C E3 5A 14 7C E9 03 A6 4E 80 04 20
635 . 7F E3 FB 78 83 81 00 34 82 C1 00 08 7F 88 03 A6 82 E1 00 0C 83 01 00 10 83 21 00 14 83 41 00 18 8…
725 …3E E0 6F FF 3E 60 6F FF 62 C7 FF FF 60 C6 00 21 60 05 FD FF 63 44 FE 34 62 E3 FE FF 62 7D FF 40 2F…
893 . 7F E3 FB 78 7F A4 EB 78 57 85 F0 BE 48 00 01 5D
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54Integrator.java80 private static final double E3 = -71.0 / 16695.0; field in DormandPrince54Integrator
141 final double errSum = E1 * yDotK[0][j] + E3 * yDotK[2][j] + in estimateError()
/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp149 struct E3 : DeletedCopyAssign {}; // expected-note {{base class 'DeletedCopyAssign' has a deleted c… struct
159 template struct CopyAssign<E3>; // expected-note {{here}}
/external/autotest/client/site_tests/security_RootCA/
Dbaseline6 "04:83:ED:33:99:AC:36:08:05:87:22:ED:BC:5E:46:00:E3:BE:F9:D7":
78 "55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1":
118 "89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E":
148 "AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A":
156 "B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9":
164 "C9:A8:B9:E7:55:80:5E:58:E3:53:77:A7:25:EB:AF:C3:7B:27:CC:D7":
168 "CC:AB:0E:A0:4C:23:01:D6:69:7B:DD:37:9F:CD:12:EB:24:E3:94:9D":
172 "D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49":
194 "E1:9F:E3:0E:8B:84:60:9E:80:9B:17:0D:72:A8:C5:BA:6E:14:09:BD":
224 "F1:7F:6F:B6:31:DC:99:E3:A3:C8:7F:FE:1C:F1:81:10:88:D9:60:33":
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt104 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
105 ##0.00E0 12345 12,3E3 K
106 // JDK gives 12,3001E3
107 ##0.0000E0 12300.1 12,300E3 K
108 // JDK gives 12,3001E3
109 ##0.000#E0 12300.1 12,30E3 K
110 ##0.000#E0 12301 12,301E3
114 @@@E0 6235 6,24E3 K
115 @@@#E0 6200 6,20E3 K
116 @@@#E0 6201 6,201E3 K
[all …]
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt104 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
105 ##0.00E0 12345 12,3E3 K
106 // JDK gives 12,3001E3
107 ##0.0000E0 12300.1 12,300E3 K
108 // JDK gives 12,3001E3
109 ##0.000#E0 12300.1 12,30E3 K
110 ##0.000#E0 12301 12,301E3
114 @@@E0 6235 6,24E3 K
115 @@@#E0 6200 6,20E3 K
116 @@@#E0 6201 6,201E3 K
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt104 // JDK gives 12,345E3. JDK seems to include the hashes in significant digits
105 ##0.00E0 12345 12,3E3 K
106 // JDK gives 12,3001E3
107 ##0.0000E0 12300.1 12,300E3 K
108 // JDK gives 12,3001E3
109 ##0.000#E0 12300.1 12,30E3 K
110 ##0.000#E0 12301 12,301E3
114 @@@E0 6235 6,24E3 K
115 @@@#E0 6200 6,20E3 K
116 @@@#E0 6201 6,201E3 K
[all …]
/external/libxml2/result/c14n/1-1-without-comments/
Dexample-71 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org"><e3 xmlns="" id="E3" xml:space="prese…
Dexample-81 …" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" …
Dxmlbase-c14n11spec2-1021 …" xmlns:w3c="http://www.w3.org" xml:base="something/else"><e3 xmlns="" id="E3" xml:base="bar/foo" …
Dxmlbase-c14n11spec-1021 ….w3.org" xml:base="http://www.example.com/something/else"><e3 xmlns="" id="E3" xml:base="../bar/fo…
/external/libxml2/result/c14n/with-comments/
Dexample-71 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org"><e3 xmlns="" id="E3" xml:space="prese…
/external/libxml2/result/c14n/without-comments/
Dexample-71 <e1 xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org"><e3 xmlns="" id="E3" xml:space="prese…
/external/caliper/examples/src/main/java/examples/
DEnumSetContainsBenchmark.java58 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
64 E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15, E16, E17, enumConstant
/external/clang/test/ASTMerge/Inputs/
Denum1.c16 enum E3 { enum
Denum2.c16 enum E3 { enum

123456