Home
last modified time | relevance | path

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

/third_party/boost/boost/icl/
Dinterval_bounds.hpp17 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 …]
Dinterval.hpp18 …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>
Dright_open_interval.hpp98 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_right_open);
Dopen_interval.hpp100 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_open);
Dleft_open_interval.hpp99 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_left_open);
Dclosed_interval.hpp98 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_closed);
Ddiscrete_interval.hpp142 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::dynamic);
Dcontinuous_interval.hpp145 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::dynamic);
/third_party/boost/boost/geometry/util/
Dis_inverse_spheroidal_coordinates.hpp35 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/
Diterator_category.hpp77 typedef typename selector::template rebind<I> bound_type; typedef
78 typedef typename bound_type::type answer;
/third_party/boost/boost/icl/type_traits/
Dis_interval.hpp22 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/
Dis_base_and_derived.hpp215 typedef typename binder::type bound_type; typedef
217 BOOST_STATIC_CONSTANT(bool, value = bound_type::value);
/third_party/boost/boost/geometry/algorithms/detail/
Dassign_values.hpp92 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_/
Dcustom_interval.cpp65 BOOST_STATIC_CONSTANT(bound_type, value = interval_bounds::static_right_open);//[lo..up)
/third_party/boost/boost/detail/
Dob_compressed_pair.hpp407 typedef typename chooser::template rebind<T1, T2> bound_type; typedef
409 typedef typename bound_type::type type;
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5446 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()