Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/core/vpdl/tests/
H A Dtest_mixture_of.cxx19 weight_less(const dist_t & /*d1*/, in weight_less() function
124 mixture2.sort(weight_less<dist_t>); in test_mixture_of_type()
201 mixture2.sort(weight_less<dist_t>); in test_mixture_of_type()
301 mixture2.sort(weight_less<dist_t>); in test_mixture_of_type()
H A Dtest_mixture.cxx40 weight_less(const vpdl_distribution<T, n> & /*d1*/, const T & w1, const vpdl_distribution<T, n> & /… in weight_less() function
168 mixture2.sort(weight_less<T, 3>); in test_mixture_type()
248 mixture2.sort(weight_less<T, 1>); in test_mixture_type()
349 mixture2.sort(weight_less<T, 0>); in test_mixture_type()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DCombinatorics.hh71 enum weight_cond { weight_equals, weight_less, weight_greater }; enumerator
514 if(weight_conditions[cn]==weight_less) in is_allowed_by_weight_constraints()
530 case weight_less: in final_weight_constraints_check()