Home
last modified time | relevance | path

Searched defs:H (Results 26 – 50 of 11553) sorted by relevance

12345678910>>...463

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr40389.C37 struct H struct
40 H *p, *n; argument
41 __attribute__ ((noinline)) H (void) { p = 0, n = 0, a = 0; } in H() function
42 __attribute__ ((noinline)) H (A *b) : a (b) in H() argument
49 __attribute__ ((noinline)) H (const H &h) : a (h.a) in H() argument
56 ~H (void) { if (a != 0) a->k.foo (this); } in ~H() argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr40389.C37 struct H struct
40 H *p, *n; argument
41 __attribute__ ((noinline)) H (void) { p = 0, n = 0, a = 0; } in H() function
42 __attribute__ ((noinline)) H (A *b) : a (b) in H() function
49 __attribute__ ((noinline)) H (const H &h) : a (h.a) in H() argument
56 ~H (void) { if (a != 0) a->k.foo (this); } in ~H() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/benches/common/
H A Dmacros.rs18 macro_rules! bench_binop_ref( in accept()
19 ($name: ident, $t1: ty, $t2: ty, $binop: ident) => { in accept()
53 use rand::SeedableRng;
54 let mut rng = IsaacRng::seed_from_u64(0);
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/operators/
H A Dproduct.py24 def _node_product(G, H): argument
29 def _directed_edges_cross_edges(G, H): argument
48 def _undirected_edges_cross_edges(G, H): argument
67 def _edges_cross_nodes(G, H): argument
81 def _nodes_cross_edges(G, H): argument
111 def _init_product_graph(G, H): argument
124 def tensor_product(G, H): argument
179 def cartesian_product(G, H): argument
230 def lexicographic_product(G, H): argument
282 def strong_product(G, H): argument
[all …]
/dports/math/octave-forge-control/control-3.3.1/inst/
H A D__adjust_frd_data__.m33 H = reshape (H, 1, 1, []); variable
35 H = repmat (H, [1, 1, lw]); # needed for "frd1 + scalar2" or "scalar1 * frd2) variable
38 H = reshape (H, 1, 1, []); variable
40 H = reshape (H, rows (H), []); variable
42 H = repmat (H, [1, 1, lw]); # needed for "frd1 + matrix2" or "matrix1 * frd2) variable
48 H = zeros (0, 0, 0); variable
/dports/cad/tkgate/tkgate-2.1/src/common/
H A Dhash.h103 #define Hash_numElems(H) (H)->num argument
108 #define SHash_init(H) Hash_init(H,1) argument
118 #define delete_NHash(H) delete_Hash(H,0) argument
119 #define NHash_init(H) Hash_init(H,1) argument
120 #define NHash_uninit(H) Hash_uninit(H,0) argument
125 #define NHash_flush(H) Hash_flush(H,0) argument
130 #define delete_PHash(H) delete_Hash(H,0) argument
131 #define PHash_init(H) Hash_init(H,1) argument
132 #define PHash_init_noob(H) Hash_init(H,0) argument
133 #define PHash_uninit(H) Hash_uninit(H,0) argument
[all …]
H A Dhash.c104 uintptr_t H = 0; in computestrhash() local
141 void SHashElem_uninit(HashElem *E,Hash *H) in SHashElem_uninit()
148 Hash *H; in new_Hash() local
167 void Hash_init(Hash *H,int use_ob) in Hash_init()
202 HashElem *Hash_first(Hash *H) in Hash_first()
213 HashElem *Hash_next(Hash *H,HashElem *E) in Hash_next()
234 void Hash_grow(Hash *H) in Hash_grow()
242 void Hash_resize(Hash *H,int reqSize) in Hash_resize()
293 void *SHash_find(Hash *H,const char *key) in SHash_find()
398 void *NHash_find(Hash *H,intptr_t key) in NHash_find()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest52.m16 H = GrB (5,5) variable
19 H = GrB (5,5, 'by row') variable
22 H = GrB (5,5, 'by col') variable
28 H = GrB (5,5) variable
31 H = GrB (5,5, 'by row') variable
34 H = GrB (5,5, 'by col') variable
/dports/math/armadillo/armadillo-10.7.1/tests2/
H A Dfn_hess.cpp31 mat U, H; variable
42 mat U, H, H1, H2; variable
60 mat U, H, H1, H2; variable
81 mat U, H, H1, H2; variable
118 mat U, H, H1, H2; variable
188 mat U, H, H1, H2; variable
286 cx_mat U, H, H1, H2; variable
304 cx_mat U, H, H1, H2; variable
333 cx_mat U, H, H1, H2; variable
387 cx_mat U, H, H1, H2; variable
[all …]

12345678910>>...463