Searched defs:dist (Results 1 – 25 of 29) sorted by relevance
12
31 def insertMinimumPadding(a, b, dist): argument69 def dist(self, a, b): member in ZipperDiff85 def dist(self, a, b): member in DriverZipperDiff
28 void check_distance(It first, It last, typename std::iterator_traits<It>::difference_type dist) in check_distance()
23 void test(std::lognormal_distribution<double> dist) in test()
23 void test(std::piecewise_constant_distribution<double> dist) in test()
23 void test(std::uniform_real_distribution<double> dist) in test()
24 void test(std::negative_binomial_distribution<int> dist) in test()
23 void test(std::chi_squared_distribution<double> dist) in test()
24 void test(std::uniform_int_distribution<int> dist) in test()
23 void test(std::gamma_distribution<double> dist) in test()
23 void test(std::student_t_distribution<double> dist) in test()
23 void test(std::exponential_distribution<double> dist) in test()
23 void test(std::weibull_distribution<double> dist) in test()
23 void test(std::normal_distribution<double> dist) in test()
23 void test(std::binomial_distribution<int> dist) in test()
23 void test(std::piecewise_linear_distribution<double> dist) in test()
24 void test(std::fisher_f_distribution<double> dist) in test()
24 void test(std::geometric_distribution<int> dist) in test()
23 void test(std::discrete_distribution<int> dist) in test()
23 void test(std::cauchy_distribution<double> dist) in test()
23 void test(std::bernoulli_distribution dist) in test()
24 void test(std::poisson_distribution<int> dist) in test()
23 void test(std::extreme_value_distribution<double> dist) in test()
39 std::uniform_int_distribution<ResultType> dist(a, b); test_statistics() local
29 std::uniform_int_distribution<uint32_t> dist; TEST() local
225 int long long dist = arr - ptr; in ptr_distance() local