Home
last modified time | relevance | path

Searched refs:all_unary (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/_decimal/tests/
Ddeccheck.py51 from randdec import randfloat, all_unary, all_binary, all_ternary
967 for op in all_unary(prec, exp_range, itr):
1040 for op in all_unary(prec, exp_range, itr):
1053 for op in all_unary(prec, 9999, itr):
1069 for op in all_unary(prec, 9999, itr):
Dranddec.py510 def all_unary(prec, exp_range, itr): function