Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_tcl.py529 def float_eq(actual, expected): function
561 check(f, eq=float_eq)
562 check(float('inf'), eq=float_eq)
563 check(-float('inf'), eq=float_eq)
/third_party/quickjs/
Dqjscalc.js466 function float_eq(a, b) { function
518 "==": float_eq,