Home
last modified time | relevance | path

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

12345678910>>...19

/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp23 …sion P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligned>
40 …sion P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligned>
41 struct _swizzle_base1<4, T, P, vecType, E0,E1,E2,E3, Aligned> : public _swizzle_base0<T, 4>
43 …() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } in operator ()()
58 … template <typename, precision> class vecType, int E0, int E1, int E2, int E3, int DUPLICATE_ELEME…
59 …struct _swizzle_base2 : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>…
111 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []()
116 const int offset_dst[4] = { E0, E1, E2, E3 }; in operator []()
136 …ename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3>
137 …uct _swizzle_base2<N, T, P, vecType, E0,E1,E2,E3, 1> : public _swizzle_base1<N, T, P, vecType, E0,…
[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|x64
18 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Debug|x64.Build.0 = Debug|x64
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|x64
22 {BFEFC070-C5A9-42E3-BAAE-A51FB2C4BA28}.Release|x64.Build.0 = Release|x64
/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()
/external/igt-gpu-tools/lib/
Digt.cocci149 int E3, E4;
170 - igt_assert(E3 == E4);
171 + igt_assert_eq(E3, E4);
173 - igt_assert(E3 != E4);
174 + igt_assert_neq(E3, E4);
176 - igt_assert(E3 <= E4);
177 + igt_assert_lte(E3, E4);
179 - igt_assert(E3 < E4);
180 + igt_assert_lt(E3, E4);
182 - igt_assert(E3 >= E4);
[all …]
/external/zstd/build/VS2008/
Dzstd.sln8 …A0C91BC942}") = "fullbench", "fullbench\fullbench.vcproj", "{CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}"
36 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|Win32.ActiveCfg = Debug|Win32
37 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|Win32.Build.0 = Debug|Win32
38 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|x64.ActiveCfg = Debug|x64
39 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|x64.Build.0 = Debug|x64
40 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|Win32.ActiveCfg = Release|Win32
41 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|Win32.Build.0 = Release|Win32
42 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|x64.ActiveCfg = Release|x64
43 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|x64.Build.0 = Release|x64
/external/kmod/testsuite/rootfs-pristine/test-modinfo/
Dcorrect-sig_key.txt1 E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
2 E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
Dcorrect-sig_key-openssl.txt1 E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
2 E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
Dcorrect.txt11 sig_key: E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
23 sig_key: E3:C8:FC:A7:3F:B3:1D:DE:84:81:EF:38:E3:4C:DE:4B:0C:FD:1B:F9
/external/zstd/contrib/VS2005/
Dzstd.sln7 …A0C91BC942}") = "fullbench", "fullbench\fullbench.vcproj", "{CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}"
35 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|Win32.ActiveCfg = Debug|Win32
36 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|Win32.Build.0 = Debug|Win32
37 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|x64.ActiveCfg = Debug|x64
38 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Debug|x64.Build.0 = Debug|x64
39 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|Win32.ActiveCfg = Release|Win32
40 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|Win32.Build.0 = Release|Win32
41 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|x64.ActiveCfg = Release|x64
42 {CC8F1D1B-BA2F-43E3-A71F-FA415D81AAD3}.Release|x64.Build.0 = Release|x64
/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/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAnonymousClassDeclarations.java.txt9 E1, E2, E3
52 MyEnum.E3.toString();
63 E1, E2, E3
66 MyInnerEnum.E3.toString();
/external/icu/icu4c/source/data/unidata/
Demoji-sequences.txt167 … ; man dancing # E3.0 [1] (��)
169 … ; black heart # E3.0 [1] (��)
239 … ; stop sign..shopping cart # E3.0 [2] (��..��)
245 … ; kick scooter..canoe # E3.0 [3] (��..��)
255 … ; call me hand..crossed fingers # E3.0 [6] (��..��)
257 … ; cowboy hat face..sneezing face # E3.0 [8] (��..��)
259 … ; pregnant woman # E3.0 [1] (��)
261 … ; selfie..person fencing # E3.0 [8] (��..��)
262 … ; people wrestling..person playing handball # E3.0 [3] (��..��)
264 … ; wilted flower..goal net # E3.0 [6] (��..��)
[all …]
/external/unicode/
Demoji-sequences.txt167 … ; man dancing # E3.0 [1] (��)
169 … ; black heart # E3.0 [1] (��)
239 … ; stop sign..shopping cart # E3.0 [2] (��..��)
245 … ; kick scooter..canoe # E3.0 [3] (��..��)
255 … ; call me hand..crossed fingers # E3.0 [6] (��..��)
257 … ; cowboy hat face..sneezing face # E3.0 [8] (��..��)
259 … ; pregnant woman # E3.0 [1] (��)
261 … ; selfie..person fencing # E3.0 [8] (��..��)
262 … ; people wrestling..person playing handball # E3.0 [3] (��..��)
264 … ; wilted flower..goal net # E3.0 [6] (��..��)
[all …]
/external/cronet/third_party/icu/source/data/unidata/
Demoji-sequences.txt167 … ; man dancing # E3.0 [1] (��)
169 … ; black heart # E3.0 [1] (��)
239 … ; stop sign..shopping cart # E3.0 [2] (��..��)
245 … ; kick scooter..canoe # E3.0 [3] (��..��)
255 … ; call me hand..crossed fingers # E3.0 [6] (��..��)
257 … ; cowboy hat face..sneezing face # E3.0 [8] (��..��)
259 … ; pregnant woman # E3.0 [1] (��)
261 … ; selfie..person fencing # E3.0 [8] (��..��)
262 … ; people wrestling..person playing handball # E3.0 [3] (��..��)
264 … ; wilted flower..goal net # E3.0 [6] (��..��)
[all …]
/external/capstone/msvc/
Dcapstone.sln23 …0C91BC942}") = "test_m68k", "test_m68k\test_m68k.vcxproj", "{5B880AB5-E54F-11E3-8C65-B8E8563B7B00}"
58 …1BC942}") = "test_xcore", "test_xcore\test_xcore.vcxproj", "{5B880AB5-E54F-11E3-8C65-B8E8563B7BDE}"
127 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Debug|Win32.ActiveCfg = Debug|Win32
128 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Debug|Win32.Build.0 = Debug|Win32
129 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Debug|x64.ActiveCfg = Debug|x64
130 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Debug|x64.Build.0 = Debug|x64
131 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Release|Win32.ActiveCfg = Release|Win32
132 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Release|Win32.Build.0 = Release|Win32
133 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Release|x64.ActiveCfg = Release|x64
134 {5B880AB5-E54F-11E3-8C65-B8E8563B7B00}.Release|x64.Build.0 = Release|x64
[all …]
/external/curl/tests/data/
Dtest170331 file://localhost%FILE_PWD/log/%E3%83%86%E3%82%B9%E3%83%88%TESTNUMBER.txt
/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/toybox/tests/files/bc/
Dprint_results.txt4117 .E3
4118 1.E3
4119 65.E3
4257 .1E3
4258 1.1E3
4259 8A.1E3
4588 E3
4591 E3.32D
4999 .E3
5000 1.E3
[all …]
/external/icu/icu4c/source/data/translit/
Dit_ja.txt12 # http://ja.wikipedia.org/wiki/%E3%82%A4%E3%82%BF%E3%83%AA%E3%82%A2%E8%AA%9E
/external/cronet/third_party/icu/source/data/translit/
Dit_ja.txt12 # http://ja.wikipedia.org/wiki/%E3%82%A4%E3%82%BF%E3%83%AA%E3%82%A2%E8%AA%9E
/external/clang/test/Parser/
DMicrosoftExtensions.c45 __declspec(deprecated) enum E3 { a, b, c } e; /* expected-note {{'e' has been explicitly marked dep… enum
50 enum E3 e2; /* No warning expected, the deprecation follows the variable */ in deprecated_enum_test()
51 enum E3 e3 = e; /* expected-warning {{'e' is deprecated}} */ in deprecated_enum_test()
/external/webrtc/rtc_base/
Dtype_traits.h119 enum class E3 { e3 }; enum
124 static_assert(!type_traits_impl::IsIntEnum<E3>::value, "");
131 static_assert(!IsIntlike<E3>::value, "");
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dalg.pass.cpp55 typedef std::linear_congruential_engine<T, 1ull, 1, (1ull<<48)> E3; in main() typedef
56 E3 e3; in main()
/external/arm-trusted-firmware/drivers/renesas/rcar/qos/
Dqos.mk40 BL2_SOURCES += drivers/renesas/rcar/qos/E3/qos_init_e3_v10.c
95 BL2_SOURCES += drivers/renesas/rcar/qos/E3/qos_init_e3_v10.c
98 BL2_SOURCES += drivers/renesas/rcar/qos/E3/qos_init_e3_v10.c
102 BL2_SOURCES += drivers/renesas/rcar/qos/E3/qos_init_d3.c

12345678910>>...19