Home
last modified time | relevance | path

Searched refs:arity (Results 176 – 200 of 11628) sorted by relevance

12345678910>>...466

/dports/lang/racket/racket-8.3/src/cs/rumble/
H A Dprocedure.ss1 (define-values (prop:method-arity-error method-arity-error? method-arity-error-ref)
4 (define-values (prop:arity-string arity-string? arity-string-ref)
24 (define-values (prop:incomplete-arity incomplete-arity? incomplete-arity-ref)
28 (define-values (prop:procedure-arity procedure-arity-prop? procedure-arity-ref)
50 (raise-arity-error 'apply (|#%app| arity-at-least 2) proc)]
217 (mask->arity (get-procedure-arity-mask 'procedure-arity orig-f #t #f)))
332 (chez:apply raise-arity-error f (procedure-arity f) args)])))
544 (do-procedure-reduce-arity-mask (reduced-arity-procedure-proc proc)
562 (do-procedure-reduce-arity-mask proc (#%procedure-arity-mask proc) name)]
567 (make-reduced-arity-procedure (reduced-arity-procedure-proc proc)
[all …]
/dports/lang/guile2/guile-2.2.7/module/system/vm/
H A Ddebug.scm305 (define (arity-nreq arity)
309 (define (arity-nopt arity)
317 (define (arity-flags arity)
321 (define (arity-has-rest? arity) (has-rest? (arity-flags arity)))
322 (define (arity-allow-other-keys? arity) (allow-other-keys? (arity-flags arity)))
323 (define (arity-has-keyword-args? arity) (has-keyword-args? (arity-flags arity)))
324 (define (arity-is-case-lambda? arity) (is-case-lambda? (arity-flags arity)))
325 (define (arity-is-in-case-lambda? arity) (is-in-case-lambda? (arity-flags arity)))
411 (define (arity-code arity)
542 ((arity . arities)
[all …]
/dports/math/eprover/eprover-E-2.0/TERMS/
H A Dcte_simpletypes.c62 res->arity = arity; in TypeAlloc()
63 if (arity) in TypeAlloc()
87 if (junk->arity) in TypeFree()
310 int arity; in parse_sort_list() local
319 arity = 1; in parse_sort_list()
327 if(arity == *len) in parse_sort_list()
333 arity++; in parse_sort_list()
337 return arity; in parse_sort_list()
479 res = t1->arity - t2->arity; in TypeCompare()
486 assert (t1->arity == t2->arity); in TypeCompare()
[all …]
H A Dcte_termtypes.c61 if(junk->arity) in TermTopFree()
92 if(junk->arity) in TermFree()
147 if(arity) in TermAllocNewSkolem()
149 handle->arity = arity; in TermAllocNewSkolem()
152 for(i=0; i<arity; i++) in TermAllocNewSkolem()
198 for(i=0; i<term->arity; i++) in TermSetProp()
240 for(i=0; i<term->arity; i++) in TermSearchProp()
284 for(i=0; i<term->arity; i++) in TermVerifyProp()
321 for(i=0; i<term->arity; i++) in TermDelProp()
354 for(i=0; i<term->arity; i++) in TermDelPropOpt()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brdb/tests/
H A Dtest_tuple.cxx22 TEST("arity()",tup0->arity()==0 && tup1->arity()==1 && tup2->arity()==2 && in test_tuple()
23 tup3->arity()==3 && tup4->arity()==4, true); in test_tuple()
28 TEST("operator =", tup_cp.arity(), tup3->arity()); in test_tuple()
42 tup1->get(tup1->arity()-1, get_string1); in test_tuple()
44 tup2->get(tup2->arity()-1, get_string2); in test_tuple()
59 for (unsigned int i=0; i<out_tup->arity(); ++i) { in test_tuple()
67 bool type_check = (out_tup->arity() == in_tup->arity()); in test_tuple()
68 for (unsigned int i=0; type_check && i<out_tup->arity(); ++i) { in test_tuple()
74 for (unsigned int i=0; type_check && i<out_tup->arity(); ++i) { in test_tuple()
114 for (unsigned int i=0; val_check && i<in_tup->arity(); ++i) { in test_tuple()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/topo/treematch/treematch/
H A Dtm_tree.c178 node->arity = arity; in set_node()
202 new->arity = old->arity; in clone_tree()
1509 parent->arity = arity; in fast_group()
1597 new_tab_node[i].arity = arity; in k_partition_grouping()
1915 new_tab_node[l].arity = arity; in group_nodes()
1989 int arity, i; in create_dumb_tree() local
1996 arity = topology->arity[depth]; in create_dumb_tree()
1997 assert(arity>0); in create_dumb_tree()
2083 K = arity*((mat_order/arity)+1)-mat_order; in build_level_topology()
2151 arity = topology->arity[depth-1]; in build_level_topology()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/topo/treematch/treematch/
H A Dtm_tree.c178 node->arity = arity; in set_node()
202 new->arity = old->arity; in clone_tree()
1509 parent->arity = arity; in fast_group()
1597 new_tab_node[i].arity = arity; in k_partition_grouping()
1913 new_tab_node[l].arity = arity; in group_nodes()
1987 int arity, i; in create_dumb_tree() local
1994 arity = topology->arity[depth]; in create_dumb_tree()
1995 assert(arity>0); in create_dumb_tree()
2081 K = arity*((mat_order/arity)+1)-mat_order; in build_level_topology()
2149 arity = topology->arity[depth-1]; in build_level_topology()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/schemify/
H A Dsimple.rkt20 #:result-arity [result-arity 1])
21 (let simple? ([e e] [result-arity result-arity])
25 [arity-match? (eqv? result-arity (vector-ref c 3))])
27 (not arity-match?))
46 (or (not result-arity)
47 (eqv? n result-arity)))
67 (simple? body result-arity)))]
72 (simple? body result-arity)))]
78 (simple? body result-arity)))]
83 (simple? body result-arity)))]
[all …]
/dports/lang/racket/racket-8.3/src/schemify/
H A Dsimple.rkt20 #:result-arity [result-arity 1])
21 (let simple? ([e e] [result-arity result-arity])
25 [arity-match? (eqv? result-arity (vector-ref c 3))])
27 (not arity-match?))
46 (or (not result-arity)
47 (eqv? n result-arity)))
67 (simple? body result-arity)))]
72 (simple? body result-arity)))]
78 (simple? body result-arity)))]
83 (simple? body result-arity)))]
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/iex/lib/iex/
H A Dintrospection.ex20 {:{}, [], [mod, fun, arity]}
23 {:{}, [], [find_decompose_fun_arity(fun, arity, context), fun, arity]}
52 pair = {fun, arity}
200 "MACRO-" <> ^fun when arity == :* or ann_arity == arity + 1 ->
203 ^fun when arity == :* or ann_arity == arity ->
421 defp extract_name_and_arity({{_, name, arity}, _, _, _, _}), do: {name, arity}
442 {{_, ^function, arity}, _, _, _, %{defaults: defaults}} when arity > min ->
443 arity <= min + defaults
539 def b({mod, fun, arity}) when is_atom(mod) and is_atom(fun) and is_integer(arity) do
625 {name, arity}
[all …]
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/simulator/
H A Dhnorm.c313 int numContract = ((arity<=numAbsInFun) ? arity : numAbsInFun); in HN_hnormApp()
324 arity = 0; in HN_hnormApp()
333 arity = 0; in HN_hnormApp()
583 int numContract = ((arity<=numAbsInFun) ? arity : numAbsInFun); in HN_hnormAppOcc()
594 arity = 0; in HN_hnormAppOcc()
603 arity = 0; in HN_hnormAppOcc()
802 } else newArity = arity; in HN_makeArgvecLnorm()
834 AM_numArgs = arity; in HN_makeArgvecEmpEnvLnorm()
988 int numContract = ((arity<=numAbsInFun) ? arity : numAbsInFun); in HN_lnormApp()
999 arity = 0; in HN_lnormApp()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/iex/lib/iex/
H A Dintrospection.ex20 {:{}, [], [mod, fun, arity]}
23 {:{}, [], [find_decompose_fun_arity(fun, arity, context), fun, arity]}
52 pair = {fun, arity}
200 "MACRO-" <> ^fun when arity == :* or ann_arity == arity + 1 ->
203 ^fun when arity == :* or ann_arity == arity ->
420 defp extract_name_and_arity({{_, name, arity}, _, _, _, _}), do: {name, arity}
440 {{_, ^function, arity}, _, _, _, %{defaults: defaults}} when arity > min ->
441 arity <= min + defaults
525 def b({mod, fun, arity}) when is_atom(mod) and is_atom(fun) and is_integer(arity) do
611 {name, arity}
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/hipe/
H A Dhipe_mode_switch.c257 p->arity = 0; in hipe_mode_switch()
281 fun = reg[arity]; in hipe_mode_switch()
286 reg[arity] = fun; in hipe_mode_switch()
438 arity = closure->fe->arity; in hipe_mode_switch()
444 p->arity = arity+1; /* +1 for the closure */ in hipe_mode_switch()
460 arity += i; in hipe_mode_switch()
483 p->arity = 0; in hipe_mode_switch()
496 p->arity = 0; in hipe_mode_switch()
553 p->arity = 0; in hipe_mode_switch()
573 unsigned int arity; in hipe_mode_switch() local
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/hipe/
H A Dhipe_mode_switch.c259 p->arity = 0; in hipe_mode_switch()
283 fun = reg[arity]; in hipe_mode_switch()
288 reg[arity] = fun; in hipe_mode_switch()
440 arity = closure->fe->arity; in hipe_mode_switch()
446 p->arity = arity+1; /* +1 for the closure */ in hipe_mode_switch()
462 arity += i; in hipe_mode_switch()
485 p->arity = 0; in hipe_mode_switch()
498 p->arity = 0; in hipe_mode_switch()
555 p->arity = 0; in hipe_mode_switch()
575 unsigned int arity; in hipe_mode_switch() local
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/hipe/
H A Dhipe_mode_switch.c259 p->arity = 0; in hipe_mode_switch()
283 fun = reg[arity]; in hipe_mode_switch()
288 reg[arity] = fun; in hipe_mode_switch()
440 arity = closure->fe->arity; in hipe_mode_switch()
446 p->arity = arity+1; /* +1 for the closure */ in hipe_mode_switch()
462 arity += i; in hipe_mode_switch()
485 p->arity = 0; in hipe_mode_switch()
498 p->arity = 0; in hipe_mode_switch()
555 p->arity = 0; in hipe_mode_switch()
575 unsigned int arity; in hipe_mode_switch() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/devel/hyperscan/boost_1_75_0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/devel/R-cran-BH/BH/inst/include/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/databases/xtrabackup/boost_1_59_0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \
/dports/databases/percona57-server/boost_1_59_0/boost/iostreams/detail/
H A Dtemplate_params.hpp14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument
15 BOOST_PP_EXPR_IF(arity, template<) \
16 BOOST_PP_ENUM_PARAMS(arity, typename param) \
17 BOOST_PP_EXPR_IF(arity, >) \
20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
21 BOOST_PP_EXPR_IF(arity, <) \
22 BOOST_PP_ENUM_PARAMS(arity, param) \
23 BOOST_PP_EXPR_IF(arity, >) \

12345678910>>...466