Home
last modified time | relevance | path

Searched refs:Fun (Results 1 – 25 of 4868) sorted by relevance

12345678910>>...195

/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Dtables.py4111 Fun[[Fun[[], T0]], Fun[[], T0]],
4113 Fun[[Fun[[T0], T1]], Fun[[T0], T1]],
4114 Fun[[Fun[[T0], T1], T0], Fun[[], T1]],
4116 Fun[[Fun[[T0, T1], T2]], Fun[[T0, T1], T2]],
4117 Fun[[Fun[[T0, T1], T2], T0], Fun[[T1], T2]],
4118 Fun[[Fun[[T0, T1], T2], T0, T1], Fun[[], T2]],
4120 Fun[[Fun[[T0, T1, T2], T3]], Fun[[T0, T1, T2], T3]],
4121 Fun[[Fun[[T0, T1, T2], T3], T0], Fun[[T1, T2], T3]],
4122 Fun[[Fun[[T0, T1, T2], T3], T0, T1], Fun[[T2], T3]],
4123 Fun[[Fun[[T0, T1, T2], T3], T0, T1, T2], Fun[[], T3]],
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A Droutines.h143 typedef void (*Fun)(void); in Rcpp_precious_init() typedef
148 typedef void (*Fun)(void); in Rcpp_precious_teardown() typedef
181 typedef SEXP (*Fun)(void); in rcpp_get_stack_trace() typedef
187 typedef SEXP (*Fun)(SEXP); in rcpp_set_stack_trace() typedef
235 typedef SEXP* (*Fun)(SEXP); in get_string_ptr() typedef
253 typedef SEXP* (*Fun)(SEXP); in get_vector_ptr() typedef
265 typedef void* (*Fun)(SEXP); in dataptr() typedef
283 typedef int* (*Fun)(int); in get_cache() typedef
289 typedef SEXP (*Fun)(void); in reset_current_error() typedef
295 typedef int (*Fun)(void); in error_occured() typedef
[all …]
/dports/www/erlang-cowboy/cowboy-1.1.2/src/
H A Dcowboy_http.erl56 list(Data, Fun) ->
488 Fun(Rest, {
510 Fun(Rest, {
574 Fun(Data).
600 Fun(Data, Acc).
609 Fun(<<>>, Acc);
616 Fun(Data, Acc).
692 Fun(Rest, 0);
706 Fun(Data, Q);
711 Fun(Data, Q).
[all …]
/dports/editors/madedit/madedit-0.2.9/xpressive/boost/xpressive/proto/transform/
H A Dcall.hpp118 Fun f; in call()
137 Fun f; in call()
156 Fun f; in call()
175 Fun f; in call()
251 Fun
275 Fun in operator ()()
305 Fun
333 Fun in operator ()()
446 Fun f; in operator ()()
463 template<typename Fun>
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/view/
H A Dtransform.hpp101 template<typename Rng, typename Fun>
195 template<typename Rng, typename Fun>
199 transform_view(Rng rng, Fun fun)
209 transform_view(Rng &&, Fun)
379 Fun const, //
391 Fun const, //
491 template<typename Fun>
514 copy_constructible<Fun> &&
527 copy_constructible<Fun> &&
536 constexpr transform_view<all_t<Rng>, Fun> operator()(Rng && rng, Fun fun)
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/view/
H A Dtransform.hpp101 template<typename Rng, typename Fun>
195 template<typename Rng, typename Fun>
199 transform_view(Rng rng, Fun fun)
209 transform_view(Rng &&, Fun)
379 Fun const, //
391 Fun const, //
491 template<typename Fun>
514 copy_constructible<Fun> &&
527 copy_constructible<Fun> &&
536 constexpr transform_view<all_t<Rng>, Fun> operator()(Rng && rng, Fun fun)
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/erlang/
H A Dfunction_test.erl23 1 = Fun({foo, 1}),
24 2 = Fun({bar, 2}).
28 1 = Fun({foo, 1}),
29 2 = Fun({bar, 2}).
33 3 = Fun(1, 2).
108 3 = Fun(1, 2),
109 2 = Fun(0, 2),
110 1 = Fun(1, 0),
115 3 = Fun(1, 2),
116 2 = Fun(0, 2),
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/erlang/
H A Dfunction_test.erl23 1 = Fun({foo, 1}),
24 2 = Fun({bar, 2}).
28 1 = Fun({foo, 1}),
29 2 = Fun({bar, 2}).
33 3 = Fun(1, 2).
108 3 = Fun(1, 2),
109 2 = Fun(0, 2),
110 1 = Fun(1, 0),
115 3 = Fun(1, 2),
116 2 = Fun(0, 2),
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/algorithm/
H A Dis_sorted.cpp83 template<class Fun>
89 CHECK(Fun{}(a, a)); in test()
90 CHECK(Fun{}(a, a + sa)); in test()
96 CHECK(Fun{}(a, a + sa)); in test()
101 CHECK(Fun{}(a, a + sa)); in test()
111 CHECK(Fun{}(a, a + sa)); in test()
117 CHECK(Fun{}(a, a + sa)); in test()
122 CHECK(Fun{}(a, a + sa)); in test()
132 CHECK(Fun{}(a, a + sa)); in test()
152 CHECK(Fun{}(a, a + sa)); in test()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/algorithm/
H A Dis_sorted.cpp83 template<class Fun>
89 CHECK(Fun{}(a, a)); in test()
90 CHECK(Fun{}(a, a + sa)); in test()
96 CHECK(Fun{}(a, a + sa)); in test()
101 CHECK(Fun{}(a, a + sa)); in test()
111 CHECK(Fun{}(a, a + sa)); in test()
117 CHECK(Fun{}(a, a + sa)); in test()
122 CHECK(Fun{}(a, a + sa)); in test()
132 CHECK(Fun{}(a, a + sa)); in test()
152 CHECK(Fun{}(a, a + sa)); in test()
[all …]
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h155 template<typename Fun>
188 Fun _f;
213 Fun _f;
239 Fun _f;
266 Fun _f;
294 Fun _f;
346 Fun _f;
372 Fun _f;
399 Fun _f;
427 Fun _f;
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h155 template<typename Fun>
188 Fun _f;
213 Fun _f;
239 Fun _f;
266 Fun _f;
294 Fun _f;
346 Fun _f;
372 Fun _f;
399 Fun _f;
427 Fun _f;
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DUtil.h155 template<typename Fun>
188 Fun _f;
213 Fun _f;
239 Fun _f;
266 Fun _f;
294 Fun _f;
346 Fun _f;
372 Fun _f;
399 Fun _f;
427 Fun _f;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/intrusive/detail/
H A Dhas_member_function_callable_with.hpp124 … static const bool value = sizeof(Test<Fun>((Fun*)0)) == sizeof(boost_intrusive_hmfcw::yes_type); in BOOST_MOVE_CAT()
172 template<class Fun>
173 struct FunWrapTmpl : Fun
187 <Fun, false, Args...>
206 <Fun
234 template<typename Fun>
254 template<typename Fun>
265 template<typename Fun>
281 template<class Fun>\
283 : Fun\
[all …]

12345678910>>...195