Home
last modified time | relevance | path

Searched refs:param_type (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Drandom.h1712 struct param_type in _GLIBCXX_VISIBILITY()
1717 param_type(_RealType __a = _RealType(0), in _GLIBCXX_VISIBILITY()
1733 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1737 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1759 uniform_real_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY()
1782 param_type in _GLIBCXX_VISIBILITY()
1791 param(const param_type& __param) in _GLIBCXX_VISIBILITY()
1819 const param_type& __p) in _GLIBCXX_VISIBILITY()
1838 const param_type& __p) in _GLIBCXX_VISIBILITY()
1845 const param_type& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Duniform_int_dist.h67 struct param_type in _GLIBCXX_VISIBILITY() struct
72 param_type(_IntType __a = 0, in _GLIBCXX_VISIBILITY()
88 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
92 operator!=(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
111 uniform_int_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY()
134 param_type in _GLIBCXX_VISIBILITY()
143 param(const param_type& __param) in _GLIBCXX_VISIBILITY()
171 const param_type& __p); in _GLIBCXX_VISIBILITY()
185 const param_type& __p) in _GLIBCXX_VISIBILITY()
192 const param_type& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc907 param_type(__a, __b)); in operator >>()
921 const param_type& __p) in __generate_impl()
969 param_type(__a, __b)); in operator >>()
982 const param_type& __p) in __generate_impl()
1022 const param_type& __param) in operator ()()
1049 const param_type& __param) in __generate_impl()
1112 __x.param(typename geometric_distribution<_IntType>::param_type(__p)); in operator >>()
1137 const param_type& __p) in operator ()()
1139 typedef typename std::gamma_distribution<double>::param_type in operator ()()
1140 param_type; in operator ()() typedef
[all …]
H A Dstl_algo.h3808 typedef typename __distr_type::param_type __p_type; in _GLIBCXX_VISIBILITY()
5724 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY()
5752 using __param_type = typename __distrib_type::param_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Drandom.h1627 struct param_type in _GLIBCXX_VISIBILITY()
1632 param_type(_IntType __a = 0, in _GLIBCXX_VISIBILITY()
1648 operator==(const param_type& __p1, const param_type& __p2) in _GLIBCXX_VISIBILITY()
1667 uniform_int_distribution(const param_type& __p) in _GLIBCXX_VISIBILITY()
1690 param_type in _GLIBCXX_VISIBILITY()
1699 param(const param_type& __param) in _GLIBCXX_VISIBILITY()
1727 const param_type& __p); in _GLIBCXX_VISIBILITY()
1739 param_type _M_param; in _GLIBCXX_VISIBILITY()
1799 struct param_type in _GLIBCXX_VISIBILITY()
1804 param_type(_RealType __a = _RealType(0), in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc867 const param_type& __param) in operator ()()
916 (__urng, param_type(0, __urange / __uerngrange))); in operator ()()
962 param_type(__a, __b)); in operator >>()
1007 param_type(__a, __b)); in operator >>()
1043 const param_type& __param) in operator ()()
1101 __x.param(typename geometric_distribution<_IntType>::param_type(__p)); in operator >>()
1126 const param_type& __p) in operator ()()
1128 typedef typename std::gamma_distribution<double>::param_type in operator ()()
1129 param_type; in operator ()() typedef
1132 _M_gd(__urng, param_type(__p.k(), (1.0 - __p.p()) / __p.p())); in operator ()()
[all …]
H A Dstl_algo.h4415 typedef typename __distr_type::param_type __p_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drandom414 struct param_type
420 param_type(_RealType __alpha_val = _RealType(1),
437 operator==(const param_type& __p1, const param_type& __p2)
442 operator!=(const param_type& __p1, const param_type& __p2)
465 beta_distribution(const param_type& __p)
493 param_type
502 param(const param_type& __param)
530 const param_type& __p);
544 const param_type& __p)
551 const param_type& __p)
[all …]
H A Drandom.tcc418 const param_type& __param) in operator ()()
441 const param_type& __param) in __generate_impl()
501 param_type(__alpha_val, __beta_val)); in operator >>()
511 normal_mv_distribution<_Dimen, _RealType>::param_type::
552 normal_mv_distribution<_Dimen, _RealType>::param_type::
591 normal_mv_distribution<_Dimen, _RealType>::param_type::
618 const param_type& __param) in operator ()()
642 const param_type& __param) in __generate_impl()
712 param_type(__mean.begin(), __mean.end(), in operator >>()
727 const param_type& __p) in __generate_impl()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinfcall.c138 struct type *param_type, int is_prototyped, CORE_ADDR *sp) in value_arg_coerce() argument
143 = param_type ? check_typedef (param_type) : arg_type; in value_arg_coerce()
681 struct type *param_type; in call_function_by_hand() local
693 param_type = TYPE_FIELD_TYPE (ftype, i); in call_function_by_hand()
695 param_type = NULL; in call_function_by_hand()
698 param_type, prototyped, &sp); in call_function_by_hand()
700 if (param_type != NULL && language_pass_by_reference (param_type)) in call_function_by_hand()
H A Dc-typeprint.c472 struct type *param_type; in c_type_print_args() local
483 param_type = TYPE_FIELD_TYPE (type, i); in c_type_print_args()
494 param_type = make_cv_type (0, 0, param_type, NULL); in c_type_print_args()
498 java_print_type (param_type, "", stream, -1, 0, flags); in c_type_print_args()
500 c_print_type (param_type, "", stream, -1, 0, flags); in c_type_print_args()
H A Dprintcmd.c2085 struct type *param_type = value_type (value); in printf_decfloat() local
2086 struct gdbarch *gdbarch = get_type_arch (param_type); in printf_decfloat()
2130 if (TYPE_CODE (param_type) == TYPE_CODE_DECFLOAT) in printf_decfloat()
2131 decimal_convert (param_ptr, TYPE_LENGTH (param_type), in printf_decfloat()
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Dx_algor.c200 int param_type = V_ASN1_NULL; in X509_ALGOR_set_md() local
203 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md()
205 X509_ALGOR_set0(alg, OBJ_nid2obj(EVP_MD_type(md)), param_type, NULL); in X509_ALGOR_set_md()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dstor-layout.c220 tree subst, param_name, param_type, param_decl; in self_referential_size() local
237 param_type = TREE_TYPE (ref); in self_referential_size()
239 = build_decl (input_location, PARM_DECL, param_name, param_type); in self_referential_size()
241 && INTEGRAL_TYPE_P (param_type) in self_referential_size()
242 && TYPE_PRECISION (param_type) < TYPE_PRECISION (integer_type_node)) in self_referential_size()
245 DECL_ARG_TYPE (param_decl) = param_type; in self_referential_size()
251 param_type_list = tree_cons (NULL_TREE, param_type, param_type_list); in self_referential_size()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Drandom59 // _Dist::param_type{__a, __b}.
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h53 const param_type& __param) in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-cp.c1662 tree param_type) in propagate_scalar_across_jump_function() argument
1697 dest_lat, src_idx, param_type); in propagate_scalar_across_jump_function()
1911 tree param_type) in propagate_vr_across_jump_function() argument
1918 if (!param_type in propagate_vr_across_jump_function()
1919 || (!INTEGRAL_TYPE_P (param_type) in propagate_vr_across_jump_function()
1920 && !POINTER_TYPE_P (param_type))) in propagate_vr_across_jump_function()
1940 operation, param_type, in propagate_vr_across_jump_function()
1950 val = fold_convert (param_type, val); in propagate_vr_across_jump_function()
1966 param_type, in propagate_vr_across_jump_function()
2308 tree param_type = ipa_get_type (callee_info, i); in propagate_constants_across_call() local
[all …]
H A Dipa-prop.c1205 tree param_type) in compute_complex_assign_jump_func() argument
1285 if (index >= 0 && param_type && POINTER_TYPE_P (param_type)) in compute_complex_assign_jump_func()
1851 tree param_type = ipa_get_callee_param_type (cs, n); in ipa_compute_jump_functions_for_edge() local
1870 && param_type in ipa_compute_jump_functions_for_edge()
1889 && param_type in ipa_compute_jump_functions_for_edge()
1900 extract_range_from_unary_expr (&resvr, NOP_EXPR, param_type, in ipa_compute_jump_functions_for_edge()
1973 call, stmt, arg, param_type); in ipa_compute_jump_functions_for_edge()
1987 if (!param_type) in ipa_compute_jump_functions_for_edge()
1988 param_type = TREE_TYPE (arg); in ipa_compute_jump_functions_for_edge()
1995 || POINTER_TYPE_P (param_type))) in ipa_compute_jump_functions_for_edge()
[all …]
H A Dstor-layout.c184 tree subst, param_name, param_type, param_decl; in self_referential_size() local
201 param_type = TREE_TYPE (ref); in self_referential_size()
203 = build_decl (input_location, PARM_DECL, param_name, param_type); in self_referential_size()
204 DECL_ARG_TYPE (param_decl) = param_type; in self_referential_size()
210 param_type_list = tree_cons (NULL_TREE, param_type, param_type_list); in self_referential_size()
H A Dgenrecog.c2763 parameter::type_enum param_type in merge_patterns() local
2765 if (param_type == parameter::UNSET) in merge_patterns()
2769 new_param1 = parameter (param_type, false, trans1->labels[0]); in merge_patterns()
2777 new_param2 = parameter (param_type, false, trans2->labels[0]); in merge_patterns()