Home
last modified time | relevance | path

Searched refs:all_ternary (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
1017 for op in all_ternary(prec, exp_range, itr):
Dranddec.py554 def all_ternary(prec, exp_range, itr): function