Searched refs:restricted_range (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 815 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument 818 exp_range = restricted_range 840 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument 843 exp_range = restricted_range 865 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument 868 exp_range = restricted_range 890 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument 919 def test_round(method, prec, exprange, restricted_range, itr, stat): argument 933 def test_from_float(method, prec, exprange, restricted_range, itr, stat): argument 959 def test_quantize_api(method, prec, exprange, restricted_range, itr, stat): argument [all …]
|