Home
last modified time | relevance | path

Searched refs:funcref (Results 1 – 25 of 1166) sorted by relevance

12345678910>>...47

/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/doc/
H A Dblas.qbk16 [ [xSWAP] [ [funcref blas::swap] ] ]
18 [ [xCOPY] [ [funcref blas::copy] ] ]
20 [ [xDOT] [ [funcref blas::dot] ] ]
21 [ [xDOTU] [ [funcref blas::dot] ] ]
22 [ [xDOTC] [ [funcref blas::dot] ] ]
23 [ [xxDOT] [ [funcref blas::dot] ] ]
31 [ [xGEMV] [ [funcref blas::transform] ] ]
40 [ [xTRSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
41 [ [xTBSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
42 [ [xTPSV] [ [funcref blas::forward_solve], [funcref blas::back_solve] ] ]
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/compute/doc/
H A Dreference.qbk34 * [funcref boost::compute::dim dim()]
46 * [funcref boost::compute::all_of all_of()]
47 * [funcref boost::compute::any_of any_of()]
49 * [funcref boost::compute::copy copy()]
52 * [funcref boost::compute::count count()]
54 * [funcref boost::compute::equal equal()]
57 * [funcref boost::compute::fill fill()]
59 * [funcref boost::compute::find find()]
72 * [funcref boost::compute::iota iota()]
79 * [funcref boost::compute::merge merge()]
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/doc/
H A Dreference.qbk34 * [funcref boost::compute::dim dim()]
46 * [funcref boost::compute::all_of all_of()]
47 * [funcref boost::compute::any_of any_of()]
49 * [funcref boost::compute::copy copy()]
52 * [funcref boost::compute::count count()]
54 * [funcref boost::compute::equal equal()]
57 * [funcref boost::compute::fill fill()]
59 * [funcref boost::compute::find find()]
72 * [funcref boost::compute::iota iota()]
79 * [funcref boost::compute::merge merge()]
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/compute/doc/
H A Dreference.qbk34 * [funcref boost::compute::dim dim()]
46 * [funcref boost::compute::all_of all_of()]
47 * [funcref boost::compute::any_of any_of()]
49 * [funcref boost::compute::copy copy()]
52 * [funcref boost::compute::count count()]
54 * [funcref boost::compute::equal equal()]
57 * [funcref boost::compute::fill fill()]
59 * [funcref boost::compute::find find()]
72 * [funcref boost::compute::iota iota()]
79 * [funcref boost::compute::merge merge()]
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/compute/doc/
H A Dreference.qbk34 * [funcref boost::compute::dim dim()]
46 * [funcref boost::compute::all_of all_of()]
47 * [funcref boost::compute::any_of any_of()]
49 * [funcref boost::compute::copy copy()]
52 * [funcref boost::compute::count count()]
54 * [funcref boost::compute::equal equal()]
57 * [funcref boost::compute::fill fill()]
59 * [funcref boost::compute::find find()]
72 * [funcref boost::compute::iota iota()]
79 * [funcref boost::compute::merge merge()]
[all …]
/dports/textproc/p5-Tree-Nary/Tree-Nary-1.3/lib/Tree/
H A DNary.pm656 if(($flags & $TRAVERSE_NON_LEAFS) && &$funcref($node, $argref)) {
673 } elsif(($flags & $TRAVERSE_LEAFS) && &$funcref($node, $argref)) {
960 if(!defined($funcref)) {
978 $self->_traverse_pre_order($root, $flags, $funcref, $argref);
987 $self->_traverse_post_order($root, $flags, $funcref, $argref);
996 $self->_traverse_in_order($root, $flags, $funcref, $argref);
1007 $self->_traverse_children($root, $flags, $funcref, $argref);
1016 &$funcref($root, $argref);
1110 if(!defined($funcref)) {
1125 &$funcref($current, $argref);
[all …]
/dports/devel/binaryen/binaryen-version_98/test/spec/
H A Delem.wast5 (table $t 10 funcref)
24 (table 10 funcref)
35 (table 10 funcref)
55 (table 1000 funcref)
62 (table 1000 funcref)
69 (table 10 funcref)
87 (table 10 funcref)
98 (table 0 funcref)
107 (table 0 0 funcref)
112 (table 20 funcref)
[all …]
H A Dexports.wast105 (module (table 0 funcref) (export "a" (table 0)))
108 ;; (module (table 0 funcref) (table 0 funcref) (export "a" (table 0)) (export "b" (table 1)))
110 (module (table (export "a") 0 funcref))
111 (module (table (export "a") 0 1 funcref))
112 (module (table 0 funcref) (export "a" (table 0)))
113 (module (table 0 1 funcref) (export "a" (table 0)))
114 (module (table $a (export "a") 0 funcref))
115 (module (table $a (export "a") 0 1 funcref))
118 (module (export "a" (table 0)) (table 0 funcref))
119 (module (export "a" (table 0)) (table 0 1 funcref))
[all …]
H A Dold_exports.wast39 (module (func) (table 0 funcref) (export "a" (func 0)) (export "a" (table 0)))
95 (module (table 0 funcref) (export "a" (table 0)))
96 (module (table 0 funcref) (export "a" (table 0)) (export "b" (table 0)))
98 ;; (module (table 0 funcref) (table 0 funcref) (export "a" (table 0)) (export "b" (table 1)))
100 (module (table (export "a") 0 funcref))
101 (module (table (export "a") 0 1 funcref))
102 (module (table $a (export "a") 0 funcref))
103 (module (table $a (export "a") 0 1 funcref))
108 (module (table 0 funcref) (export "a" (table 1)))
112 (module (table 0 funcref) (export "a" (table 0)) (export "a" (table 0)))
[all …]
/dports/security/gnutls/gnutls-3.6.16/doc/
H A Dcha-upgrade.texi19 after @funcref{gnutls_init}.
152 @tab @funcref{gnutls_pubkey_verify_hash2}.
155 @tab @funcref{gnutls_pubkey_verify_data2}.
173 @tab @funcref{gnutls_privkey_import_ext3}
176 @tab @funcref{gnutls_pubkey_verify_hash2}
179 @tab @funcref{gnutls_pubkey_verify_data2}
215 @item @funcref{gnutls_x509_crt_sign}, @funcref{gnutls_x509_crl_sign}, @funcref{gnutls_x509_crq_sign}
228 which can be accessed directly via @funcref{gnutls_session_key_update} and @funcref{gnutls_reauth}.
234 @item @funcref{gnutls_pkcs11_privkey_generate3}, @funcref{gnutls_pkcs11_copy_secret_key}, @funcref{…
237 @item @funcref{gnutls_db_set_retrieve_function}, @funcref{gnutls_db_set_store_function}, @funcref{g…
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
30 # CHECK: funcref.select # encoding: [0x1b]
37 funcref.select
47 # CHECK: block funcref
50 .functype ref_block_test () -> (externref, funcref)
51 block funcref
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
30 # CHECK: funcref.select # encoding: [0x1b]
37 funcref.select
47 # CHECK: block funcref
50 .functype ref_block_test () -> (externref, funcref)
51 block funcref
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
30 # CHECK: funcref.select # encoding: [0x1b]
37 funcref.select
47 # CHECK: block funcref
50 .functype ref_block_test () -> (externref, funcref)
51 block funcref
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
30 # CHECK: funcref.select # encoding: [0x1b]
37 funcref.select
47 # CHECK: block funcref
50 .functype ref_block_test () -> (externref, funcref)
51 block funcref
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
30 # CHECK: funcref.select # encoding: [0x1b]
37 funcref.select
47 # CHECK: block funcref
50 .functype ref_block_test () -> (externref, funcref)
51 block funcref
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/WebAssembly/
H A Dfuncref-globalget.ll4 %funcref = type %func addrspace(20)* ;; addrspace 20 is nonintegral
6 @funcref_global = local_unnamed_addr addrspace(1) global %funcref undef
8 define %funcref @return_funcref_global() {
10 %ref = load %funcref, %funcref addrspace(1)* @funcref_global
11 ret %funcref %ref
15 ; CHECK-NEXT: .functype return_funcref_global () -> (funcref)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/WebAssembly/
H A Dfuncref-globalget.ll4 %funcref = type %func addrspace(20)* ;; addrspace 20 is nonintegral
6 @funcref_global = local_unnamed_addr addrspace(1) global %funcref undef
8 define %funcref @return_funcref_global() {
10 %ref = load %funcref, %funcref addrspace(1)* @funcref_global
11 ret %funcref %ref
15 ; CHECK-NEXT: .functype return_funcref_global () -> (funcref)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dfuncref-globalget.ll4 %funcref = type %func addrspace(20)* ;; addrspace 20 is nonintegral
6 @funcref_global = local_unnamed_addr addrspace(1) global %funcref undef
8 define %funcref @return_funcref_global() {
10 %ref = load %funcref, %funcref addrspace(1)* @funcref_global
11 ret %funcref %ref
15 ; CHECK-NEXT: .functype return_funcref_global () -> (funcref)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dfuncref-globalget.ll4 %funcref = type %func addrspace(20)* ;; addrspace 20 is nonintegral
6 @funcref_global = local_unnamed_addr addrspace(1) global %funcref undef
8 define %funcref @return_funcref_global() {
10 %ref = load %funcref, %funcref addrspace(1)* @funcref_global
11 ret %funcref %ref
15 ; CHECK-NEXT: .functype return_funcref_global () -> (funcref)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/WebAssembly/
H A Dfuncref-globalget.ll4 %funcref = type %func addrspace(20)* ;; addrspace 20 is nonintegral
6 @funcref_global = local_unnamed_addr addrspace(1) global %funcref undef
8 define %funcref @return_funcref_global() {
10 %ref = load %funcref, %funcref addrspace(1)* @funcref_global
11 ret %funcref %ref
15 ; CHECK-NEXT: .functype return_funcref_global () -> (funcref)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
28 # CHECK: funcref.select # encoding: [0x1b]
35 funcref.select
45 # CHECK: block funcref
49 block funcref
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/WebAssembly/
H A Dreference-types.s16 # CHECK-NEXT: .functype ref_sig_test_funcref (funcref) -> (funcref)
18 .functype ref_sig_test_funcref (funcref) -> (funcref)
28 # CHECK: funcref.select # encoding: [0x1b]
35 funcref.select
45 # CHECK: block funcref
49 block funcref
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/wasmtests/
H A Dref-func-0.wat3 (func $local (result externref externref funcref funcref)
11 (global (export "funcref-imported") funcref (ref.func $imported))
12 (global (export "funcref-local") funcref (ref.func $local)))
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-wasm/wasmtests/
H A Dref-func-0.wat3 (func $local (result externref externref funcref funcref)
11 (global (export "funcref-imported") funcref (ref.func $imported))
12 (global (export "funcref-local") funcref (ref.func $local)))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-wasm/wasmtests/
H A Dref-func-0.wat3 (func $local (result externref externref funcref funcref)
11 (global (export "funcref-imported") funcref (ref.func $imported))
12 (global (export "funcref-local") funcref (ref.func $local)))

12345678910>>...47