Home
last modified time | relevance | path

Searched defs:min_exp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): argument
/external/python/cpython2/Lib/test/
Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc61 int min_exp, max_exp; in PopulateWithRandomFullRangeFloatingPointData() local