HomeSort by relevance Sort by last modified time
    Searched defs:e30 (Results 1 - 2 of 2) sorted by null

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

Completed in 67 milliseconds