Searched refs:exponential_distribution (Results 1 – 25 of 29) sorted by relevance
12
30 class _LIBCPP_TEMPLATE_VIS exponential_distribution40 typedef exponential_distribution distribution_type;63 exponential_distribution() : exponential_distribution(1) {} in exponential_distribution() function65 explicit exponential_distribution(result_type __lambda) in exponential_distribution() function99 bool operator==(const exponential_distribution& __x,100 const exponential_distribution& __y)103 bool operator!=(const exponential_distribution& __x,104 const exponential_distribution& __y)126 const exponential_distribution<_RealType>& __x)138 exponential_distribution<_RealType>& __x)[all …]
89 _VSTD::pow(exponential_distribution<result_type>()(__g), 1/__p.a());} in operator()
124 exponential_distribution<result_type> __egen; in operator()
186 exponential_distribution<double> __edist; in operator()
30 typedef std::exponential_distribution<T> D; in test_implicit()40 typedef std::exponential_distribution<> D; in main()45 typedef std::exponential_distribution<> D; in main()
27 typedef std::exponential_distribution<> D; in main()33 typedef std::exponential_distribution<> D; in main()
26 typedef std::exponential_distribution<> D; in main()31 typedef std::exponential_distribution<float> D; in main()
25 typedef std::exponential_distribution<> D; in main()31 typedef std::exponential_distribution<> D; in main()
25 typedef std::exponential_distribution<> D; in main()32 typedef std::exponential_distribution<> D; in main()
37 typedef std::exponential_distribution<> D; in main()76 typedef std::exponential_distribution<> D; in main()115 typedef std::exponential_distribution<> D; in main()
24 typedef std::exponential_distribution<> D; in main()
24 typedef std::exponential_distribution<> D; in test1()
25 typedef std::exponential_distribution<> D; in main()
35 typedef std::exponential_distribution<> D; in main()
37 typedef std::exponential_distribution<> D; in main()
23 void test(std::exponential_distribution<double> dist) in test()
864 class exponential_distribution873 typedef exponential_distribution distribution_type;885 exponential_distribution() : exponential_distribution(1.0) {} // C++20887 explicit exponential_distribution(const param_type& parm);903 friend bool operator==(const exponential_distribution& x,904 const exponential_distribution& y);905 friend bool operator!=(const exponential_distribution& x,906 const exponential_distribution& y);912 const exponential_distribution& x);918 exponential_distribution& x);[all …]
181 helper<std::exponential_distribution<float>>(data, size) || in LLVMFuzzerTestOneInput()