Home
last modified time | relevance | path

Searched defs:max_exp (Results 1 – 4 of 4) 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/eigen/test/
Darray_cwise.cpp28 …const Scalar max_exp = (static_cast<Scalar>(int(Eigen::NumTraits<Scalar>::max_exponent())) * Scala… in pow_test() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc61 int min_exp, max_exp; in PopulateWithRandomFullRangeFloatingPointData() local