Searched defs:max_exp (Results 1 – 8 of 8) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_strtod.py | 27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): argument
|
| /third_party/boost/boost/spirit/home/x3/support/numeric_utils/ |
| D | extract_real.hpp | 35 constexpr auto max_exp = std::numeric_limits<T>::max_exponent10; in scale() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | ac3enc_template.c | 274 int bnd, min_exp, max_exp, master_exp; in apply_channel_coupling() local
|
| D | g723_1enc.c | 472 int max_exp = 32; in estimate_pitch() local
|
| D | wavpackenc.c | 114 uint8_t float_flags, float_shift, float_max_exp, max_exp; member 2159 const int max_exp = s->float_max_exp; in pack_float_sample() local
|
| /third_party/boost/boost/spirit/home/qi/numeric/detail/ |
| D | real_impl.hpp | 68 int const max_exp = std::numeric_limits<T>::max_exponent10; in scale() local
|
| /third_party/json/include/nlohmann/detail/conversions/ |
| D | to_chars.hpp | 975 int min_exp, int max_exp) in format_buffer()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 15315 int min_exp, int max_exp) in format_buffer()
|