Home
last modified time | relevance | path

Searched refs:kLimit (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/common/
Dcountdown.js4 const kLimit = Symbol('limit'); constant
12 this[kLimit] = limit;
17 assert(this[kLimit] > 0, 'Countdown expired');
18 if (--this[kLimit] === 0)
20 return this[kLimit];
24 return this[kLimit];
/third_party/mindspore/mindspore/core/ops/
Drange.cc39 void Range::set_limit(const int64_t limit) { (void)this->AddAttr(kLimit, MakeValue(limit)); } in set_limit()
42 auto value_ptr = GetAttr(kLimit); in get_limit()
96 int64_t limit = GetValue<int64_t>(primitive->GetAttr(kLimit)); in RangeInfer()
Dop_utils.h107 constexpr auto kLimit = "limit"; variable
/third_party/flutter/skia/src/codec/
DSkWbmpCodec.cpp49 const uint64_t kLimit = 0xFE00000000000000; in read_mbf() local
50 SkASSERT(kLimit == ~((~static_cast<uint64_t>(0)) >> 7)); in read_mbf()
52 if (n & kLimit) { // Will overflow on shift by 7. in read_mbf()
/third_party/skia/src/codec/
DSkWbmpCodec.cpp49 const uint64_t kLimit = 0xFE00000000000000; in read_mbf() local
50 SkASSERT(kLimit == ~((~static_cast<uint64_t>(0)) >> 7)); in read_mbf()
52 if (n & kLimit) { // Will overflow on shift by 7. in read_mbf()
/third_party/flutter/skia/fuzz/
DFuzzCommon.cpp15 constexpr float kLimit = 1.0e35f; // FLT_MAX? in fuzz_nice_float() local
16 *f = (v == v && v <= kLimit && v >= -kLimit) ? v : 0.0f; in fuzz_nice_float()
/third_party/skia/fuzz/
DFuzzCommon.cpp15 constexpr float kLimit = 1.0e35f; // FLT_MAX? in fuzz_nice_float() local
16 *f = (v == v && v <= kLimit && v >= -kLimit) ? v : 0.0f; in fuzz_nice_float()