Home
last modified time | relevance | path

Searched defs:param_type (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__random/
H A Ddiscrete_distribution.h45 param_type() {} in param_type() function
48 param_type(_InputIterator __f, _InputIterator __l) in param_type() function
52 param_type(initializer_list<double> __wl) in param_type() function
158 discrete_distribution<_IntType>::param_type::param_type(size_t __nw, in param_type() function
H A Dpiecewise_constant_distribution.h207 piecewise_constant_distribution<_RealType>::param_type::param_type() in param_type() function
217 piecewise_constant_distribution<_RealType>::param_type::param_type( in param_type() function
242 piecewise_constant_distribution<_RealType>::param_type::param_type( in param_type() function
267 piecewise_constant_distribution<_RealType>::param_type::param_type( in param_type() function
H A Dpiecewise_linear_distribution.h211 piecewise_linear_distribution<_RealType>::param_type::param_type() in param_type() function
221 piecewise_linear_distribution<_RealType>::param_type::param_type( in param_type() function
246 piecewise_linear_distribution<_RealType>::param_type::param_type( in param_type() function
271 piecewise_linear_distribution<_RealType>::param_type::param_type( in param_type() function
H A Dbinomial_distribution.h130 binomial_distribution<_IntType>::param_type::param_type(result_type __t, double __p) in param_type() function
212 typedef typename _Eng::param_type param_type; typedef
H A Dpoisson_distribution.h123 poisson_distribution<_IntType>::param_type::param_type(double __mean) in param_type() function
265 typedef typename _Eng::param_type param_type; typedef
H A Dgeometric_distribution.h128 typedef typename _Eng::param_type param_type; typedef
H A Dchi_squared_distribution.h129 typedef typename _Eng::param_type param_type; typedef
H A Dexponential_distribution.h142 typedef typename _Eng::param_type param_type; typedef
H A Dbernoulli_distribution.h130 typedef typename _Eng::param_type param_type; typedef
H A Dstudent_t_distribution.h140 typedef typename _Eng::param_type param_type; typedef
H A Dextreme_value_distribution.h147 typedef typename _Eng::param_type param_type; typedef
H A Duniform_real_distribution.h146 typedef typename _Eng::param_type param_type; typedef
H A Dweibull_distribution.h139 typedef typename _Eng::param_type param_type; typedef
H A Dfisher_f_distribution.h146 typedef typename _Eng::param_type param_type; typedef
H A Dcauchy_distribution.h148 typedef typename _Eng::param_type param_type; typedef
H A Dnegative_binomial_distribution.h167 typedef typename _Eng::param_type param_type; typedef
H A Dnormal_distribution.h186 typedef typename _Eng::param_type param_type; typedef
H A Dgamma_distribution.h199 typedef typename _Eng::param_type param_type; typedef
H A Duniform_int_distribution.h276 typedef typename _Eng::param_type param_type; typedef
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfcall.c85 value_arg_coerce (struct value *arg, struct type *param_type, in value_arg_coerce()
495 struct type *param_type; in call_function_by_hand() local
/openbsd-src/lib/libcrypto/pkcs12/
H A Dp12_npas.c75 int param_type; in alg_get() local
/openbsd-src/lib/libcrypto/ec/
H A Decx_methods.c563 int param_type; ecx_cms_sign_or_verify() local
768 int nid, param_type; ecx_item_verify() local
/openbsd-src/usr.bin/openssl/
H A Dpkcs12.c1016 int param_type; alg_print() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1084 TypeIndex param_type; in CreateFunctionParameters() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2245 const char *name, const CompilerType &param_type, int storage, in CreateParameterDeclaration()