Home
last modified time | relevance | path

Searched defs:functor_t (Results 1 – 22 of 22) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/test/
H A Dvariant.cpp362 struct functor_t struct
364 bool expect_call = false;
366 int operator()(int i, int j) in operator ()()
374 int operator()(const debugger_type& dbg, int j) in operator ()()
/dports/finance/ledger/ledger-3.2.1/src/
H A Dpyinterp.h120 functor_t(python::object _func, const string& _name) in functor_t() function
124 functor_t(const functor_t& other) in functor_t() function
/dports/lang/swi-pl/swipl-8.2.3/packages/jpl/src/main/java/org/jpl7/fli/
H A Dfunctor_t.java38 public class functor_t extends LongHolder { class
/dports/lang/yap/yap-6.2.2/packages/jpl/src/java/jpl/fli/
H A Dfunctor_t.java56 public class functor_t class
/dports/cad/iverilog/verilog-11.0/
H A Dfunctor.h39 struct functor_t { struct
H A Dfunctor.cc187 void NetNode::functor_node(Design*, functor_t*) in functor_node() argument
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/core/
H A Dnotifiee.hpp34 typedef FUNCTOR functor_t; typedef in gui2::notifiee
H A Dnotifier.hpp36 typedef FUNCTOR functor_t; typedef in gui2::notifier
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/
H A Dtabulate.h73 typedef __tabulate::functor<Iterator, TabulateOp, size_type> functor_t; in tabulate() typedef
H A Duninitialized_fill.h81 typedef __uninitialized_fill::functor<Iterator,T> functor_t; in uninitialized_fill_n() typedef
H A Duninitialized_copy.h83 typedef __uninitialized_copy::functor<InputIt,OutputIt> functor_t; in uninitialized_copy_n() typedef
/dports/net/arataga/oess-2.2.3/dev/oess_2/stdsn/h/
H A Dent.hpp97 typedef void (*functor_t)( typedef in oess_2::stdsn::iextension_processor_functor_wrapper_t
153 typedef void (*functor_t)( typedef in oess_2::stdsn::oextension_processor_functor_wrapper_t
/dports/devel/embb/embb-1.0.0/algorithms_cpp/include/embb/algorithms/internal/
H A Dfor_each-inl.h132 typedef ForEachFunctor<RAI, Function> functor_t; in ForEachRecursive() typedef
H A Dmerge_sort-inl.h227 functor_t; in MergeSortIteratorCheck() typedef
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk_benchmark.cpp191 typedef typename exprtk::details::functor_t<T> functor_t; typedef
H A Dexprtk.hpp2004 struct functor_t struct
2013 typedef const T& Type;
2014 typedef T& RefType;
2016 typedef T (*tfunc_t)(Type t0, Type t1, Type t2);
2017 typedef T (*bfunc_t)(Type t0, Type t1);
2018 typedef T (*ufunc_t)(Type t0);
9644 typedef typename details::functor_t<T> functor_t; typedef
14077 typedef typename details::functor_t<T> functor_t; typedef in exprtk::details::uvouv_node
14219 typedef typename details::functor_t<T> functor_t; typedef
14262 typedef typename details::functor_t<T> functor_t; typedef
[all …]
/dports/lang/yap/yap-6.2.2/packages/pyswip/pyswip/
H A Dcore.py177 functor_t = c_ulong variable
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h136 typedef uintptr_t functor_t; typedef
/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk.hpp2004 struct functor_t struct
2013 typedef const T& Type;
2014 typedef T& RefType;
2016 typedef T (*tfunc_t)(Type t0, Type t1, Type t2);
2017 typedef T (*bfunc_t)(Type t0, Type t1);
2018 typedef T (*ufunc_t)(Type t0);
9640 typedef typename details::functor_t<T> functor_t; typedef
14073 typedef typename details::functor_t<T> functor_t; typedef in exprtk::details::uvouv_node
14215 typedef typename details::functor_t<T> functor_t; typedef
14258 typedef typename details::functor_t<T> functor_t; typedef
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp2018 struct functor_t struct
2027 typedef const T& Type;
2028 typedef T& RefType;
2030 typedef T (*tfunc_t)(Type t0, Type t1, Type t2);
2031 typedef T (*bfunc_t)(Type t0, Type t1);
2032 typedef T (*ufunc_t)(Type t0);
9710 typedef typename details::functor_t<T> functor_t; typedef
12934 typedef typename details::functor_t<T> functor_t; typedef
14317 typedef typename details::functor_t<T> functor_t; typedef in exprtk::details::exprtk_final
14460 typedef typename details::functor_t<T> functor_t; typedef
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp2020 struct functor_t struct
2029 typedef const T& Type;
2030 typedef T& RefType;
2032 typedef T (*tfunc_t)(Type t0, Type t1, Type t2);
2033 typedef T (*bfunc_t)(Type t0, Type t1);
2034 typedef T (*ufunc_t)(Type t0);
9712 typedef typename details::functor_t<T> functor_t; typedef
12936 typedef typename details::functor_t<T> functor_t; typedef
14319 typedef typename details::functor_t<T> functor_t; typedef in exprtk::details::exprtk_final
14462 typedef typename details::functor_t<T> functor_t; typedef
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-incl.h673 typedef word functor_t; /* encoded functor */ typedef