Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 25 of 2226) sorted by relevance

12345678910>>...90

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/operation/
H A Dsubtract.hpp26 struct subtract struct
47 typedef ::color::operation::_internal::subtract<category_type> this_type;
49 model_type operator()( model_type const& left, model_type const& right ) const in operator ()()
54 …tor()( model_output_type result, model_const_input_type left, model_const_input_type right ) const in operator ()()
60 static model_type & accumulate( model_output_type result, model_const_input_type right ) in accumulate()
69 static model_type function( model_const_input_type left, model_const_input_type right ) in function()
93 subtract in subtract() function
99 return ::color::operation::_internal::subtract<category_name>::accumulate( result, right ); in subtract()
104 subtract in subtract() function
/dports/devel/boost-docs/boost_1_72_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename pdalboost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/percona57-server/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/percona57-client/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename make_unsigned<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/random/detail/
H A Dsigned_unsigned_tools.hpp28 struct subtract { }; struct
31 struct subtract<T, /* signed */ false> struct
33 typedef T result_type;
34 result_type operator()(T x, T y) { return x - y; } in operator ()()
38 struct subtract<T, /* signed */ true> struct
40 typedef typename boost::random::traits::make_unsigned_or_unbounded<T>::type result_type;
41 result_type operator()(T x, T y) in operator ()()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/commands/
H A Dwpc_deselect_previous.erl55 subtract([{Id1,_}=E1|Es1], [{Id2,_}|_]=Set2) when Id1 < Id2 -> function
57 subtract([{Id1,_}|_]=Set1, [{Id2,_}|Es2]) when Id1 > Id2 -> function
59 subtract([{Id,E1}|Es1], [{Id,E2}|Es2]) -> function
65 subtract([], _Es2) -> []; function
66 subtract(Es1, []) -> Es1. function
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dsubtract.hpp24 inline return_type_t<ScalarA, ScalarB> subtract(const ScalarA& a, in subtract() function
43 inline auto subtract(const Mat1& m1, const Mat2& m2) { in subtract() function
61 inline auto subtract(const Scal c, const Mat& m) { in subtract() function
78 inline auto subtract(const Mat& m, const Scal c) { in subtract() function
/dports/math/stanmath/math-4.2.0/stan/math/rev/core/
H A Doperator_subtraction.hpp118 inline auto subtract(const VarMat1& a, const VarMat2& b) { in subtract() function
149 inline auto subtract(const VarMat& a, const Arith& b) { in subtract() function
175 inline auto subtract(const Arith& a, const VarMat& b) { in subtract() function
201 inline auto subtract(const Var& a, const EigMat& b) { in subtract() function
220 inline auto subtract(const EigMat& a, const Var& b) { in subtract() function
240 inline auto subtract(const Var& a, const VarMat& b) { in subtract() function
269 inline auto subtract(const VarMat& a, const Var& b) { in subtract() function
288 inline auto subtract(const T1& a, const T2& b) { in subtract() function
294 inline auto subtract(const T1& a, const T2& b) { in subtract() function
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dregionvaluetype.h75 inline void RegionValueType::subtract(const QRect &rect) in subtract() function
80 inline void RegionValueType::subtract(const QRectF &rect) in subtract() function
85 inline void RegionValueType::subtract(const RegionValueType &region) in subtract() function

12345678910>>...90