Home
last modified time | relevance | path

Searched refs:max_10_exp (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc200 my $max_10_exp = int ($max_exp * log (2) / log (10));
208 $result .= " -D__${name}_MAX_10_EXP__=$max_10_exp";
/third_party/python/Lib/test/
H A Dtest_future.py357 inf = "1e" + repr(sys.float_info.max_10_exp + 1)
H A Dtest_math.py797 int_too_big_for_float = 10 ** (sys.float_info.max_10_exp + 5)
970 int_too_big_for_float = 10 ** (sys.float_info.max_10_exp + 5)
/third_party/python/Lib/
H A Dast.py645 _INFSTR = "1e" + repr(sys.float_info.max_10_exp + 1)

Completed in 10 milliseconds