Home
last modified time | relevance | path

Searched defs:newvector (Results 1 – 8 of 8) sorted by relevance

/dports/math/R-cran-igraph/igraph/src/
H A Dbliss.cc124 igraph_vector_t *newvector = igraph_Calloc(1, igraph_vector_t); in collect_generators() local
H A Dtopology.c1867 igraph_vector_t *newvector = igraph_Calloc(1, igraph_vector_t); in igraph_i_get_isomorphisms_vf2() local
2677 igraph_vector_t *newvector = igraph_Calloc(1, igraph_vector_t); in igraph_i_get_subisomorphisms_vf2() local
/dports/net/nepenthes/nepenthes-0.2.2/modules/submit-postgres/
H A Dbencoding.c113 Bencoding_Item *newvector = (Bencoding_Item *)realloc((void *)c->m_items.m_vector, in Bencoding_decodeBuffer() local
/dports/devel/upp/upp/uppsrc/Core/
H A DVcont.hpp40 void *newvector; in ReAlloc() local
290 T *newvector = RawAlloc(alloc = max(alloc + count, int(alloc + ((unsigned)alloc >> 1)))); in RawInsert() local
657 T *newvector = newalloc ? (T *) MemoryAlloc(newalloc * sizeof(T)) : NULL; in ReAlloc() local
/dports/math/igraph/igraph-0.9.5/src/isomorphism/
H A Dbliss.cc200 igraph_vector_t *newvector = IGRAPH_CALLOC(1, igraph_vector_t); in operator ()() local
H A Dvf2.c866 igraph_vector_t *newvector = IGRAPH_CALLOC(1, igraph_vector_t); in igraph_i_get_isomorphisms_vf2_inner() local
1665 igraph_vector_t *newvector = IGRAPH_CALLOC(1, igraph_vector_t); in igraph_i_get_subisomorphisms_vf2_inner() local
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxldmem.c247 LVAL newvector(int size) in newvector() function
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Darray.d22 var object newvector = allocate_vector(length); /* vector of same length */ in copy_svector() local
44 var object newvector = allocate_bit_vector(atype,vec_len); in data_to_sbvector() local
59 …var object newvector = data_to_sbvector(atype,length,TheSbvector(vector)->data,ceiling(length<<aty… in copy_sbvector() local