Home
last modified time | relevance | path

Searched defs:DoubleEq (Results 1 – 2 of 2) sorted by relevance

/external/libchrome-gestures/include/
Dutil.h23 inline bool DoubleEq(float a, float b) { in DoubleEq() function
/external/python/cpython3/Lib/test/
Dtest_functools.py1642 class DoubleEq: class