Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/kernels/
Dsvd_op_impl.h75 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dtridiagonal_matmul_op.cc76 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()
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 ()()
Dlinalg_ops_common.h104 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dtridiagonal_solve_op.cc94 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dqr_op_impl.h92 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
Dtopk_op.cc221 const int64 final_cost = (total_cost >= static_cast<double>(kint64max)) in Compute()
222 ? kint64max in Compute()
Dmatrix_solve_op.cc69 return cost >= static_cast<double>(kint64max) ? kint64max in GetCostPerUnit()
/external/tensorflow/tensorflow/core/platform/
Dintegral_types_test.cc39 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1); in TEST()
Dtypes.h51 static const int64 kint64max = ((int64)0x7FFFFFFFFFFFFFFFll); variable
Dnumbers.cc226 int64 vlimit = kint64max; in safe_strto64()
/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/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py180 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/
Dintegral_types.h105 static const int64 kint64max = ((int64)GG_LONGLONG(0x7FFFFFFFFFFFFFFF)); variable
/external/protobuf/src/google/protobuf/stubs/
Dport.h161 static const int64 kint64max = PROTOBUF_LONGLONG(0x7FFFFFFFFFFFFFFF); variable
162 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/angle/third_party/jsoncpp/source/src/test_lib_json/
Dmain.cpp30 #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/
Dxplane_to_op_metrics_db.cc198 int64 first_op_offset_ps = kint64max; in ConvertDeviceTraceXPlaneToOpMetricsDb()
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py207 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/
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/protobuf/src/google/protobuf/
Dtext_format.cc724 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()

12