/third_party/boost/boost/icl/ |
D | interval_bounds.hpp | 17 typedef unsigned char bound_type; typedef 22 BOOST_STATIC_CONSTANT(bound_type, static_open = 0); 23 BOOST_STATIC_CONSTANT(bound_type, static_left_open = 1); 24 BOOST_STATIC_CONSTANT(bound_type, static_right_open = 2); 25 BOOST_STATIC_CONSTANT(bound_type, static_closed = 3); 26 BOOST_STATIC_CONSTANT(bound_type, dynamic = 4); 27 BOOST_STATIC_CONSTANT(bound_type, undefined = 5); 29 BOOST_STATIC_CONSTANT(bound_type, _open = 0); 30 BOOST_STATIC_CONSTANT(bound_type, _left_open = 1); 31 BOOST_STATIC_CONSTANT(bound_type, _right_open = 2); [all …]
|
D | interval.hpp | 18 …template <class IntervalT, bool IsDiscrete, bound_type PretendedBounds, bound_type RepresentedBoun… 99 template <class IntervalT, bound_type PretendedBounds, bound_type RepresentedBounds> 113 template <class IntervalT, bound_type PretendedBounds, bound_type RepresentedBounds>
|
D | right_open_interval.hpp | 98 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_right_open);
|
D | open_interval.hpp | 100 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_open);
|
D | left_open_interval.hpp | 99 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_left_open);
|
D | closed_interval.hpp | 98 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_closed);
|
D | discrete_interval.hpp | 142 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::dynamic);
|
D | continuous_interval.hpp | 145 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::dynamic);
|
/third_party/boost/boost/geometry/util/ |
D | is_inverse_spheroidal_coordinates.hpp | 35 typedef typename coordinate_type<point_type>::type bound_type; in is_inverse_spheroidal_coordinates() typedef 37 bound_type high = bounds<bound_type>::highest(); in is_inverse_spheroidal_coordinates() 38 bound_type low = bounds<bound_type>::lowest(); in is_inverse_spheroidal_coordinates()
|
/third_party/boost/boost/regex/v4/ |
D | iterator_category.hpp | 77 typedef typename selector::template rebind<I> bound_type; typedef 78 typedef typename bound_type::type answer;
|
/third_party/boost/boost/icl/type_traits/ |
D | is_interval.hpp | 22 BOOST_STATIC_CONSTANT(bound_type, value = (interval_bounds::undefined)); 50 BOOST_STATIC_CONSTANT(bound_type, bounds = (interval_bound_type<Type>::value)); 59 BOOST_STATIC_CONSTANT(bound_type, bounds = (interval_bound_type<Type>::value));
|
/third_party/boost/boost/type_traits/ |
D | is_base_and_derived.hpp | 215 typedef typename binder::type bound_type; typedef 217 BOOST_STATIC_CONSTANT(bool, value = bound_type::value);
|
/third_party/boost/boost/geometry/algorithms/detail/ |
D | assign_values.hpp | 92 typedef typename coordinate_type<point_type>::type bound_type; in apply() typedef 95 geometry, geometry::bounds<bound_type>::highest() in apply() 98 geometry, geometry::bounds<bound_type>::lowest() in apply()
|
/third_party/boost/libs/icl/example/custom_interval_/ |
D | custom_interval.cpp | 65 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_right_open);//[lo..up)
|
/third_party/boost/boost/detail/ |
D | ob_compressed_pair.hpp | 407 typedef typename chooser::template rebind<T1, T2> bound_type; typedef 409 typedef typename bound_type::type type;
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5446 const glsl_type *val_type, const glsl_type *bound_type) in _clamp() argument 5449 ir_variable *minVal = in_var(bound_type, "minVal"); in _clamp() 5450 ir_variable *maxVal = in_var(bound_type, "maxVal"); in _clamp()
|