HomeSort by relevance Sort by last modified time
    Searched refs:e39 (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/ubsan/lit_tests/Float/
cast-overflow.cpp 93 return (float)1e39;
  /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
  /external/v8/test/cctest/
test-strtod.cc 146 CHECK_EQ(123456789012345e39, Strtod(vector, 39));

Completed in 287 milliseconds