Home
last modified time | relevance | path

Searched refs:allocate_vector (Results 1 – 25 of 93) sorted by relevance

1234

/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dinsoluble_orbits.c32 *orbit = allocate_vector(Degree, 1, FALSE); in insoluble_compute_orbits()
39 *backptr = allocate_vector(Degree, 1, TRUE); in insoluble_compute_orbits()
45 stack = allocate_vector(Degree + 1, 0, FALSE); in insoluble_compute_orbits()
118 pga->rep = allocate_vector(1000, 1, FALSE); in find_orbit_reps()
119 length = allocate_vector(1000, 1, FALSE); in find_orbit_reps()
H A Dstore_definition_sets.c27 pga->list = allocate_vector(nmr_of_sets, 0, FALSE); in store_definition_sets()
28 pga->available = allocate_vector(nmr_of_sets, 0, FALSE); in store_definition_sets()
29 pga->offset = allocate_vector(nmr_of_sets, 0, FALSE); in store_definition_sets()
H A Dsoluble_orbits.c45 *a = allocate_vector(Degree, 1, FALSE); in space_for_orbits()
47 *b = allocate_vector(Degree, 1, TRUE); in space_for_orbits()
151 pga->rep = allocate_vector(pga->nmr_orbits, 1, 0); in soluble_find_orbit_reps()
152 orbit_length = allocate_vector(pga->nmr_orbits, 1, 0); in soluble_find_orbit_reps()
H A Dformula.c165 weight = allocate_vector(nmr_entries, 1, FALSE); in evaluate_formula()
166 first = allocate_vector(nmr_entries + 1, 0, FALSE); in evaluate_formula()
167 last = allocate_vector(nmr_entries + 1, 0, FALSE); in evaluate_formula()
168 list = allocate_vector(nmr_entries + 1, 0, FALSE); in evaluate_formula()
H A Dpermute_subgroups.c149 subset = allocate_vector(s, 0, 0); in compute_images()
151 position = allocate_vector(depth + 1, 0, 1); in compute_images()
231 *row = allocate_vector(depth + 1, 0, 0); in find_available_positions()
232 *column = allocate_vector(depth + 1, 0, 0); in find_available_positions()
H A Ddegree.c44 pga->powers = allocate_vector(maximum + 1, 0, 0); in compute_degree()
49 pga->inverse_modp = allocate_vector(pga->p, 0, 0); in compute_degree()
H A Dexponent_auts.c42 copy_head = allocate_vector(pcp->lastg * m + 1, 0, FALSE); in save_auts()
150 *head = allocate_vector(nmr_saved * pcp->m + 1, 0, FALSE); in restore_automorphisms()
153 *list = allocate_vector(list_length + 1, 0, FALSE); in restore_automorphisms()
H A Dprint_multiweight.c51 pattern = allocate_vector(length + pcp->ndgen + 1, 1, TRUE); in print_multiweight()
56 pattern = allocate_vector(pcp->ndgen + 1, 1, TRUE); in print_multiweight()
65 gens = allocate_vector(pcp->ndgen + 1, 1, TRUE); in print_multiweight()
H A Dextend_representation.c44 expand = allocate_vector(rank, 0, TRUE); in extend_representation()
45 powers = allocate_vector(rank, 0, FALSE); in extend_representation()
H A Dmap_relations.c145 defn = allocate_vector(lastg, 1, TRUE); in map_relations()
146 preimage = allocate_vector(lastg, 1, TRUE); in map_relations()
147 image = allocate_vector(ndgen, 1, TRUE); in map_relations()
291 definition = allocate_vector(pcp->cc + 1, 0, FALSE); in map_relations()
H A Dfind_allowable_subgroup.c86 relation = allocate_vector(q, 0, TRUE); in find_allowable_subgroup()
89 *subset = allocate_vector(lastg - start + 1, 0, FALSE); in find_allowable_subgroup()
H A Dlabel_to_subgroup.c41 expand = allocate_vector(pga->available[index], 0, 1); in label_to_subgroup()
173 subset = allocate_vector(pga->s, 0, 1); in bitstring_to_subset()
H A Dstrip_identities.c30 pga->map = allocate_vector(pga->m, 1, TRUE); in strip_identities()
H A Dinteractive_pga.c200 subset = allocate_vector(pga->s, 0, FALSE); in interactive_pga()
415 rep = allocate_vector(1, 1, 0); in stabiliser_option()
416 length = allocate_vector(1, 1, 0); in stabiliser_option()
H A Dnext_class.c198 long_queue = allocate_vector(list_length, 1, 0); in close_queue()
279 int *length = allocate_vector(len, 1, 1); in bubble_sort()
H A Dstart_iteration.c61 *step_sequence = allocate_vector(nmr_iterations, 1, 0); in iteration_information()
H A Dfind_image.c28 subset = allocate_vector(pga->s, 0, 0); in find_image()
H A Dget_definition_sets.c28 subset = allocate_vector(pga->s, 0, 0); in get_definition_sets()
H A Dstabiliser.c103 relative = allocate_vector(pga->nmr_soluble + pga->nmr_centrals, 1, 0); in stabiliser_of_rep()
353 pga->relative = allocate_vector(pga->nmr_soluble, 1, 0); in read_stabiliser_gens()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dvectorhelpers.hh93 void allocate_vector(tags::field_vector, const OrderingBase<DI,CI>& ordering, Container& c) in allocate_vector() function
99 void allocate_vector(tags::block_vector, const OrderingBase<DI,CI>& ordering, Container& c) in allocate_vector() function
106 allocate_vector(container_tag(c[i]),ordering.childOrdering(i),c[i]); in allocate_vector()
109 allocate_vector(container_tag(c),ordering.childOrdering(i),c); in allocate_vector()
117 allocate_vector(container_tag(c),ordering,c); in dispatch_vector_allocation()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DResultsManager.cpp80 void ResultsManager::allocate_vector(const StrStrSizet& iterator_id, in allocate_vector() function in Dakota::ResultsManager
88 db->allocate_vector(iterator_id, location, stored_type, len, in allocate_vector()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dvector.c51 allocate_vector (unsigned int type, in allocate_vector() function
69 return (allocate_vector (type, TC_MANIFEST_NM_VECTOR, length, (&Free))); in allocate_non_marked_vector()
79 return (allocate_vector (type, TC_MANIFEST_VECTOR, length, (&Free))); in allocate_marked_vector()
/dports/audio/alsa-utils/alsa-utils-1.2.2/axfer/test/
H A Dgenerator.c60 static void *allocate_vector(snd_pcm_access_t access, in allocate_vector() function
170 allocator = allocate_vector; in test_frame_count()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DvectorSupport.hpp85 …static instanceOop allocate_vector(InstanceKlass* holder, frame* fr, RegisterMap* reg_map, ObjectV…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DvectorSupport.hpp123 …static instanceOop allocate_vector(InstanceKlass* holder, frame* fr, RegisterMap* reg_map, ObjectV…

1234