Searched refs:all_unary (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 47 from randdec import randfloat, all_unary, all_binary, all_ternary 963 for op in all_unary(prec, exp_range, itr): 1036 for op in all_unary(prec, exp_range, itr): 1049 for op in all_unary(prec, 9999, itr): 1065 for op in all_unary(prec, 9999, itr):
|
D | randdec.py | 510 def all_unary(prec, exp_range, itr): function
|