Home
last modified time | relevance | path

Searched refs:_find_rteq (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python37/Python-3.7.12/Lib/
H A Dstatistics.py272 def _find_rteq(a, l, x): function
477 l2 = _find_rteq(data, l1, x)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dstatistics.py290 def _find_rteq(a, l, x): function
550 l2 = _find_rteq(data, l1, x)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dstatistics.py277 def _find_rteq(a, l, x): function
528 l2 = _find_rteq(data, l1, x)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dstatistics.py315 def _find_rteq(a, l, x): function
639 l2 = _find_rteq(data, l1, x)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_statistics.py1072 statistics._find_rteq(a, l, x)
1081 self.assertEqual(expected_i, statistics._find_rteq(a, l, x))
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_statistics.py1074 statistics._find_rteq(a, l, x)
1083 self.assertEqual(expected_i, statistics._find_rteq(a, l, x))
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_statistics.py1075 statistics._find_rteq(a, l, x)
1084 self.assertEqual(expected_i, statistics._find_rteq(a, l, x))