OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:e30
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
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
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
Completed in 95 milliseconds