/external/tensorflow/tensorflow/core/kernels/ |
D | svd_op_impl.h | 75 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | tridiagonal_matmul_op.cc | 76 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 | 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 | linalg_ops_common.h | 104 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | tridiagonal_solve_op.cc | 94 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | qr_op_impl.h | 92 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
D | topk_op.cc | 221 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute() 222 ? kint64max in Compute()
|
D | matrix_solve_op.cc | 69 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
|
/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 | 51 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll); variable
|
D | numbers.cc | 226 int64 vlimit = kint64max; in safe_strto64()
|
/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/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 180 kint64max = 2**63 - 1 217 self.assertEqual(kint64max, message_options.Extensions[ 225 self.assertEqual(kint64max, message_options.Extensions[ 233 self.assertEqual(kint64max, message_options.Extensions[
|
/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 | 161 static const int64 kint64max = PROTOBUF_LONGLONG(0x7FFFFFFFFFFFFFFF); variable 162 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/angle/third_party/jsoncpp/source/src/test_lib_json/ |
D | main.cpp | 30 #define kint64max Json::Value::maxInt64 macro 802 val = Json::Value(double(kint64max)); in JSONTEST_FIXTURE() 815 JSONTEST_ASSERT_EQUAL(double(kint64max), val.asDouble()); in JSONTEST_FIXTURE() 816 JSONTEST_ASSERT_EQUAL(float(kint64max), val.asFloat()); in JSONTEST_FIXTURE() 962 val = Json::Value(Json::Int64(kint64max)); in JSONTEST_FIXTURE() 978 JSONTEST_ASSERT_EQUAL(kint64max, val.asInt64()); in JSONTEST_FIXTURE() 979 JSONTEST_ASSERT_EQUAL(kint64max, val.asLargestInt()); in JSONTEST_FIXTURE() 980 JSONTEST_ASSERT_EQUAL(kint64max, val.asUInt64()); in JSONTEST_FIXTURE() 981 JSONTEST_ASSERT_EQUAL(kint64max, val.asLargestUInt()); in JSONTEST_FIXTURE() 982 JSONTEST_ASSERT_EQUAL(double(kint64max), val.asDouble()); in JSONTEST_FIXTURE() [all …]
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_op_metrics_db.cc | 198 int64 first_op_offset_ps = kint64max; in ConvertDeviceTraceXPlaneToOpMetricsDb()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 207 kint64max = 2**63 - 1 244 self.assertEqual(kint64max, message_options.Extensions[ 252 self.assertEqual(kint64max, message_options.Extensions[ 260 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/protobuf/src/google/protobuf/ |
D | text_format.cc | 724 DO(ConsumeSignedInteger(&value, kint64max)); in ConsumeFieldValue() 780 int64 int_value = kint64max; in ConsumeFieldValue() 801 if (int_value != kint64max && in ConsumeFieldValue() 1014 if ((static_cast<uint64>(kint64max) + 1) == unsigned_value) { in ConsumeSignedInteger()
|