Home
last modified time | relevance | path

Searched refs:kint64max (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dmatrix_triangular_solve_op.cc74 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
166 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dsvd_op_impl.h75 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dpopulation_count_op.cc113 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()()
114 ? kint64max in operator ()()
Dmatrix_solve_ls_op_impl.h70 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dtridiagonal_solve_op.cc78 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dlinalg_ops_common.h104 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dlu_op.cc61 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dcompare_and_bitpack_op.cc155 const int64 shard_cost = (total_cost >= static_cast<double>(kint64max)) in operator ()()
156 ? kint64max in operator ()()
Dtopk_op.cc219 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute()
220 ? kint64max in Compute()
Dqr_op_impl.h92 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dmatrix_solve_op.cc69 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
/external/jsoncpp/src/test_lib_json/
Dmain.cpp16 #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/
Dintegral_types_test.cc39 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1); in TEST()
Dtypes.h56 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll); variable
/external/dynamic_depth/internal/base/
Dintegral_types.h105 static const int64 kint64max = ((int64)GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); variable
/external/protobuf/src/google/protobuf/stubs/
Dport.h141 static const int64 kint64max = GOOGLE_LONGLONG(0x7FFFFFFFFFFFFFFF); variable
142 static const int64 kint64min = -kint64max - 1;
Dcommon_unittest.cc74 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/
Ddescriptor_test.py185 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/
Dmath_util_test.cc197 TestCeilOfRatioSigned<int64>(kint64min, kint64max); in TEST()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc283 int64 curr_priority = kint64max; in GetNodeWithHighestPriority()
/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers.cc226 int64 vlimit = kint64max; in safe_strto64()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1104 uint64 max_value = kint64max; in ParseDefaultAssignment()
1370 is_negative ? static_cast<uint64>(kint64max) + 1 : kuint64max; in ParseOption()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc165 static_assert(kMaxSmall * kMaxSmall * kMaxSmall * kMaxSmall <= kint64max, in InitDims()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2758 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()
Dtext_format.cc650 DO(ConsumeSignedInteger(&value, kint64max)); in ConsumeFieldValue()

12