Home
last modified time | relevance | path

Searched defs:max_exp (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): argument
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dfixed_base_exp.cc97 int16_t max_exp = 256; in TwoKAryFixedBaseExpImpl() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/
Dextract_real.hpp34 constexpr auto max_exp = std::numeric_limits<T>::max_exponent10; in scale() local
/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Datan2.cpp223 unsigned max_exp = static_cast<unsigned>(max_abs >> FPBits::FRACTION_LEN); variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp69 int const max_exp = std::numeric_limits<T>::max_exponent10; in scale() local
/aosp_15_r20/external/eigen/test/
H A Darray_cwise.cpp28 …const Scalar max_exp = (static_cast<Scalar>(int(Eigen::NumTraits<Scalar>::max_exponent())) * Scala… in pow_test() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_utils.cc61 int min_exp, max_exp; in PopulateWithRandomFullRangeFloatingPointData() local
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp17425 int min_exp, int max_exp) in format_buffer()