Home
last modified time | relevance | path

Searched refs:InRange (Results 1 – 25 of 44) sorted by relevance

12

/external/pdfium/core/fxge/
Dcfx_color.cpp22 bool InRange(float comp) { in InRange() function
27 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK)) in ConvertCMYK2GRAY()
35 if (!InRange(dGray)) in ConvertGRAY2CMYK()
41 if (!InRange(dGray)) in ConvertGRAY2RGB()
47 if (!InRange(dR) || !InRange(dG) || !InRange(dB)) in ConvertRGB2GRAY()
53 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK)) in ConvertCMYK2RGB()
61 if (!InRange(dR) || !InRange(dG) || !InRange(dB)) in ConvertRGB2CMYK()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc280 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
283 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
284 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
285 if (!InRange && P > Loc) in PrintMemorySnippet()
287 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
289 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
300 InRange = 0; in PrintMemorySnippet()
303 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
304 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
305 if (!InRange) in PrintMemorySnippet()
[all …]
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.cpp290 Range *InRange = upperBound(Min, Ranges, NumRanges); in PrintMemorySnippet() local
293 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
294 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
295 if (!InRange && P > Loc) in PrintMemorySnippet()
297 if (InRange && InRange->getStart().getMemoryLocation() < P) in PrintMemorySnippet()
299 if (InRange && InRange->getStart().getMemoryLocation() <= P) in PrintMemorySnippet()
310 InRange = 0; in PrintMemorySnippet()
313 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
314 InRange = upperBound(P, Ranges, NumRanges); in PrintMemorySnippet()
315 if (!InRange) in PrintMemorySnippet()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp96 const llvm::APSInt &To, bool InRange) { in assumeInclusiveRange() argument
106 return assumeSymInclusiveRange(State, Sym, From, To, InRange); in assumeInclusiveRange()
117 return assumeSymInclusiveRange(State, Sym, From, To, InRange); in assumeInclusiveRange()
124 bool isFeasible = (IsInRange == InRange); in assumeInclusiveRange()
DRangedConstraintManager.cpp95 const llvm::APSInt &To, bool InRange) { in assumeSymInclusiveRange() argument
114 if (InRange) in assumeSymInclusiveRange()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h194 SCHECK(InRange(score, 0.0f, 1.0f), "Invalid score! %.2f", score); in PascalScore()
199 return InRange(that.left_, left_, right_) in Intersects()
200 || InRange(that.right_, left_, right_) in Intersects()
201 || InRange(that.top_, top_, bottom_) in Intersects()
202 || InRange(that.bottom_, top_, bottom_); in Intersects()
215 return InRange(point.x, left_, right_) && InRange(point.y, top_, bottom_); in Contains()
Dimage.h59 SCHECK(InRange(col, 0, max_col_),
170 SCHECK(InRange(row, 0, height_less_one_),
176 SCHECK(InRange(row, 0, height_less_one_),
Dutils.h138 inline static bool InRange(const T a, const T min, const T max) { in InRange() function
183 SCHECK(InRange(real_number, 0.0f, 2048.0f), in RealToFixed115()
198 SCHECK(InRange(real_number, -kMult, kMult), in RealToFixed1616()
Dflow_cache.h104 if (InRange(*final_x, 0.0f, static_cast<float>(image_size_.width) - 1) && in FindNewPositionOfPoint()
105 InRange(*final_y, 0.0f, static_cast<float>(image_size_.height) - 1)) { in FindNewPositionOfPoint()
Dintegral_image.h174 SCHECK(InRange(final_code, static_cast<Code>(0), static_cast<Code>(3)), in GetCode()
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp195 const llvm::APSInt &To, bool InRange) { in assumeWithinInclusiveRange() argument
205 return assumeSymWithinInclusiveRange(State, Sym, From, To, InRange); in assumeWithinInclusiveRange()
216 return assumeSymWithinInclusiveRange(State, Sym, From, To, InRange); in assumeWithinInclusiveRange()
223 bool isFeasible = (IsInRange == InRange); in assumeWithinInclusiveRange()
306 bool InRange) { in assumeSymWithinInclusiveRange() argument
325 if (InRange) in assumeSymWithinInclusiveRange()
DSimpleConstraintManager.h45 bool InRange) override;
56 bool InRange);
/external/scudo/standalone/
Drelease.h153 if (!InRange) { in processNextPage()
155 InRange = true; in processNextPage()
172 if (InRange) { in closeOpenedRange()
175 InRange = false; in closeOpenedRange()
181 bool InRange = false; variable
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Drelease.h149 if (!InRange) { in processNextPage()
151 InRange = true; in processNextPage()
168 if (InRange) { in closeOpenedRange()
171 InRange = false; in closeOpenedRange()
177 bool InRange = false; variable
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSimpleConstraintManager.h45 bool InRange) override;
65 bool InRange) = 0;
DSMTConv.h509 const llvm::APSInt &From, const llvm::APSInt &To, bool InRange) { in getRangeExpr() argument
523 return getBinExpr(Solver, Ctx, Exp, SymTy, InRange ? BO_EQ : BO_NE, in getRangeExpr()
535 getBinExpr(Solver, Ctx, Exp, SymTy, InRange ? BO_GE : BO_LT, FromExp, in getRangeExpr()
538 InRange ? BO_LE : BO_GT, ToExp, ToTy, in getRangeExpr()
541 return fromBinOp(Solver, LHS, InRange ? BO_LAnd : BO_LOr, RHS, in getRangeExpr()
DSMTConstraintManager.h66 bool InRange) override { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
69 State, Sym, SMTConv::getRangeExpr(Solver, Ctx, Sym, From, To, InRange)); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/external/libtextclassifier/native/lang_id/script/
Dtiny-script-detector.h59 inline bool InRange(IntType value, IntType low, IntType hi) { in InRange() function
134 if (InRange(codepoint, kHangulJamoStart, kHangulJamoEnd)) { in GetScript()
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc255 bool InRange(const void* base, in InRange() function
266 if (!InRange(mem, size, ehdr, sizeof(typename E::Ehdr))) { in GetLoadBias()
272 if (!InRange(mem, size, phdr, sizeof(typename E::Phdr))) { in GetLoadBias()
286 if (!InRange(mem, size, ehdr, sizeof(typename E::Ehdr))) { in GetBuildId()
292 if (!InRange(mem, size, shdr, sizeof(typename E::Shdr))) { in GetBuildId()
305 if (!InRange(mem, size, nhdr, sizeof(typename E::Nhdr))) { in GetBuildId()
311 if (!InRange(mem, size, name, 4)) { in GetBuildId()
319 if (!InRange(mem, size, value, nhdr->n_descsz)) { in GetBuildId()
/external/image_io/src/base/
Ddata_scanner.cc25 bool InRange(char value, char lo, char hi) { in InRange() function
31 return InRange(value, 'A', 'Z') || InRange(value, 'a', 'z') || value == '_' || in IsFirstNameChar()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp100 bool ThreadPlanStepRange::InRange() { in InRange() function in ThreadPlanStepRange
448 if (InRange()) { in MischiefManaged()
481 if (!InRange()) { in IsPlanStale()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepRange.h44 bool InRange();
/external/jsoncpp/src/lib_json/
Djson_value.cpp87 static inline bool InRange(double d, T min, U max) { in InRange() function
103 static inline bool InRange(double d, T min, U max) { in InRange() function
663 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt), in asInt()
685 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt), in asUInt()
708 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64), in asInt64()
729 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64), in asUInt64()
836 (type() == realValue && InRange(value_.real_, minInt, maxInt)) || in isConvertibleTo()
840 (type() == realValue && InRange(value_.real_, 0, maxUInt)) || in isConvertibleTo()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h639 if (!InRange(range)) return false; // Don't even try to track bogus subreources
668 if (!InRange(range)) return false; // Don't even try to track bogus subreources
696 if (!InRange(range)) return false; // Don't even try to process bogus subreources
730 if (!InRange(subresource)) return kInvalidLayout;
737 if (!InRange(subresource)) return nullptr;
744 if (!InRange(subresource)) return kInvalidLayout;
820 bool InRange(const VkImageSubresource &subres) const {
827 bool InRange(const VkImageSubresourceRange &range) const {
/external/pigweed/pw_kvs/public/pw_kvs/
Dfake_flash_memory.h41 static constexpr FlashError InRange(Status status,

12