Home
last modified time | relevance | path

Searched refs:_isfinite (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dstatistics.py195 assert not _isfinite(total)
202 def _isfinite(x): function
254 assert not _isfinite(x)
719 assert not _isfinite(total)
Drandom.py51 from math import tau as TWOPI, floor as _floor, isfinite as _isfinite unknown
536 if not _isfinite(total):
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.inl18 return _isfinite(x) != 0;
/third_party/python/Lib/test/
Dtest_statistics.py839 self.assertTrue(statistics._isfinite(x))
844 self.assertFalse(statistics._isfinite(x))
849 self.assertFalse(statistics._isfinite(x))