/external/tensorflow/tensorflow/core/kernels/ |
D | matrix_triangular_solve_op.cc | 74 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit() 166 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | svd_op_impl.h | 75 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | population_count_op.cc | 113 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()() 114 ? kint64max in operator ()()
|
D | matrix_solve_ls_op_impl.h | 70 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | tridiagonal_solve_op.cc | 78 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | linalg_ops_common.h | 104 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | lu_op.cc | 61 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | compare_and_bitpack_op.cc | 155 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()() 156 ? kint64max in operator ()()
|
D | topk_op.cc | 219 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute() 220 ? kint64max in Compute()
|
D | qr_op_impl.h | 92 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | matrix_solve_op.cc | 69 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 16 #define kint64max Json::Value::maxInt64 macro 20 static const double kdint64max = double(kint64max); 21 static const float kfint64max = float(kint64max); 722 val = Json::Value(double(kint64max)); in JSONTEST_FIXTURE() 735 JSONTEST_ASSERT_EQUAL(double(kint64max), val.asDouble()); in JSONTEST_FIXTURE() 736 JSONTEST_ASSERT_EQUAL(float(kint64max), val.asFloat()); in JSONTEST_FIXTURE() 881 val = Json::Value(Json::Int64(kint64max)); in JSONTEST_FIXTURE() 897 JSONTEST_ASSERT_EQUAL(kint64max, val.asInt64()); in JSONTEST_FIXTURE() 898 JSONTEST_ASSERT_EQUAL(kint64max, val.asLargestInt()); in JSONTEST_FIXTURE() 899 JSONTEST_ASSERT_EQUAL(kint64max, val.asUInt64()); in JSONTEST_FIXTURE() [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | integral_types_test.cc | 39 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1); in TEST()
|
D | types.h | 56 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll); variable
|
/external/dynamic_depth/internal/base/ |
D | integral_types.h | 105 static const int64 kint64max = ((int64)GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); variable
|
/external/protobuf/src/google/protobuf/stubs/ |
D | port.h | 141 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF); variable 142 static const int64 kint64min = -kint64max - 1;
|
D | common_unittest.cc | 74 EXPECT_LT(kint64min, kint64max); in TEST() 75 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1); in TEST()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 185 kint64max = 2**63 - 1 222 self.assertEqual(kint64max, message_options.Extensions[ 230 self.assertEqual(kint64max, message_options.Extensions[ 238 self.assertEqual(kint64max, message_options.Extensions[
|
/external/tensorflow/tensorflow/core/lib/math/ |
D | math_util_test.cc | 197 TestCeilOfRatioSigned<int64>(kint64min, kint64max); in TEST()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | scheduler.cc | 283 int64 curr_priority = kint64max; in GetNodeWithHighestPriority()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | numbers.cc | 226 int64 vlimit = kint64max; in safe_strto64()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1104 uint64 max_value = kint64max; in ParseDefaultAssignment() 1370 is_negative ? static_cast<uint64>(kint64max) + 1 : kuint64max; in ParseOption()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_shape.cc | 165 static_assert(kMaxSmall * kMaxSmall * kMaxSmall * kMaxSmall <= kint64max, in InitDims()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 2758 EXPECT_EQ(kint64max , options->GetExtension(protobuf_unittest::int64_opt)); in TEST() 2762 EXPECT_EQ(kint64max , options->GetExtension(protobuf_unittest::sint64_opt)); in TEST() 2766 EXPECT_EQ(kint64max , options->GetExtension(protobuf_unittest::sfixed64_opt)); in TEST()
|
D | text_format.cc | 650 DO(ConsumeSignedInteger(&value, kint64max)); in ConsumeFieldValue()
|