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

1 2 3

  /external/tensorflow/tensorflow/core/lib/math/
math_util_test.cc 62 void TestCeilOfRatioUnsigned(uint64 kMax) {
70 {0, kMax, 0, 0},
75 {kMax, 1, kMax, kMax},
76 {kMax, 2, kMax / 2, kMax / 2 + ((kMax % 2 != 0) ? 1 : 0)},
77 {kMax, 3, kMax / 3, kMax / 3 + ((kMax % 3 != 0) ? 1 : 0)}
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
RungeKuttaStepInterpolator.java 141 final int kMax = (yDotK == null) ? -1 : yDotK.length;
142 out.writeInt(kMax);
143 for (int k = 0; k < kMax; ++k) {
163 final int kMax = in.readInt();
164 yDotK = (kMax < 0) ? null : new double[kMax][];
165 for (int k = 0; k < kMax; ++k) {
  /art/runtime/mirror/
iftable.h 32 GetWithoutChecks<kVerifyFlags, kReadBarrierOption>((i * kMax) + kInterface)->AsClass();
44 (i * kMax) + kMethodArray));
53 Get<kVerifyFlags, kReadBarrierOption>((i * kMax) + kMethodArray));
60 return GetLength() / kMax;
69 kMax = 2,
iftable-inl.h 29 const size_t idx = i * kMax + kInterface;
36 auto idx = i * kMax + kMethodArray;
  /external/skia/tools/
CrashHandler.cpp 40 static const size_t kMax = 256;
41 char mangled[kMax], demangled[kMax];
43 unw_get_proc_name(&cursor, mangled, kMax, &offset);
46 size_t len = kMax;
64 static const int kMax = 64;
65 void* stack[kMax];
66 const int count = backtrace(stack, kMax);
  /external/skqp/tools/
CrashHandler.cpp 40 static const size_t kMax = 256;
41 char mangled[kMax], demangled[kMax];
43 unw_get_proc_name(&cursor, mangled, kMax, &offset);
46 size_t len = kMax;
64 static const int kMax = 64;
65 void* stack[kMax];
66 const int count = backtrace(stack, kMax);
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 36 // The basic rect used is [kMin,kMin]..[kMax,kMax]
39 static const float kMax = 299.5f;
46 SkRect r = SkRect::MakeLTRB(kMin, kMin, kMax, kMax);
66 convexPath.lineTo(kMax, kMax);
67 convexPath.lineTo(kMin, kMax);
77 concavePath.lineTo(kMax, kMin);
79 concavePath.lineTo(kMax, kMax)
    [all...]
  /external/skqp/samplecode/
SampleClipDrawMatch.cpp 36 // The basic rect used is [kMin,kMin]..[kMax,kMax]
39 static const float kMax = 299.5f;
46 SkRect r = SkRect::MakeLTRB(kMin, kMin, kMax, kMax);
66 convexPath.lineTo(kMax, kMax);
67 convexPath.lineTo(kMin, kMax);
77 concavePath.lineTo(kMax, kMin);
79 concavePath.lineTo(kMax, kMax)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
mathlimits.h 82 static const Type kMax;
175 static const Type kMax = kPosMax; \
195 static const Type kMax = kPosMax; \
254 static const Type kMax; \
mathlimits.cc 65 const Type MathLimits<Type>::kMax; \
108 const Type MathLimits<Type>::kMax = MathLimits<Type>::kPosMax; \
  /external/dng_sdk/source/
dng_safe_arithmetic.cpp 277 const double kMax =
280 if (val > kMin - 1.0 && val < kMax + 1.0) {
289 const double kMax =
292 if (val >= 0.0 && val < kMax + 1.0) {
301 const double kMax = std::numeric_limits<float>::max();
302 if (val > kMax) {
304 } else if (val < -kMax) {
308 // - values in [-kMax, kMax]
  /external/v8/src/
source-position.h 56 DCHECK(script_offset <= ScriptOffsetField::kMax - 2);
61 DCHECK(inlining_id <= InliningIdField::kMax - 2);
  /art/runtime/
hidden_api.h 39 kMax = kBlacklistOnly,
44 DCHECK_LE(api_policy_int, static_cast<int>(EnforcementPolicy::kMax));
  /external/libvpx/libvpx/test/
avg_test.cc 350 const int kMax = 32640;
351 const int expected = kMax * satd_size_;
352 FillConstant(kMax);
394 const int64_t kMax = 32640;
395 const int64_t expected = kMax * kMax * txfm_size_;
396 FillConstant(kMax, 0);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
transport_feedback_unittest.cc 168 const uint16_t kMax = 0xFFFF;
169 const uint16_t kReceived[] = {kMax - 2, kMax - 1, kMax, 0, 1, 2};
181 const uint16_t kMax = 0xFFFF;
182 const uint16_t kReceived[] = {kMax - 2, kMax - 1, 1, 2};
  /external/tensorflow/tensorflow/contrib/lite/kernels/
pooling.cc 45 kMax,
103 if (pool_type == kAverage || pool_type == kMax) {
308 pooling::GenericPrepare<pooling::kMax>,
329 pooling::GenericPrepare<pooling::kMax>,
  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 528 enum Reducer { kAdd, kMax };
554 CHECK(param.reducer == kAdd || param.reducer == kMax);
593 CHECK(param.reducer == kAdd || param.reducer == kMax);
605 CHECK(param.reducer == kAdd || param.reducer == kMax);
674 /*reducer=*/kMax},
794 /*reducer=*/kMax},
    [all...]
  /system/core/init/
builtins.cpp     [all...]
service.cpp 718 constexpr std::size_t kMax = std::numeric_limits<std::size_t>::max();
722 {1, kMax, &Service::ParseCapabilities}},
723 {"class", {1, kMax, &Service::ParseClass}},
733 {"keycodes", {1, kMax, &Service::ParseKeycodes}},
735 {"onrestart", {1, kMax, &Service::ParseOnrestart}},
753 {"writepid", {1, kMax, &Service::ParseWritepid}},
    [all...]
  /external/clang/test/SemaCXX/
compare.cpp 211 static const unsigned int kMax = 0;
213 return (kMax > 0);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 223 const float kMin = 0.01, kMax = 100.;
227 II->FeatureFrequencyScore = Min(II->FeatureFrequencyScore, kMax);
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 223 const float kMin = 0.01, kMax = 100.;
227 II->FeatureFrequencyScore = Min(II->FeatureFrequencyScore, kMax);
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 223 const float kMin = 0.01, kMax = 100.;
227 II->FeatureFrequencyScore = Min(II->FeatureFrequencyScore, kMax);
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 223 const float kMin = 0.01, kMax = 100.;
227 II->FeatureFrequencyScore = Min(II->FeatureFrequencyScore, kMax);
  /external/v8/src/compiler/
node.h 283 static const int kOutlineMarker = InlineCountField::kMax;
284 static const int kMaxInlineCount = InlineCountField::kMax - 1;
285 static const int kMaxInlineCapacity = InlineCapacityField::kMax - 1;

Completed in 982 milliseconds

1 2 3