Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_tcl.py484 def float_eq(actual, expected): function
512 check(f, eq=float_eq)
513 check(float('inf'), eq=float_eq)
514 check(-float('inf'), eq=float_eq)
/external/python/cpython2/Lib/test/
Dtest_tcl.py504 def float_eq(actual, expected): function
531 check(f, eq=float_eq)
532 check(float('inf'), eq=float_eq)
533 check(-float('inf'), eq=float_eq)