OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e305
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/v8/test/cctest/
test-strtod.cc
207
CHECK_EQ(1234
e305
, StrtodChar("1234", 305));
213
CHECK_EQ(1234
e305
, StrtodChar("00000001234", 305));
219
CHECK_EQ(1234
e305
, StrtodChar("123400000", 300));
225
CHECK_EQ(1234
e305
, StrtodChar("00000000123400000", 300));
/external/v8/test/cctest/
test-strtod.cc
182
CHECK_EQ(1234
e305
, StrtodChar("1234", 305));
188
CHECK_EQ(1234
e305
, StrtodChar("00000001234", 305));
194
CHECK_EQ(1234
e305
, StrtodChar("123400000", 300));
200
CHECK_EQ(1234
e305
, StrtodChar("00000000123400000", 300));
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp
102
constexpr long double e315 = 1E315L,
e305
= 1E305L, e314 = 1E314L;
local
103
Agg<double> d7 = {e315 - 5 * e314 +
e305
- 5 * e314}; // OK
p7-0x.cpp
101
constexpr long double e315 = 1E315L,
e305
= 1E305L, e314 = 1E314L;
local
102
Agg<double> d7 = {e315 - 5 * e314 +
e305
- 5 * e314}; // OK
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
math_testcases.txt
246
lgam0106 lgamma 2.55998332785163
e305
-> 1.7976931348623099e+308
247
lgam0107 lgamma 2.55998332785164
e305
-> inf overflow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
math_testcases.txt
246
lgam0106 lgamma 2.55998332785163
e305
-> 1.7976931348623099e+308
247
lgam0107 lgamma 2.55998332785164
e305
-> inf overflow
Completed in 929 milliseconds