Home
last modified time | relevance | path

Searched refs:small_ (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_device_info/
H A Ddevice_info_util_unittest.cc24 EXPECT_LT(small_, DeviceInfoUtil::kActiveThreshold); in DeviceInfoUtilTest()
25 EXPECT_LT(small_, DeviceInfoUtil::GetPulseInterval()); in DeviceInfoUtilTest()
31 const TimeDelta small_ = TimeDelta::FromMilliseconds(1); member in syncer::__anon010c49eb0111::DeviceInfoUtilTest
47 EXPECT_EQ(DeviceInfoUtil::GetPulseInterval() - small_, in TEST_F()
48 DeviceInfoUtil::CalculatePulseDelay(Time(), Time() + small_)); in TEST_F()
49 EXPECT_EQ(small_, in TEST_F()
70 DeviceInfoUtil::CalculatePulseDelay(Time() + small_, Time())); in TEST_F()
83 EXPECT_TRUE(DeviceInfoUtil::IsActive(now_, now_ + small_)); in TEST_F()
85 now_, now_ + DeviceInfoUtil::kActiveThreshold - small_)); in TEST_F()
89 now_, now_ + DeviceInfoUtil::kActiveThreshold + small_)); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_device_info/
H A Ddevice_info_util_unittest.cc24 EXPECT_LT(small_, DeviceInfoUtil::kActiveThreshold); in DeviceInfoUtilTest()
25 EXPECT_LT(small_, DeviceInfoUtil::GetPulseInterval()); in DeviceInfoUtilTest()
31 const TimeDelta small_ = TimeDelta::FromMilliseconds(1); member in syncer::__anonae965cc60111::DeviceInfoUtilTest
47 EXPECT_EQ(DeviceInfoUtil::GetPulseInterval() - small_, in TEST_F()
48 DeviceInfoUtil::CalculatePulseDelay(Time(), Time() + small_)); in TEST_F()
49 EXPECT_EQ(small_, in TEST_F()
70 DeviceInfoUtil::CalculatePulseDelay(Time() + small_, Time())); in TEST_F()
83 EXPECT_TRUE(DeviceInfoUtil::IsActive(now_, now_ + small_)); in TEST_F()
85 now_, now_ + DeviceInfoUtil::kActiveThreshold - small_)); in TEST_F()
89 now_, now_ + DeviceInfoUtil::kActiveThreshold + small_)); in TEST_F()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/accumulators/
H A Dsum.hpp50 : large_(large), small_(small) {} in sum()
71 small_ += l; in operator +=()
78 small_ += s.small_; in operator +=()
85 small_ *= value; in operator *=()
90 return large_ + small_ == rhs.large_ + rhs.small_; in operator ==()
96 value_type value() const noexcept { return large_ + small_; } in value()
102 const_reference small() const noexcept { return small_; } in small()
110 ar& make_nvp("small", small_); in serialize()
118 small_ *= scale; in operator *=()
131 small_ *= scale; in operator /=()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/accumulators/
H A Dsum.hpp50 : large_(large), small_(small) {} in sum()
71 small_ += l; in operator +=()
78 small_ += s.small_; in operator +=()
85 small_ *= value; in operator *=()
90 return large_ + small_ == rhs.large_ + rhs.small_; in operator ==()
96 value_type value() const noexcept { return large_ + small_; } in value()
102 const_reference small() const noexcept { return small_; } in small()
110 ar& make_nvp("small", small_); in serialize()
118 small_ *= scale; in operator *=()
131 small_ *= scale; in operator /=()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/accumulators/
H A Dsum.hpp50 : large_(large), small_(small) {} in sum()
71 small_ += l; in operator +=()
78 small_ += s.small_; in operator +=()
85 small_ *= value; in operator *=()
90 return large_ + small_ == rhs.large_ + rhs.small_; in operator ==()
96 value_type value() const noexcept { return large_ + small_; } in value()
102 const_reference small() const noexcept { return small_; } in small()
110 ar& make_nvp("small", small_); in serialize()
118 small_ *= scale; in operator *=()
131 small_ *= scale; in operator /=()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/accumulators/
H A Dsum.hpp42 small_ = 0; in operator =()
53 small_ += (large_ - temp) + value; in operator +=()
55 small_ += (value - temp) + large_; in operator +=()
63 small_ *= value; in operator *=()
69 return large_ == rhs.large_ && small_ == rhs.small_; in operator ==()
81 const RealType& small() const { return small_; } in small()
84 operator RealType() const { return large_ + small_; } in operator RealType()
89 ar& make_nvp("small", small_); in serialize()
94 RealType small_ = RealType(); member in boost::histogram::accumulators::sum
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/accumulators/
H A Dsum.hpp42 small_ = 0; in operator =()
53 small_ += (large_ - temp) + value; in operator +=()
55 small_ += (value - temp) + large_; in operator +=()
63 small_ *= value; in operator *=()
69 return large_ == rhs.large_ && small_ == rhs.small_; in operator ==()
81 const RealType& small() const { return small_; } in small()
84 operator RealType() const { return large_ + small_; } in operator RealType()
89 ar& make_nvp("small", small_); in serialize()
94 RealType small_ = RealType(); member in boost::histogram::accumulators::sum
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/accumulators/
H A Dsum.hpp42 small_ = 0; in operator =()
53 small_ += (large_ - temp) + value; in operator +=()
55 small_ += (value - temp) + large_; in operator +=()
63 small_ *= value; in operator *=()
69 return large_ == rhs.large_ && small_ == rhs.small_; in operator ==()
81 const RealType& small() const { return small_; } in small()
84 operator RealType() const { return large_ + small_; } in operator RealType()
89 ar& make_nvp("small", small_); in serialize()
94 RealType small_ = RealType(); member in boost::histogram::accumulators::sum
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/rdma/
H A Drdma_memory_pool.hpp275 small_.allocate_pool(RDMA_POOL_MAX_SMALL_CHUNKS); in rdma_memory_pool()
293 ok = ok && small_.DeallocatePool(); in deallocate_pools()
315 else if (length<=small_.chunk_size_) { in can_allocate_unsafe()
316 return !small_.free_list_.empty(); in can_allocate_unsafe()
336 else if (length<=small_.chunk_size_) { in allocate_region()
337 region = small_.pop(); in allocate_region()
357 << " used " << decnumber(this->small_.used_) in allocate_region()
359 << " used " << decnumber(this->small_.used_) in allocate_region()
392 else if (region->get_size()<=small_.chunk_size_) { in deallocate()
393 small_.push(region); in deallocate()
[all …]
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/
H A Drma_memory_pool.hpp300 small_ (pd), in rma_memory_pool()
307 small_.allocate_pool(); in rma_memory_pool()
324 small_.DeallocatePool(); in deallocate_pools()
345 else if (length<=small_.chunk_size()) { in can_allocate_unsafe()
346 return !small_.free_list_.empty(); in can_allocate_unsafe()
366 else if (length<=small_.chunk_size()) { in allocate_region()
367 region = small_.pop(); in allocate_region()
383 << small_.status() in allocate_region()
418 else if (region->get_size()<=small_.chunk_size()) { in deallocate()
419 small_.push(region); in deallocate()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dheaders.cc56 return small_ ? ((xsize_div8_minus_1_ + 1) * 8) : xsize_; in xsize()
67 small_ = ysize64 <= 256 && (ysize64 % kBlockDim) == 0 && in Set()
69 if (small_) { in Set()
76 if (small_) { in Set()
121 JXL_QUIET_RETURN_IF_ERROR(visitor->Bool(false, &small_)); in VisitFields()
123 if (visitor->Conditional(small_)) { in VisitFields()
126 if (visitor->Conditional(!small_)) { in VisitFields()
134 if (visitor->Conditional(ratio_ == 0 && small_)) { in VisitFields()
137 if (visitor->Conditional(ratio_ == 0 && !small_)) { in VisitFields()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dheaders.cc57 return small_ ? ((xsize_div8_minus_1_ + 1) * 8) : xsize_; in xsize()
68 small_ = ysize64 <= 256 && (ysize64 % kBlockDim) == 0 && in Set()
70 if (small_) { in Set()
77 if (small_) { in Set()
122 JXL_QUIET_RETURN_IF_ERROR(visitor->Bool(false, &small_)); in VisitFields()
124 if (visitor->Conditional(small_)) { in VisitFields()
127 if (visitor->Conditional(!small_)) { in VisitFields()
135 if (visitor->Conditional(ratio_ == 0 && small_)) { in VisitFields()
138 if (visitor->Conditional(ratio_ == 0 && !small_)) { in VisitFields()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dheaders.cc56 return small_ ? ((xsize_div8_minus_1_ + 1) * 8) : xsize_; in xsize()
66 small_ = xsize64 <= 256 && ysize64 <= 256 && (xsize64 % kBlockDim) == 0 && in Set()
68 if (small_) { in Set()
76 if (small_) { in Set()
121 JXL_QUIET_RETURN_IF_ERROR(visitor->Bool(false, &small_)); in VisitFields()
123 if (visitor->Conditional(small_)) { in VisitFields()
126 if (visitor->Conditional(!small_)) { in VisitFields()
134 if (visitor->Conditional(ratio_ == 0 && small_)) { in VisitFields()
137 if (visitor->Conditional(ratio_ == 0 && !small_)) { in VisitFields()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dheaders.cc56 return small_ ? ((xsize_div8_minus_1_ + 1) * 8) : xsize_; in xsize()
66 small_ = xsize64 <= 256 && ysize64 <= 256 && (xsize64 % kBlockDim) == 0 && in Set()
68 if (small_) { in Set()
76 if (small_) { in Set()
121 JXL_QUIET_RETURN_IF_ERROR(visitor->Bool(false, &small_)); in VisitFields()
123 if (visitor->Conditional(small_)) { in VisitFields()
126 if (visitor->Conditional(!small_)) { in VisitFields()
134 if (visitor->Conditional(ratio_ == 0 && small_)) { in VisitFields()
137 if (visitor->Conditional(ratio_ == 0 && !small_)) { in VisitFields()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/src/detail/
H A Dmonotonic_buffer_resource.cpp16 small_.block_size = 8 * 1024; in monotonic_buffer_resource()
21 release(small_); in ~monotonic_buffer_resource()
28 release(small_); in release()
29 reset(small_); in release()
46 reclaim(small_); in reclaim()
62 auto result = blocks(small_) + blocks(medium_); in blocks()
125 return small_; in bucket_by_size()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dxtcformat.cpp625 int small_, smaller, larger, i; in xdr3dfcoord() local
784 small_ = magicints[smallidx] / 2; in xdr3dfcoord()
876 small_ = smaller; in xdr3dfcoord()
879 smaller = small_; in xdr3dfcoord()
880 small_ = magicints[smallidx] / 2; in xdr3dfcoord()
960 small_ = magicints[smallidx] / 2; in xdr3dfcoord()
1011 thiscoord[0] += prevcoord[0] - small_; in xdr3dfcoord()
1012 thiscoord[1] += prevcoord[1] - small_; in xdr3dfcoord()
1043 small_ = smaller; in xdr3dfcoord()
1050 smaller = small_; in xdr3dfcoord()
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/
H A Dint_generic.go12 small_ int64 // minint32 <= small <= maxint32 member
22 return i.impl.small_, i.impl.big_
27 return Int{intImpl{small_: x}}
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/starlark/
H A Dint_generic.go12 small_ int64 // minint32 <= small <= maxint32
22 return i.impl.small_, i.impl.big_
27 return Int{intImpl{small_: x}}
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/test_suites/ShortSystemTests/
H A Dtest_pread_eio_nonheader_in_chunkserver.sh20 FILE_SIZE=1234 file-generate goal2/small_{1..10}
31 assert_success file-validate goal2/small_*
43 assert_success file-validate goal2/small_*
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/lucid-2.9.12/test/
H A DExample1.hs54 (small_ (do "This website is not affiliated Youngstown "
60 (small_ (do "While hopefully accurate, this is NOT an official "
66 (small_ "Valid HTML5. Weather information via Weather Underground.")
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/lucid-2.9.12.1/test/
H A DExample1.hs54 (small_ (do "This website is not affiliated Youngstown "
60 (small_ (do "While hopefully accurate, this is NOT an official "
66 (small_ "Valid HTML5. Weather information via Weather Underground.")
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/lucid-2.9.12/test/
H A DExample1.hs54 (small_ (do "This website is not affiliated Youngstown "
60 (small_ (do "While hopefully accurate, this is NOT an official "
66 (small_ "Valid HTML5. Weather information via Weather Underground.")
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lucid-2.9.12.1/test/
H A DExample1.hs54 (small_ (do "This website is not affiliated Youngstown "
60 (small_ (do "While hopefully accurate, this is NOT an official "
66 (small_ "Valid HTML5. Weather information via Weather Underground.")
/dports/devel/fatal/fatal-2021.12.27.00/fatal/string/
H A Drope.h257 small_[i].steal(std::move(rhs.small_[i])); in vector()
265 if (size_ < small_.size()) { in emplace_back()
268 if (size_ == small_.size()) { in emplace_back()
269 buffer_.reserve(small_.size()); in emplace_back()
281 small_[i].destroy(); in clear()
288 if (size > small_.size()) { in reserve()
301 return i < small_.size()
302 ? *small_[i]
303 : buffer_[i - small_.size()];
308 if (i < small_.size()) { in move()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/
H A Dgui_play.cpp403 uint32_t small_; in initializeAudio() local
433 small_ = playbackAudio->fill(channels, wavbuf,&status); in initializeAudio()
434 fill+=small_; in initializeAudio()
449 if (!(small_ = playbackAudio->fill(preload-fill, wavbuf+fill,&status))) in initializeAudio()
453 fill+=small_; in initializeAudio()
466 if (!(small_ = playbackAudio->fill(slice, wavbuf,&status))) in initializeAudio()

12345678