/external/libtextclassifier/native/utils/base/ |
D | integral_types.h | 72 const uint32 kuint32max{0xFFFFFFFF}; 78 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | integral_types_test.cc | 43 EXPECT_EQ(0, static_cast<uint32>(kuint32max + 1)); in TEST()
|
D | types.h | 42 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
D | numbers.cc | 322 if (result > kuint32max) { in safe_strtou32()
|
/external/dynamic_depth/internal/base/ |
D | integral_types.h | 96 static const uint32 kuint32max = ((uint32)0xFFFFFFFF); variable
|
/external/tensorflow/tensorflow/core/lib/wav/ |
D | wav_io.cc | 151 if (sample_rate == 0 || sample_rate > kuint32max) { in EncodeAudioAsS16LEWav() 171 if (file_size > kuint32max) { in EncodeAudioAsS16LEWav()
|
D | wav_io_test.cc | 45 const size_t kuint32max_plus_one = static_cast<size_t>(kuint32max) + 1; in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | random_ops.cc | 129 std::ceil(Exponent * std::log(num_elements) / std::log(kuint32max))); in Compile() 138 xla::XlaOp max_value = xla::ConstantR0(builder, kuint32max); in Compile()
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 181 kuint32max = 2**32 - 1 219 self.assertEqual(kuint32max, message_options.Extensions[ 227 self.assertEqual(kuint32max, message_options.Extensions[
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 15 #define kuint32max Json::Value::maxUInt macro 23 static const float kfuint32max = float(kuint32max); 693 val = Json::Value(kuint32max); in JSONTEST_FIXTURE() 711 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt()); in JSONTEST_FIXTURE() 713 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt()); in JSONTEST_FIXTURE() 714 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt()); in JSONTEST_FIXTURE() 715 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble()); in JSONTEST_FIXTURE() 1190 val = Json::Value(kuint32max + 0.5); in JSONTEST_FIXTURE()
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 1045 static const uint32_t kuint32max = 0xFFFFFFFF; variable 1247 bestSnlp.addElement(kuint32max, status); in divideUpDictionaryRange() 1275 if ((uint32_t)bestSnlp.elementAti(i) == kuint32max) { in divideUpDictionaryRange() 1342 if ((uint32_t)bestSnlp.elementAti(numCodePts) == kuint32max) { in divideUpDictionaryRange()
|
/external/tensorflow/tensorflow/core/lib/math/ |
D | math_util_test.cc | 192 TestCeilOfRatioUnsigned<uint32>(kuint32max); in TEST()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 163 static const uint32 kuint32max = 0xFFFFFFFFu; variable
|
D | common_unittest.cc | 76 EXPECT_EQ(0, kuint32max + 1); in TEST()
|
D | strutil.cc | 676 return kuint32max; in strtou32_adaptor() 677 } else if (errno == 0 && result > kuint32max) { in strtou32_adaptor() 679 return kuint32max; in strtou32_adaptor()
|
/external/angle/third_party/jsoncpp/source/src/test_lib_json/ |
D | main.cpp | 29 #define kuint32max Json::Value::maxUInt macro 37 static const float kfuint32max = float(kuint32max); 773 val = Json::Value(kuint32max); in JSONTEST_FIXTURE() 791 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestInt()); in JSONTEST_FIXTURE() 793 JSONTEST_ASSERT_EQUAL(kuint32max, val.asUInt()); in JSONTEST_FIXTURE() 794 JSONTEST_ASSERT_EQUAL(kuint32max, val.asLargestUInt()); in JSONTEST_FIXTURE() 795 JSONTEST_ASSERT_EQUAL(kuint32max, val.asDouble()); in JSONTEST_FIXTURE() 1277 val = Json::Value(kuint32max + 0.5); in JSONTEST_FIXTURE()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 208 kuint32max = 2**32 - 1 246 self.assertEqual(kuint32max, message_options.Extensions[ 254 self.assertEqual(kuint32max, message_options.Extensions[
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 300 return ((offset == kuint32max) in node() 476 CHECK(node_offsets_[id] == kuint32max); // Initial value in constructor in InitializeNode() 488 CHECK_LE(static_cast<int64>(ptr - space_), kuint32max); in InitializeNode() 594 node_offsets_[i] = kuint32max; in Initialize()
|
/external/protobuf/src/google/protobuf/io/ |
D | coded_stream.cc | 789 GOOGLE_DCHECK_LE(str.size(), kuint32max); in WriteStringWithSizeToArray()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1259 max_value = kuint32max; in ParseDefaultAssignment()
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 717 DO(ConsumeUnsignedInteger(&value, kuint32max)); in ConsumeFieldValue()
|
D | descriptor_unittest.cc | 3033 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::uint32_opt)); in TEST() 3037 EXPECT_EQ(kuint32max, options->GetExtension(protobuf_unittest::fixed32_opt)); in TEST()
|
D | descriptor.cc | 6779 if (uninterpreted_option_->positive_int_value() > kuint32max) { in SetOptionValue()
|