Home
last modified time | relevance | path

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

/dports/www/srt/srt-1.4.4/test/
H A Dtest_utilities.cpp180 int dropshift = offset - (buf.capacity() - 1); // buf.capacity()-1 is the latest position in TEST() local
181 offset -= dropshift; in TEST()
182 IF_HEAVY_LOGGING(cerr << "Need to drop: " << dropshift << " New offset:" << offset << endl); in TEST()
183 ASSERT_GE(dropshift, 0); in TEST()
184 if (dropshift > 0) in TEST()
186 buf.drop(dropshift); in TEST()
192 ASSERT_EQ(buf.size() - 1 + dropshift, 9); in TEST()
/dports/math/polymake/polymake-4.5/apps/matroid/include/
H A Dutil.h44 struct dropshift { struct
51 dropshift(scalar_type e = scalar_type()) : elem(e) {} in elem() argument
82 …uct_unary2_with_arg<pm::TransformedContainer, operations::dropshift<Int>>(operations::dropshift<In… in drop_shift()