Home
last modified time | relevance | path

Searched refs:arity (Results 26 – 50 of 8300) sorted by relevance

12345678910>>...332

/dports/lang/racket-minimal/racket-8.3/collects/racket/private/
H A Darity.rkt5 (provide normalize-arity normalized-arity? arity=? arity-includes?)
9 (arity? a)
17 (define (arity? a)
56 (define (arity-supports-number? arity n)
58 [(exact-nonnegative-integer? arity) (= arity n)]
59 [(arity-at-least? arity) (<= (arity-at-least-value arity) n)]
60 [(list? arity)
64 (define (arity-supports-at-least? arity n)
67 [(arity-at-least? arity) (<= (arity-at-least-value arity) n)]
81 (arity-supports-number? arity i))])]))
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DForEachVoxelFunction.py8 def to_nary_string(arity): argument
9 return str(arity) + '-ary'
12 def string_to_arity(arity): argument
13 arity = arity.lower()
26 def arity_to_string(arity): argument
43 def get_source_name(arity): argument
52 arity = int(sys.argv[1])
55 if arity < 1:
119 elif num_const == arity: cfg['num_const_comment'] = str(arity) + ' const'
128 if num_const < arity:
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/libgnomecanvas/tests/
H A Dwrapset.api58 (arity 6 0 #f))
61 (arity 0 0 #t))
65 (arity 0 0 #t))
68 (arity 0 0 #t))
71 (arity 0 0 #t))
74 (arity 7 0 #f))
77 (arity 1 0 #f))
80 (arity 1 0 #f))
83 (arity 0 0 #t))
86 (arity 0 0 #t))
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/libgnomeui/tests/
H A Dwrapset.api65 (arity 0 0 #t))
68 (arity 0 0 #t))
72 (arity 0 0 #t))
76 (arity 0 0 #t))
79 (arity 0 0 #t))
83 (arity 0 0 #t))
87 (arity 0 0 #t))
91 (arity 0 0 #t))
94 (arity 0 0 #t))
97 (arity 0 0 #t))
[all …]
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gconf/tests/
H A Dwrapset.api44 (arity 0 0 #t))
47 (arity 2 0 #f))
51 (arity 0 0 #t))
54 (arity 2 0 #f))
57 (arity 2 0 #f))
60 (arity 2 0 #f))
64 (arity 3 0 #f))
67 (arity 0 0 #t))
71 (arity 3 0 #f))
74 (arity 2 0 #f))
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpl/aux_/
H A Dinserter_algorithm.hpp41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \
54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \
66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \
89 BOOST_MPL_AUX_NA_SPEC(arity, name) \
90 BOOST_MPL_AUX_NA_SPEC(arity, reverse_##name) \
120 is_na<BOOST_PP_CAT(P, arity)> \
148 is_na<BOOST_PP_CAT(P, arity)> \
153 BOOST_MPL_AUX_NA_SPEC(arity, name) \
[all …]

12345678910>>...332