Home
last modified time | relevance | path

Searched defs:E4 (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DenumBasics.js115 var E4; variable
116 (function (E4) { argument
/third_party/boost/libs/endian/test/
Dis_scoped_enum_test.cpp15 enum class E4: long {}; enum
Dendian_reverse_test3.cpp51 enum class E4: long { e4 }; enum
/third_party/boost/libs/histogram/test/
Ddetail_argument_traits_test.cpp53 using E4 = dtl::argument_traits_holder<2, 1, 0, 3, std::tuple<int>>; in main() typedef
/third_party/typescript/tests/cases/conformance/enums/
DenumBasics.ts37 enum E4 { enum
73 E8.B, E7.A, E4.Z, E3.X, E3.Y, E3.Z variable
DenumConstantMembers.ts15 declare enum E4 { enum
/third_party/boost/libs/units/test/
Dtest_cmath.cpp58 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::energy> E4(-2.5*bu::joules), in test_main() local
Dtest_dimensionless_quantity.cpp47 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::dimensionless> E4 = E2; in test_main() local
Dtest_quantity.cpp47 BOOST_CONSTEXPR_OR_CONST bu::quantity<bu::energy> E4 = E2; in test_main() local
/third_party/boost/libs/math/test/
Dlegendre_stieltjes_test.cpp53 Real E4 = p4 - 20*p2/static_cast<Real>(27) + 14/static_cast<Real>(891); in test_legendre_stieltjes() local
/third_party/typescript/tests/cases/compiler/
DconstantEnumAssert.ts17 const enum E4 { enum
DenumLiteralsSubtypeReduction.ts6 E4, enumerator
/third_party/boost/boost/math/special_functions/
Dellint_rd.hpp169 T E4 = 3 * (X * Y - Z * Z) * Z * Z; in ellint_rd_imp() local
Dellint_rj.hpp265 T E4 = (2 * X * Y * Z + E2 * P + 3 * P * P * P) * P; in ellint_rj_imp() local
/third_party/ffmpeg/libavcodec/
Dindeo3data.h251 #define E4(a, b) PD(a, b), PD(-(a), -(b)), PD(b, a), PD(-(b), -(a)) macro
/third_party/ffmpeg/libavfilter/
Dvf_epx.c141 uint32_t E0, E1, E2, E3, E4, E5, E6, E7, E8; in epx3_slice() local