HomeSort by relevance Sort by last modified time
    Searched refs:InRange (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/pdfium/core/fxge/
cfx_color.cpp 16 bool InRange(float comp) {
21 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
29 if (!InRange(dGray))
35 if (!InRange(dGray))
41 if (!InRange(dR) || !InRange(dG) || !InRange(dB)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 280 Range *InRange = upperBound(Min, Ranges, NumRanges);
283 if (InRange && InRange->getEnd().getMemoryLocation() == P)
284 InRange = upperBound(P, Ranges, NumRanges);
285 if (!InRange && P > Loc)
287 if (InRange && InRange->getStart().getMemoryLocation() < P)
289 if (InRange && InRange->getStart().getMemoryLocation() <= P)
300 InRange = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 46 bool InRange) override;
66 bool InRange) = 0;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
geom.h 194 SCHECK(InRange(score, 0.0f, 1.0f), "Invalid score! %.2f", score);
199 return InRange(that.left_, left_, right_)
200 || InRange(that.right_, left_, right_)
201 || InRange(that.top_, top_, bottom_)
202 || InRange(that.bottom_, top_, bottom_);
215 return InRange(point.x, left_, right_) && InRange(point.y, top_, bottom_);
image.h 59 SCHECK(InRange(col, 0, max_col_),
170 SCHECK(InRange(row, 0, height_less_one_),
176 SCHECK(InRange(row, 0, height_less_one_),
utils.h 138 inline static bool InRange(const T a, const T min, const T max) {
183 SCHECK(InRange(real_number, 0.0f, 2048.0f),
198 SCHECK(InRange(real_number, -kMult, kMult),
flow_cache.h 105 if (InRange(*final_x, 0.0f, static_cast<float>(image_size_.width) - 1) &&
106 InRange(*final_y, 0.0f, static_cast<float>(image_size_.height) - 1)) {
integral_image.h 174 SCHECK(InRange(final_code, static_cast<Code>(0), static_cast<Code>(3)),
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 195 const llvm::APSInt &To, bool InRange) {
205 return assumeSymWithinInclusiveRange(State, Sym, From, To, InRange);
216 return assumeSymWithinInclusiveRange(State, Sym, From, To, InRange);
223 bool isFeasible = (IsInRange == InRange);
306 bool InRange) {
325 if (InRange)
SimpleConstraintManager.h 45 bool InRange) override;
56 bool InRange);
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
GenCfgOpt.py     [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 61 static inline bool InRange(double d, T min, U max) {
74 static inline bool InRange(double d, T min, U max) {
562 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt, maxInt),
584 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt),
607 JSON_ASSERT_MESSAGE(InRange(value_.real_, minInt64, maxInt64),
628 JSON_ASSERT_MESSAGE(InRange(value_.real_, 0, maxUInt64),
731 (type_ == realValue && InRange(value_.real_, minInt, maxInt)) ||
735 (type_ == realValue && InRange(value_.real_, 0, maxUInt)) ||
    [all...]

Completed in 848 milliseconds

1 2 3 4