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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp101 constexpr long double e315 = 1E315L, e305 = 1E305L, e314 = 1E314L; local
102 Agg<double> d7 = {e315 - 5 * e314 + e305 - 5 * e314}; // OK
H A Dp7-cxx11-nowarn.cpp102 constexpr long double e315 = 1E315L, e305 = 1E305L, e314 = 1E314L; local
103 Agg<double> d7 = {e315 - 5 * e314 + e305 - 5 * e314}; // OK

Completed in 80 milliseconds