Home
last modified time | relevance | path

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

/third_party/boost/libs/icl/test/
Dtest_laws.hpp297 , typename Type::difference_type& hull_len ) in check_length_complementarity() argument
302 hull_len = icl::length(hull(object)); in check_length_complementarity()
303 BOOST_CHECK_EQUAL(obj_len + obj_dist, hull_len); in check_length_complementarity()
304 return obj_len + obj_dist == hull_len; in check_length_complementarity()
311 DiffT obj_len, obj_dist, hull_len; in has_length_complementarity() local
312 return check_length_complementarity(object, obj_len, obj_dist, hull_len); in has_length_complementarity()