Searched refs:DiffT (Results 1 – 5 of 5) sorted by relevance
92 typedef typename icl::difference_type_of<T>::type DiffT; in coverable_asymmetric_interval_4_bicremental_types() typedef95 DiffT d_1 = icl::unit_element<DiffT>::value(); in coverable_asymmetric_interval_4_bicremental_types()
288 typedef typename Type::difference_type DiffT; in has_length_as_distance() typedef289 SetT in_between; DiffT between_len, obj_dist; in has_length_as_distance()310 typedef typename Type::difference_type DiffT; in has_length_complementarity() typedef311 DiffT obj_len, obj_dist, hull_len; in has_length_complementarity()
44 typedef RatioSetT::difference_type DiffT; in BOOST_AUTO_TEST_CASE() typedef57 DiffT len_set_a = length(set_a); in BOOST_AUTO_TEST_CASE()58 DiffT len_between_a = length(between_a); in BOOST_AUTO_TEST_CASE()
1038 typedef typename difference_type_of<interval_traits<Type> >::type DiffT; in length() typedef1039 return icl::is_empty(object) ? identity_element<DiffT>::value() in length()1048 typedef typename difference_type_of<interval_traits<Type> >::type DiffT; in length() typedef1049 return icl::is_empty(object) ? identity_element<DiffT>::value() in length()1058 typedef typename difference_type_of<interval_traits<Type> >::type DiffT; in length() typedef1059 return icl::is_empty(object) ? identity_element<DiffT>::value() in length()1068 typedef typename difference_type_of<interval_traits<Type> >::type DiffT; in length() typedef1069 return icl::is_empty(object) ? identity_element<DiffT>::value() in length()1405 typedef typename difference_type_of<interval_traits<Type> >::type DiffT; in distance() typedef1408 return icl::identity_element<DiffT>::value(); in distance()[all …]
192 typedef typename Type::difference_type DiffT; in distance() typedef195 DiffT dist = identity_element<DiffT>::value(); in distance()