Home
last modified time | relevance | path

Searched refs:all_binary (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
992 for op in all_binary(prec, exp_range, itr):
1110 for op in all_binary(prec, restricted_range, itr):
Dranddec.py533 def all_binary(prec, exp_range, itr): function