Home
last modified time | relevance | path

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

12345678910

/third_party/boost/boost/proto/detail/
Dargs.hpp41 struct term struct
43 static const long arity = 0;
44 typedef Arg0 child0;
49 typedef Arg0 back_;
/third_party/node/deps/npm/test/tap/
Dsearch.all-package-search.js40 term: 'cool', property
45 term: '/cool/', property
50 term: 'cool', property
55 term: 'ool', property
64 term: 'neat lib', property
74 term: 'foo', property
85 term: 'zkat', property
99 term: '=zkat', property
114 term: 'github.com', property
134 term: 'monad', property
/third_party/boost/boost/proto/detail/preprocessed/
Dargs.hpp14 struct term struct
16 static const long arity = 0;
17 typedef Arg0 child0;
18 …oid_ child4; typedef mpl::void_ child5; typedef mpl::void_ child6; typedef mpl::void_ child7; type…
21 typedef Arg0 back_;
/third_party/boost/libs/mpi/src/
Dcomputation_tree.cpp27 int term = 1; in computation_tree() local
44 int term = 1; in level_index() local
/third_party/boost/libs/math/tools/
Digamma_temme_large_coef.cpp128 double term = tools::real_cast<double>(Coeff(n, 0) * pow(z, (double)n)); in calculate_terms() local
140 double term = tools::real_cast<double>(Coeff(0, k) * pow(a, -((double)k))); in calculate_terms() local
165 … double term = tools::real_cast<double>(Coeff(n, k) * pow(a, -((double)k)) * pow(z, (double)n)); in calculate_terms() local
/third_party/boost/boost/math/special_functions/detail/
Dhypergeometric_series.hpp45 T term; member
71 T term; member
97 T term; member
123 T term; member
149 T term; member
175 T term; member
184 …inline T sum_pFq_series(detail::hypergeometric_pFq_generic_series_term<T, p, q>& term, const Polic… in sum_pFq_series()
253 T sum(0), term(1), upper_limit(sqrt(boost::math::tools::max_value<T>())), diff; in hypergeometric_1F1_generic_series() local
Dhypergeometric_cf.hpp46 result_type term; member
75 result_type term; member
104 result_type term; member
133 result_type term; member
162 result_type term; member
166 inline T compute_cf_pFq(detail::hypergeometric_pFq_cf_term<T, p, q>& term, const Policy& pol) in compute_cf_pFq()
Dbessel_jy_derivatives_series.hpp43 T term; member
103 T term; member
129 T term; member
Dbessel_jy_series.hpp39 T term; member
100 T term; member
127 T term; member
Dhypergeometric_1F1_scaled_series.hpp24 T sum(0), term(1), upper_limit(sqrt(boost::math::tools::max_value<T>())), diff; in hypergeometric_1F1_scaled_series() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dsvthevcenc.c157 gboolean term = FALSE; in GST_START_TEST() local
244 gboolean term = FALSE; in GST_START_TEST() local
/third_party/boost/libs/spirit/example/x3/calc/calc4c/
Dgrammar.cpp33 x3::rule<class term, ast::program> const term("term"); variable
/third_party/boost/libs/yap/test/
Ddepth_stress_test_left.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Ddepth_stress_test_right.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dcompile_placeholders.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dcompile_move_only_types.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dcompile_user_macros.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dplaceholder_eval.cpp14 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dexpression_function.cpp12 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
Dcompile_const_term.cpp10 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
/third_party/boost/libs/yap/doc/
Dother_snippets.cpp16 using term = boost::yap::terminal<boost::yap::expression, T>; typedef
/third_party/boost/libs/spirit/example/x3/calc/calc7/
Dexpression_def.hpp30 term_type const term = "term"; variable
/third_party/boost/boost/log/detail/
Dcustom_terminal_spec.hpp53 typedef typename remove_cv< typename remove_reference< TermT >::type >::type term; typedef
/third_party/node/lib/internal/
Drepl.js52 const term = 'terminal' in opts ? opts.terminal : process.stdout.isTTY; constant
/third_party/boost/boost/math/distributions/
Dnon_central_beta.hpp80 T term = beta * pois; in non_central_beta_p() local
98 T term = poisf * betaf; in non_central_beta_p() local
178 T term = poisf * betaf; in non_central_beta_q() local
195 T term = beta * pois; in non_central_beta_q() local
550 T term = beta * pois; in non_central_beta_pdf() local
565 T term = poisf * betaf; in non_central_beta_pdf() local
644 T a1, a2, b1, b2, z, term, k; member

12345678910