Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
Dranddec.py248 def close_to_min_etiny_greater(prec, max_prec, min_emin): argument
254 def close_to_min_etiny_less(prec, max_prec, min_emin): argument
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dmingw_pformat.c1675 int32_t max_prec; in __pformat_efloat_decimal() local
1754 int max_prec; in __pformat_float_decimal() local
/third_party/ffmpeg/libavcodec/
Datrac9dec.c397 const int max_prec = s->samplerate_idx > 7 ? 1 : 7; in read_coeffs_coarse() local