Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Ddiscrete_distribution.h60 param_type() { init(); } in param_type() function
63 explicit param_type(InputIterator begin, InputIterator end) in param_type() function
68 explicit param_type(std::initializer_list<double> weights) : p_(weights) { in param_type() function
73 explicit param_type(size_t nw, double xmin, double xmax, in param_type() function
224 using param_type = typename discrete_distribution<IntType>::param_type; variable
Dpoisson_distribution.h133 poisson_distribution<IntType>::param_type::param_type(double mean) in param_type() function
245 using param_type = typename poisson_distribution<IntType>::param_type; variable
Dzipf_distribution.h149 zipf_distribution<IntType>::param_type::param_type( in param_type() function
253 using param_type = typename zipf_distribution<IntType>::param_type; variable
Duniform_int_distribution_test.cc47 using param_type = in TYPED_TEST() typedef
135 using param_type = in TYPED_TEST() typedef
Duniform_real_distribution_test.cc82 using param_type = in TYPED_TEST() typedef
246 using param_type = in TYPED_TEST() typedef
Dbeta_distribution.h57 explicit param_type(result_type alpha, result_type beta) in param_type() function
411 using param_type = typename beta_distribution<RealType>::param_type; variable
Dexponential_distribution.h151 using param_type = typename exponential_distribution<RealType>::param_type; variable
Duniform_real_distribution.h188 using param_type = typename uniform_real_distribution<RealType>::param_type; variable
Duniform_int_distribution.h176 using param_type = typename uniform_int_distribution<IntType>::param_type; variable
Dgaussian_distribution.h196 using param_type = typename gaussian_distribution<RealType>::param_type; variable
Dlog_uniform_int_distribution.h234 using param_type = typename log_uniform_int_distribution<IntType>::param_type; variable
Ddiscrete_distribution_test.cc48 using param_type = in TYPED_TEST() typedef
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py1337 def make_param(param_type, param_name): argument
1339 def insert_name(param_type, param_name, pos): argument
1577 def get_capture_param_type_name(param_type): argument
2090 def is_packed_enum_param_type(param_type): argument
2094 def add_namespace(param_type): argument
2118 def get_gl_pointer_type(param_type): argument
2135 def get_param_type_type(param_type): argument
2140 def get_gl_param_type_type(param_type): argument
2153 def get_param_type_union_name(param_type): argument
2157 def format_param_type_union_type(param_type): argument
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dmodule_scope_var_to_entry_point_param.cc203 auto* param_type = ctx.dst->ty.pointer( in Process() local
249 auto* param_type = store_type(); in Process() local
299 auto* param_type = ctx.dst->ty.pointer(ctx.dst->ty.Of(str), in Process() local
/third_party/libcoap/src/oscore/
Doscore.c53 oscore_cs_params(int8_t param, int8_t param_type, size_t *len) { in oscore_cs_params()
74 oscore_cs_key_params(cose_curve_t param, int8_t param_type, size_t *len) { in oscore_cs_key_params()
/third_party/openssl/crypto/asn1/
Dx_algor.c76 int param_type; in X509_ALGOR_set_md() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dx_algor.c76 int param_type; in X509_ALGOR_set_md() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp138 const auto* param_type = in ChooseFunctionCallArguments() local
Dtransformation_permute_function_parameters.cpp92 std::vector<uint32_t> param_id, param_type; in Apply() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp138 const auto* param_type = in ChooseFunctionCallArguments() local
Dtransformation_permute_function_parameters.cpp92 std::vector<uint32_t> param_id, param_type; in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_function_calls.cpp138 const auto* param_type = in ChooseFunctionCallArguments() local
Dtransformation_permute_function_parameters.cpp92 std::vector<uint32_t> param_id, param_type; in Apply() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_gentype.hpp46 typedef TYPE<VALTYPE> const & param_type; typedef
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c137 uint16_t param_type = htons(6); in setup_client() local

123