HomeSort by relevance Sort by last modified time
    Searched defs:kMaxValue (Results 1 - 8 of 8) sorted by null

  /external/gemmlowp/public/
bit_depth.h 26 static const int kMaxValue = tMaxValue;
28 static_assert(kMinValue < kMaxValue, "");
29 static_assert(kMaxValue <= 255, "");
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 207 constexpr int kMaxValue = 10;
210 Tensor temp{DT_INT32, {1, 1, 1, 1, kMaxValue + 2}};
212 maxvalue.flat<int16>()(0) = kMaxValue;
222 Tensor cdf{DT_INT32, {1, 32, 32, 16, kMaxValue + 2}};
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 359 const int32_t kMaxValue = 1000;
381 kMaxValue * (i + 1) / 4));
395 static_cast<size_t>(kMaxValue / 2),
403 kMaxValue * i / 4 + 1));
428 EXPECT_EQ(static_cast<size_t>(kMaxValue / 2), receivers[0].values().size());
429 EXPECT_EQ(static_cast<size_t>(kMaxValue / 2), receivers[1].values().size());
448 const int32_t kMaxValue = 100;
471 base::Unretained(&senders[(i + 1) % 4]), kMaxValue));
485 static_cast<size_t>(kMaxValue / 2),
516 EXPECT_EQ(static_cast<size_t>(kMaxValue / 2), receivers[0].values().size())
    [all...]
  /external/v8/src/mips/
constants-mips.h 213 static const int32_t kMaxValue = 0x7fffffff;
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 176 static const int64_t kMaxValue = 0x7fffffffffffffffl;
    [all...]
  /external/skia/src/effects/
SkTableColorFilter.cpp 401 static const float kMaxValue = kColorScaleFactor + kColorOffsetFactor;
403 kMaxValue, kMaxValue, kMaxValue, kMaxValue);
  /external/skqp/src/effects/
SkTableColorFilter.cpp 401 static const float kMaxValue = kColorScaleFactor + kColorOffsetFactor;
403 kMaxValue, kMaxValue, kMaxValue, kMaxValue);
  /external/v8/src/
objects.h     [all...]

Completed in 308 milliseconds