Home
last modified time | relevance | path

Searched defs:difference (Results 1 – 25 of 48) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsleep.c36 long int difference = new_time.tv_sec - old_time.tv_sec - 2000; in sleep_0100() local
Dusleep.c36 long int difference = new_time.tv_sec - old_time.tv_sec - 2000; in usleep_0100() local
/third_party/node/test/parallel/
Dtest-bootstrap-modules.js252 const difference = (setA, setB) => { function
Dtest-process-env-allowed-flags-are-documented.js85 const difference = (setA, setB) => { function
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h299 CONSTEXPR_F diff_t difference(year_tag, fields f1, fields f2) noexcept { in difference() function
302 CONSTEXPR_F diff_t difference(month_tag, fields f1, fields f2) noexcept { in difference() function
305 CONSTEXPR_F diff_t difference(day_tag, fields f1, fields f2) noexcept { in difference() function
308 CONSTEXPR_F diff_t difference(hour_tag, fields f1, fields f2) noexcept { in difference() function
311 CONSTEXPR_F diff_t difference(minute_tag, fields f1, fields f2) noexcept { in difference() function
314 CONSTEXPR_F diff_t difference(second_tag, fields f1, fields f2) noexcept { in difference() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc225 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local
230 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local
780 const Chunk difference = RawBigit(i + exponent_diff) - (remove & kBigitMask); in SubtractTimes() local
789 const Chunk difference = RawBigit(i) - borrow; in SubtractTimes() local
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp239 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local
244 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local
794 const Chunk difference = RawBigit(i + exponent_diff) - (remove & kBigitMask); in SubtractTimes() local
803 const Chunk difference = RawBigit(i) - borrow; in SubtractTimes() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp238 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local
243 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local
793 const Chunk difference = RawBigit(i + exponent_diff) - (remove & kBigitMask); in SubtractTimes() local
802 const Chunk difference = RawBigit(i) - borrow; in SubtractTimes() local
/third_party/node/deps/v8/src/base/numbers/
Dbignum.cc193 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; in SubtractBignum() local
198 Chunk difference = bigits_[i + offset] - borrow; in SubtractBignum() local
700 Chunk difference = in SubtractTimes() local
708 Chunk difference = bigits_[i] - borrow; in SubtractTimes() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp239 const Chunk difference = RawBigit(i + offset) - other.RawBigit(i) - borrow; in SubtractBignum() local
244 const Chunk difference = RawBigit(i + offset) - borrow; in SubtractBignum() local
794 const Chunk difference = RawBigit(i + exponent_diff) - (remove & kBigitMask); in SubtractTimes() local
803 const Chunk difference = RawBigit(i) - borrow; in SubtractTimes() local
/third_party/skia/tests/
DRectTest.cpp225 SkIRect difference; in DEF_TEST() local
259 SkIRect difference; in DEF_TEST() local
/third_party/googletest/googletest/samples/
Dsample10_unittest.cc82 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.cc95 int difference = dividend_bit_length - divisor_bit_length; in DivModImpl() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dscalar_analysis.cpp1059 SENode* difference = in TEST_F() local
1096 SENode* difference = in TEST_F() local
/third_party/spirv-tools/test/opt/
Dscalar_analysis.cpp1059 SENode* difference = in TEST_F() local
1096 SENode* difference = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dscalar_analysis.cpp1059 SENode* difference = in TEST_F() local
1096 SENode* difference = in TEST_F() local
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dinterval.rs140 pub fn difference(&mut self, other: &IntervalSet<I>) { in difference() method
392 fn difference(&self, other: &Self) -> (Option<Self>, Option<Self>) { in difference() method
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp568 const Vec4 difference = m_params.expectedColor - resultImage.getPixel(x,y,z); in iterate() local
585 const float difference = m_params.expectedDepth - resultImage.getPixDepth(x,y,z); in iterate() local
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_foozzie.py338 def format_difference( argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java640 long difference = Long.MAX_VALUE; in findFractionRuleSetRule() local
/third_party/python/Lib/
D_weakrefset.py131 def difference(self, other): member in WeakSet
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFRuleSet.java641 long difference = Long.MAX_VALUE; in findFractionRuleSetRule() local
/third_party/gn/src/base/
Dstl_util.h93 ResultType difference; in STLSetDifference() local
/third_party/vk-gl-cts/external/amber/src/src/
Dverifier.cc83 double difference = std::fabs(actual - expected); in IsEqualWithTolerance() local
/third_party/python/Modules/_multiprocessing/
Dsemaphore.c237 unsigned long delay, difference; in sem_timedwait_save() local

12