Searched defs:e30 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp87 constexpr long double e40 = 1E40L, e30 = 1E30L, e39 = 1E39L; local
88 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK
H A Dp7-cxx11-nowarn.cpp88 constexpr long double e40 = 1E40L, e30 = 1E30L, e39 = 1E39L; local
89 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK

Completed in 151 milliseconds