Home
last modified time | relevance | path

Searched refs:get_fun (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/devel/R-cran-lintr/lintr/R/
H A Dseq_linter.R27 get_fun <- function(x, n) { function
40 f1 <- get_fun(x, 1)
41 f2 <- get_fun(x, 3)
/dports/security/helib/HElib-1.3.1/include/helib/
H A Dmatmul.h148 get_fun_type get_fun; variable
154 ea(_ea), get_fun(_get_fun) in MatMul_CKKS()
158 ea(context.getDefaultEA()), get_fun(_get_fun) in MatMul_CKKS()
165 return get_fun(i, j); in get()
177 get_fun_type get_fun; variable
183 ea(_ea), get_fun(_get_fun) in MatMul_CKKS_Complex()
187 ea(context.getDefaultEA()), get_fun(_get_fun) in MatMul_CKKS_Complex()
194 return get_fun(i, j); in get()
/dports/devel/R-cran-diffobj/diffobj/tests/
H A Dtest-misc.R96 diffobj:::get_fun(quote(diffobj::diffPrint), .BaseNamespaceEnv),
100 diffobj:::get_fun(quote(diffobj:::diffPrint), .BaseNamespaceEnv),
104 diffobj:::get_fun(quote(diffPrint), getNamespace("diffobj")),
107 gf <- diffobj:::get_fun(quote(notAFunction), getNamespace("diffobj")) # warn
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_pse_tests/src/
H A Dcpse_gather.erl26 SetupTest = get_fun(ModName, setup_each, 0, Exports),
27 TeardownTest = get_fun(ModName, teardown_each, 1, Exports),
70 get_fun(ModName, FunName, Arity, Exports) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/indent_SUITE_data/src/
H A Dapp_call.erl8 F = get_fun(),
16 get_fun() -> function
/dports/sysutils/munin-contrib/contrib-c31cb28/tools/pypmmn/pypmmn/
H A Dpypmmn.py35 def __init__(self, get_fun, put_fun, options): argument
43 self.get_fun = get_fun
348 handler.get_fun = conn.recv
359 handler.get_fun = conn.recv
374 handler.get_fun = conn.recv
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dobjects.cpp257 void *ns=figures[otype]->get_fun(OFUN_RELOAD); in reload_notify()
273 void *ns = figures[otype]->get_fun( OFUN_NEXT_STATE ); in next_sequence()
406 if (figures[otype]->get_fun(OFUN_AI)) in decide()
479 void *d=figures[otype]->get_fun(OFUN_DAMAGE); in do_damage()
622 if (figures[otype]->get_fun(OFUN_DRAW)) in draw()
631 ((LSymbol *)figures[otype]->get_fun(OFUN_DRAW))->EvalFunction(NULL); in draw()
649 if (figures[otype]->get_fun(OFUN_MAP_DRAW)) in map_draw()
658 ((LSymbol *)figures[otype]->get_fun(OFUN_MAP_DRAW))->EvalFunction(NULL); in map_draw()
1154 if (figures[type]->get_fun(OFUN_CONSTRUCTOR) && !skip_constructor) in create()
1580 void *f=figures[otype]->get_fun(OFUN_CHANGE_TYPE); in change_aitype()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dframe-header-opt.c269 fn = node->get_fun (); in frame_header_opt()
276 fn = node->get_fun (); in frame_header_opt()
284 fn = node->get_fun (); in frame_header_opt()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/mips/
H A Dframe-header-opt.c269 fn = node->get_fun (); in frame_header_opt()
276 fn = node->get_fun (); in frame_header_opt()
284 fn = node->get_fun (); in frame_header_opt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dframe-header-opt.c271 fn = node->get_fun (); in frame_header_opt()
278 fn = node->get_fun (); in frame_header_opt()
286 fn = node->get_fun (); in frame_header_opt()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/mips/
H A Dframe-header-opt.c271 fn = node->get_fun (); in frame_header_opt()
278 fn = node->get_fun (); in frame_header_opt()
286 fn = node->get_fun (); in frame_header_opt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/mips/
H A Dframe-header-opt.c271 fn = node->get_fun (); in frame_header_opt()
278 fn = node->get_fun (); in frame_header_opt()
286 fn = node->get_fun (); in frame_header_opt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dframe-header-opt.c271 fn = node->get_fun (); in frame_header_opt()
278 fn = node->get_fun (); in frame_header_opt()
286 fn = node->get_fun (); in frame_header_opt()

1234567