Searched refs:n_arg (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/random/ |
D | student_t_distribution.hpp | 52 explicit param_type(RealType n_arg = RealType(1.0)) in param_type() argument 53 : _n(n_arg) in param_type() 83 explicit student_t_distribution(RealType n_arg = RealType(1.0)) in student_t_distribution() argument 84 : _normal(), _chi_squared(n_arg) in student_t_distribution()
|
D | fisher_f_distribution.hpp | 53 RealType n_arg = RealType(1.0)) in param_type() argument 54 : _m(m_arg), _n(n_arg) in param_type() 88 RealType n_arg = RealType(1.0)) in fisher_f_distribution() argument 89 : _impl_m(m_arg), _impl_n(n_arg) in fisher_f_distribution()
|
D | chi_squared_distribution.hpp | 47 explicit param_type(RealType n_arg = RealType(1)) in param_type() argument 48 : _n(n_arg) in param_type() 92 explicit chi_squared_distribution(RealType n_arg = RealType(1)) in chi_squared_distribution() argument 93 : _impl(static_cast<RealType>(n_arg / 2)) in chi_squared_distribution()
|
/third_party/boost/boost/compute/algorithm/detail/ |
D | serial_scan.hpp | 50 size_t n_arg = k.add_arg<ulong_>("n"); in serial_scan() local 89 scan_kernel.set_arg<ulong_>(n_arg, n); in serial_scan()
|
/third_party/python/Modules/_sqlite/ |
D | connection.c | 868 int n_arg; in pysqlite_connection_create_aggregate() local 878 kwlist, &name, &n_arg, &aggregate_class)) { in pysqlite_connection_create_aggregate() 884 n_arg, in pysqlite_connection_create_aggregate()
|
/third_party/boost/libs/random/doc/ |
D | Jamfile.v2 | 154 \"n_arg=n\" \\
|
/third_party/libxml2/ |
D | testapi.c | 7541 int n_arg; in test_xmlShellBase() local 7548 for (n_arg = 0;n_arg < gen_nb_char_ptr;n_arg++) { in test_xmlShellBase() 7553 arg = gen_char_ptr(n_arg, 1); in test_xmlShellBase() 7561 des_char_ptr(n_arg, arg, 1); in test_xmlShellBase() 7570 printf(" %d", n_arg); in test_xmlShellBase() 7596 int n_arg; in test_xmlShellCat() local 7603 for (n_arg = 0;n_arg < gen_nb_char_ptr;n_arg++) { in test_xmlShellCat() 7608 arg = gen_char_ptr(n_arg, 1); in test_xmlShellCat() 7616 des_char_ptr(n_arg, arg, 1); in test_xmlShellCat() 7625 printf(" %d", n_arg); in test_xmlShellCat() [all …]
|