Home
last modified time | relevance | path

Searched refs:circ_vec (Results 1 – 2 of 2) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/polytope/scripts/
H A Dcyclic.pl63 sub circ_vec { subroutine
119 my $v=circ_vec($l,random_vec($l,$limit));
181 return new Vector(1|circ_vec(scalar(@even_params)+1,\@params));
201 return new Vector(1|circ_vec(2,\@params));
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmessage.cc244 class circ_vec class
266 circ_vec() : end(0), has_circled(false) {} in circ_vec() function in circ_vec
324 void append(const circ_vec<T, SIZE> buf) in append()
758 typedef circ_vec<message_line, NUM_STORED_MESSAGES> store_t;