Home
last modified time | relevance | path

Searched refs:base_traits (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DRobust_periodic_weighted_circumcenter_traits_3.h43 : Base(base_traits.construct_weighted_circumcenter_3_object()), in Robust_periodic_construct_weighted_circumcenter_3()
44 base_traits(base_traits) in Robust_periodic_construct_weighted_circumcenter_3()
71 base_traits.construct_weighted_point_3_object(); in operator()
73 base_traits.construct_weighted_circumcenter_3_object(); in operator()
91 Exact_traits etraits(to_exact(base_traits.get_domain())); in operator()
111 base_traits.construct_weighted_point_3_object(); in operator()
113 base_traits.construct_weighted_circumcenter_3_object(); in operator()
131 Exact_traits etraits(to_exact(base_traits.get_domain())); in operator()
148 base_traits.construct_weighted_point_3_object(); in operator()
168 Exact_traits etraits(to_exact(base_traits.get_domain())); in operator()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Boolean_set_operations_2/
H A DGps_simplifier_traits.h142 const auto* base_traits = m_traits.m_base_traits; in operator() local
143 auto base_cmp_xy = base_traits->compare_xy_2_object(); in operator()
144 auto base_cmp_endpoints = base_traits->compare_endpoints_xy_2_object(); in operator()
145 auto base_ctr_min_vertex = base_traits->construct_min_vertex_2_object(); in operator()
146 auto base_intersect = base_traits->intersect_2_object(); in operator()
228 const auto* base_traits = m_traits.m_base_traits; in operator() local
229 auto base_split = base_traits->split_2_object(); in operator()
258 const auto* base_traits = m_traits.m_base_traits; in operator() local
298 const auto* base_traits = m_traits.m_base_traits; in operator() local
337 const auto* base_traits = m_traits.m_base_traits; in operator() local
[all …]
H A DGps_insertion_meta_traits.h51 Gps_insertion_meta_traits(Base_traits& base_traits) : Base(base_traits) in Gps_insertion_meta_traits() argument
H A DGps_agg_meta_traits.h174 const auto* base_traits = m_traits.m_base_traits; in operator() local
175 auto base_cmp_xy = base_traits->compare_xy_2_object(); in operator()
176 auto base_cmp_endpoints = base_traits->compare_endpoints_xy_2_object(); in operator()
177 auto base_ctr_min_vertex = base_traits->construct_min_vertex_2_object(); in operator()
178 auto base_intersect = base_traits->intersect_2_object(); in operator()
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dcustom_allocators.h106 using base_traits = tbb::detail::allocator_traits<base_type>; variable
142 using other = LocalCountingAllocator<typename base_traits::template rebind_alloc<U>>;
179 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()
185 base_traits::destroy(*this, ptr); in destroy()
243 using base_traits = tbb::detail::allocator_traits<BaseAllocatorType>; variable
261 using other = StaticCountingAllocator<typename base_traits::template rebind_alloc<U>>;
291 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()
297 base_traits::destroy(*this, ptr); in destroy()
383 using base_traits = tbb::detail::allocator_traits<BaseAllocatorType>; variable
426 base_traits::construct(*this, ptr, std::forward<Args>(args)...); in construct()
[all …]
/dports/math/polymake/polymake-4.5/lib/core/include/
H A DCascadedContainer.h246 using base_traits = cascade_traits<container, depth>;
247 using container_category = typename base_traits::category;
405 …: check_container_feature<typename CascadedContainer<ContainerRef, depth>::base_traits::base_conta…
409 …: check_container_feature<typename CascadedContainer<ContainerRef, depth>::base_traits::base_conta…
414 using base_traits = typename CascadedContainer<ContainerRef, depth>::base_traits;
417 … = is_effectively_const<ContainerRef>::value || object_traits<typename base_traits::base_container…
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/
H A Dtask_traits_extension.h209 std::true_type base_traits, in GetTaskTraitsExtension() argument
216 std::false_type base_traits, in GetTaskTraitsExtension() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/
H A Dtask_traits_extension.h209 std::true_type base_traits, in GetTaskTraitsExtension() argument
216 std::false_type base_traits, in GetTaskTraitsExtension() argument
/dports/math/e-antic/flint2-ae7ec89/flintxx/
H A Dmatrix.h271 struct base_traits
289 struct generic_traits : mdetail::base_traits
306 struct generic_traits_srcref : mdetail::base_traits
323 struct generic_traits_ref : mdetail::base_traits
340 struct generic_traits_nonref : mdetail::base_traits
/dports/math/flint2/flint-2.8.4/flintxx/
H A Dmatrix.h271 struct base_traits
289 struct generic_traits : mdetail::base_traits
306 struct generic_traits_srcref : mdetail::base_traits
323 struct generic_traits_ref : mdetail::base_traits
340 struct generic_traits_nonref : mdetail::base_traits
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/
H A Dmatrix.h271 struct base_traits
289 struct generic_traits : mdetail::base_traits
306 struct generic_traits_srcref : mdetail::base_traits
323 struct generic_traits_ref : mdetail::base_traits
340 struct generic_traits_nonref : mdetail::base_traits
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/traits/
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct
H A DKokkos_ScheduleTrait.hpp61 struct base_traits { struct
/dports/devel/kokkos/kokkos-3.4.01/core/src/traits/
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
H A DKokkos_ScheduleTrait.hpp61 struct base_traits { struct
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/traits/
H A DKokkos_GraphKernelTrait.hpp61 struct base_traits { struct
H A DKokkos_IterationPatternTrait.hpp58 struct base_traits { struct
H A DKokkos_LaunchBoundsTrait.hpp60 struct base_traits { struct
H A DKokkos_ExecutionSpaceTrait.hpp60 struct base_traits { struct

12