Lines Matching refs:exp_range
963 def test_unary(method, prec, exp_range, restricted_range, itr, stat): argument
966 exp_range = restricted_range
967 for op in all_unary(prec, exp_range, itr):
978 for op in unary_optarg(prec, exp_range, itr):
988 def test_binary(method, prec, exp_range, restricted_range, itr, stat): argument
991 exp_range = restricted_range
992 for op in all_binary(prec, exp_range, itr):
1003 for op in binary_optarg(prec, exp_range, itr):
1013 def test_ternary(method, prec, exp_range, restricted_range, itr, stat): argument
1016 exp_range = restricted_range
1017 for op in all_ternary(prec, exp_range, itr):
1028 for op in ternary_optarg(prec, exp_range, itr):
1038 def test_format(method, prec, exp_range, restricted_range, itr, stat): argument
1040 for op in all_unary(prec, exp_range, itr):