Home
last modified time | relevance | path

Searched refs:E3 (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_swizzle.hpp23 template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, bool Aligned>
40 template <typename T, precision 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 GLM_FUNC_QUALIFIER vecType<T, P> operator ()() const { return vecType<T, P>(this->elem(E0), this->elem(E1), this->elem(E2), this->elem(E3)); } in operator ()()
58 template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
59 struct _swizzle_base2 : public _swizzle_base1<N, T, P, vecType, E0,E1,E2,E3, detail::is_aligned<P>::value>
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 template <int N, typename T, precision P, template <typename, precision> class vecType, int E0, int E1, int E2, int E3>
137 struct _swizzle_base2<N, T, P, vecType, E0,E1,E2,E3,
[all...]
H A Dtype_vec4.hpp153 template <int E0, int E1, int E2, int E3>
154 GLM_FUNC_DECL tvec4(detail::_swizzle<4, T, P, glm::tvec4, E0, E1, E2, E3> const & that) in tvec4()
/third_party/typescript/tests/baselines/reference/
H A DenumMergingErrors.js6 export enum E3 { A = 0 }
11 export enum E3 { C }
16 export enum E3 { B = 'foo'.length }
57 var E3; variable
58 (function (E3) {
59 E3[E3["A"] = 0] = "A";
60 })(E3 = M.E3 || (M.E3
71 var E3; global() variable
85 var E3; global() variable
[all...]
H A DconstantEnumAssert.js12 enum E3 {
36 const foo5 = { a: E3.a } as const
46 const foo10 = { a: E3.a as const }
64 var E3; variable
65 (function (E3) {
66 E3[E3["a"] = 1] = "a";
67 E3[E3["b"] = 2] = "b";
68 E3[E
[all...]
H A DenumBasics.js33 enum E3 {
74 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z
108 var E3; variable
109 (function (E3) {
110 E3[E3["X"] = 'foo'.length] = "X";
111 E3[E3["
[all...]
H A DparserEnum5.js3 enum E3 { a: 1, }
11 var E3; variable
12 (function (E3) {
13 E3[E3["a"] = 0] = "a";
14 E3[E3[1] = 1] = 1;
15 })(E3 || (E3 = {}));
H A DimplicitIndexSignatures.js51 enum E3 { A = 0, B = "B" }
54 const v3 = getStringIndexValue(E3);
57 const v6 = getNumberIndexValue(E3);
109 var E3; variable
110 (function (E3) {
111 E3[E3["A"] = 0] = "A";
112 E3["B"] = "B";
113 })(E3 || (E3
[all...]
H A DenumConstantMembers.js11 enum E3 {
55 var E3; variable
56 (function (E3) {
57 E3[E3["a"] = 0.1] = "a";
58 E3[E3["b"] = 1.1] = "b"; // Error because 0.1 is not a constant
59 })(E3 || (E3 = {}));
H A DambientDeclarations.js53 declare enum E3 {
56 declare module E3 {
59 var x = E3.B;
80 var x = E3.B;
H A DmappedTypesAndObjects.js35 interface E3<T> extends Base {
91 interface E3<T> extends Base {
H A DenumLiteralsSubtypeReduction.js6 E3,
1033 return [ E.E2, E.E3]
2064 E[E["E3"] = 3] = "E3";
3091 return [E.E2, E.E3];
/third_party/ffmpeg/libavfilter/
H A Dvf_epx.c72 uint32_t E0, E1, E2, E3; in epx2_slice() local
85 E3 = H == F ? F : E; in epx2_slice()
90 E3 = E; in epx2_slice()
96 dst_line[1][x*2+1] = E3; in epx2_slice()
140 uint32_t E0, E1, E2, E3, E4, E5, E6, E7, E8; in epx3_slice() local
157 E3 = (D == B && E != G) || (D == H && E != A) ? D : E; in epx3_slice()
167 E3 = E; in epx3_slice()
178 dst_line[1][x*3] = E3; in epx3_slice()
/third_party/openssl/test/
H A Dkeymgmt_internal_test.c77 #define E3 8 /* Extra exponent */ macro
130 || !TEST_true(get_ulong_via_BN(p, &keydata[E3]))) in export_cb()
170 2, /* E3 */ in test_pass_rsa()
209 || !TEST_true(BN_set_word(bn_exps[0], expected[E3])) in test_pass_rsa()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D124-preprocessing-numbers.c31 .23E3-MUST_EXPAND
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_sse2.c272 const __m128i E3 = _mm_srli_epi64(D3, WEBP_RESCALER_RFIX); in RescalerExportRowExpand_SSE2() local
273 ProcessRow_SSE2(&E0, &E1, &E2, &E3, &mult, dst + x_out); in RescalerExportRowExpand_SSE2()
312 const __m128i E3 = _mm_sub_epi64(A3, D3); in RescalerExportRowShrink_SSE2() local
319 ProcessRow_SSE2(&E0, &E1, &E2, &E3, &mult_xy, dst + x_out); in RescalerExportRowShrink_SSE2()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h50 V(pavgw, 66, 0F, E3) \
/third_party/mbedtls/library/
H A Daes.c138 V(7B, 29, 29, 52), V(3E, E3, E3, DD), V(71, 2F, 2F, 5E), V(97, 84, 84, 13), \
140 V(60, 20, 20, 40), V(1F, FC, FC, E3), V(C8, B1, B1, 79), V(ED, 5B, 5B, B6), \
146 V(F0, 50, 50, A0), V(44, 3C, 3C, 78), V(BA, 9F, 9F, 25), V(E3, A8, A8, 4B), \
247 V(CB, 6B, AB, 3B), V(F1, 45, 9D, 1F), V(AB, 58, FA, AC), V(93, 03, E3, 4B), \
259 V(23, D3, 73, AB), V(E2, 02, 4B, 72), V(57, 8F, 1F, E3), V(2A, AB, 55, 66), \
283 V(4B, 2F, 9E, 1D), V(F3, 30, B2, DC), V(EC, 52, 86, 0D), V(D0, E3, C1, 77), \
299 V(E3, B5, D1, 9E), V(1B, 88, 6A, 4C), V(B8, 1F, 2C, C1), V(7F, 51, 65, 46), \
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h85 V(pavgw, 66, 0F, E3) \
/third_party/json/tests/src/
H A Dunit-class_parser.cpp482 CHECK(parser_helper("10000E3") == json(10000e3));
503 CHECK(parser_helper("10E3") == json(10e3));
575 CHECK(parser_helper("-128.5E3") == json(-128.5E3));
793 CHECK(accept_helper("10000E3"));
855 CHECK(accept_helper("-128.5E3"));
H A Dunit-regression1.cpp492 json j3a = 10E3;
493 json j3b = json::parse("10E3");
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex9311 \DeclareUnicodeCharacter{00E3}{\~a}
9467 \DeclareUnicodeCharacter{01E3}{\={\ae}}

Completed in 25 milliseconds