Home
last modified time | relevance | path

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

123

/third_party/boost/boost/random/detail/
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 ()()
/third_party/glib/gio/tests/
Dfileattributematcher.c74 const char *subtract; in test_subtract() member
134 GFileAttributeMatcher *matcher, *subtract, *result; in test_subtract() local
/third_party/boost/boost/icl/
Dmap.hpp307 map& subtract(const element_type& value_pair) in subtract() function in boost::icl::map
314 map& subtract(const domain_type& key) in subtract() function in boost::icl::map
419 static void subtract(Type& object, const element_type& operand) in subtract() function
429 static void subtract(Type& object, const element_type& operand) in subtract() function
468 static void subtract(Type&, typename Type::iterator it_, in subtract() function
476 static void subtract(Type& object, typename Type::iterator it_, in subtract() function
485 static void subtract(Type&, typename Type::iterator it_, in subtract() function
496 static void subtract(Type& object, typename Type::iterator it_, in subtract() function
Dinterval_base_set.hpp275 SubType& subtract(const element_type& key) in subtract() function in boost::icl::interval_base_set
542 ::subtract(const segment_type& minuend) in subtract() function in boost::icl::interval_base_set
Dinterval_base_map.hpp332 SubType& subtract(const element_type& key_value_pair) in subtract() function in boost::icl::interval_base_map
338 SubType& subtract(const segment_type& interval_value_pair) in subtract() function in boost::icl::interval_base_map
617 static void subtract(Type& object, const segment_type& operand) in subtract() function
627 static void subtract(Type& object, const segment_type& operand) in subtract() function
/third_party/boost/boost/date_time/
Dwrapping_int.hpp62 BOOST_CXX14_CONSTEXPR IntT subtract(IntT v) in subtract() function in boost::date_time::wrapping_int
135 BOOST_CXX14_CONSTEXPR IntT subtract(IntT v) in subtract() function in boost::date_time::wrapping_int2
/third_party/icu/icu4c/source/test/perf/perldriver/
DDataset.pm93 sub subtract { subroutine
/third_party/boost/boost/safe_numerics/
Dchecked_integer.hpp288 constexpr static checked_result<R> subtract( in subtract() function
305 constexpr static checked_result<R> subtract( in subtract() function
328 constexpr static checked_result<R> subtract(const R & t, const R & u){ in subtract() function
Dchecked_default.hpp77 subtract(const R & t, const R & u) noexcept { in subtract() function
153 constexpr checked_result<R> subtract(const R & t, const R & u) noexcept { in subtract() function
Dchecked_float.hpp91 constexpr static checked_result<R> subtract( in subtract() function
/third_party/boost/boost/asio/
Dtime_traits.hpp61 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract() function
/third_party/typescript/tests/cases/compiler/
DcommentsCommentParsing.ts130 function subtract(a: number, b: number, c?: () => string, d?: () => string, e?: () => string, f?: (… function
/third_party/boost/boost/icl/concept/
Dinterval_map.hpp248 subtract(Type& object, const typename Type::segment_type& operand) in subtract() function
255 subtract(Type& object, const typename Type::element_type& operand) in subtract() function
265 subtract(Type& object, const typename Type::domain_type& operand) in subtract() function
272 subtract(Type& object, const typename Type::interval_type& operand) in subtract() function
Delement_set.hpp52 subtract(Type& object, const typename Type::value_type& operand) in subtract() function
Dinterval_set.hpp132 subtract(Type& object, const typename Type::segment_type& operand) in subtract() function
139 subtract(Type& object, const typename Type::element_type& operand) in subtract() function
Delement_map.hpp141 subtract(Type& object, const typename Type::element_type& operand) in subtract() function
151 subtract(Type& object, const typename Type::domain_type& key_value) in subtract() function
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DTimeUtil.java301 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() method in TimeUtil
321 public static Duration subtract(Duration d1, Duration d2) { in subtract() method in TimeUtil
DDurations.java431 public static Duration subtract(Duration d1, Duration d2) { in subtract() method in Durations
DTimestamps.java379 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() method in Timestamps
/third_party/typescript/tests/baselines/reference/
DcommentsCommentParsing.js127 function subtract(a: number, b: number, c?: () => string, d?: () => string, e?: () => string, f?: (… function
/third_party/boost/boost/asio/detail/
Dchrono_time_traits.hpp74 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract() function
/third_party/skia/src/core/
DSkRect.cpp174 static bool subtract(const R& a, const R& b, R* out) { in subtract() function
/third_party/grpc/src/php/ext/grpc/
Dtimeval.c116 PHP_METHOD(Timeval, subtract) { in PHP_METHOD() argument
/third_party/boost/boost/multiprecision/
Dinteger.hpp29 subtract(Integer& result, const I2& a, const I2& b) in subtract() function
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js56 ECFieldElementFp.prototype.subtract = feFpSubtract; method in ECFieldElementFp

123