Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py36 from randdec import randfloat, all_unary, all_binary, all_ternary
844 for op in all_binary(prec, exp_range, itr):
962 for op in all_binary(prec, restricted_range, itr):
Dranddec.py533 def all_binary(prec, exp_range, itr): function