/third_party/boost/boost/random/detail/ |
D | signed_unsigned_tools.hpp | 28 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/ |
D | fileattributematcher.c | 74 const char *subtract; in test_subtract() member 134 GFileAttributeMatcher *matcher, *subtract, *result; in test_subtract() local
|
/third_party/boost/boost/icl/ |
D | map.hpp | 307 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
|
D | interval_base_set.hpp | 275 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
|
D | interval_base_map.hpp | 332 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/ |
D | wrapping_int.hpp | 62 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/ |
D | Dataset.pm | 93 sub subtract { subroutine
|
/third_party/boost/boost/safe_numerics/ |
D | checked_integer.hpp | 288 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
|
D | checked_default.hpp | 77 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
|
D | checked_float.hpp | 91 constexpr static checked_result<R> subtract( in subtract() function
|
/third_party/boost/boost/asio/ |
D | time_traits.hpp | 61 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract() function
|
/third_party/typescript/tests/cases/compiler/ |
D | commentsCommentParsing.ts | 130 function subtract(a: number, b: number, c?: () => string, d?: () => string, e?: () => string, f?: (… function
|
/third_party/boost/boost/icl/concept/ |
D | interval_map.hpp | 248 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
|
D | element_set.hpp | 52 subtract(Type& object, const typename Type::value_type& operand) in subtract() function
|
D | interval_set.hpp | 132 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
|
D | element_map.hpp | 141 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/ |
D | TimeUtil.java | 301 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
|
D | Durations.java | 431 public static Duration subtract(Duration d1, Duration d2) { in subtract() method in Durations
|
D | Timestamps.java | 379 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() method in Timestamps
|
/third_party/typescript/tests/baselines/reference/ |
D | commentsCommentParsing.js | 127 function subtract(a: number, b: number, c?: () => string, d?: () => string, e?: () => string, f?: (… function
|
/third_party/boost/boost/asio/detail/ |
D | chrono_time_traits.hpp | 74 static duration_type subtract(const time_type& t1, const time_type& t2) in subtract() function
|
/third_party/skia/src/core/ |
D | SkRect.cpp | 174 static bool subtract(const R& a, const R& b, R* out) { in subtract() function
|
/third_party/grpc/src/php/ext/grpc/ |
D | timeval.c | 116 PHP_METHOD(Timeval, subtract) { in PHP_METHOD() argument
|
/third_party/boost/boost/multiprecision/ |
D | integer.hpp | 29 subtract(Integer& result, const I2& a, const I2& b) in subtract() function
|
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/ |
D | ec.js | 56 ECFieldElementFp.prototype.subtract = feFpSubtract; method in ECFieldElementFp
|