Searched refs:all_nan (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_decimal/tests/ | ||
H A D | deccheck.py | 668 def all_nan(a): function 672 return all(all_nan(v) for v in a) 883 if all_nan(t.rc) and all_nan(t.rmax): |
Completed in 2 milliseconds