HomeSort by relevance Sort by last modified time
    Searched defs:kInt64 (Results 1 - 12 of 12) sorted by null

  /system/update_engine/common/
fake_prefs.h 60 kInt64,
  /art/compiler/optimizing/
emit_swap_mips_test.cc 137 DataType::Type::kInt64,
142 DataType::Type::kInt64,
256 DataType::Type::kInt64,
261 DataType::Type::kInt64,
301 DataType::Type::kInt64,
306 DataType::Type::kInt64,
parallel_move_test.cc 293 DataType::Type::kInt64,
305 DataType::Type::kInt64,
322 DataType::Type::kInt64,
352 DataType::Type::kInt64,
373 DataType::Type::kInt64,
394 DataType::Type::kInt64,
419 DataType::Type::kInt64,
424 DataType::Type::kInt64,
439 DataType::Type::kInt64,
444 DataType::Type::kInt64,
    [all...]
data_type.h 40 kInt64,
65 case Type::kInt64:
92 case Type::kInt64:
119 case Type::kInt64:
127 return type == Type::kInt32 || type == Type::kInt64;
131 return type == Type::kUint64 || type == Type::kInt64 || type == Type::kFloat64;
151 case Type::kInt64:
152 return Type::kInt64;
176 case Type::kInt64:
202 case Type::kInt64
    [all...]
codegen_test.cc 100 HGraph* graph = CreateCFG(data, DataType::Type::kInt64);
630 DCHECK_EQ(type, DataType::Type::kInt64);
707 static_cast<IfCondition>(cond), i, j, DataType::Type::kInt64, target_config);
  /external/tensorflow/tensorflow/core/lib/monitoring/
metric_def.h 40 enum class ValueType : int { kInt64 = 0, kHistogram, kString, kBool };
51 return ValueType::kInt64;
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 266 kInt64,
285 * is kDouble, kLong, or kInt64
325 * U_INVALID_FORMAT_ERROR. If this object is of type kInt64 and
341 * kInt64 then the result is undefined.
517 * kInt64.
  /external/v8/src/compiler/
common-operator.h 129 enum Type { kInt32, kInt64 };
134 : value_(value), rmode_(rmode), type_(kInt64) {}
  /external/v8/src/
machine-type.h 50 kInt64,
79 semantic() == MachineSemantic::kInt64;
116 return MachineType(MachineRepresentation::kWord64, MachineSemantic::kInt64);
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 103 kInt64,
139 // attrs["foo"] = {/*required=*/false, AttrTy::kInt64, &foo};
596 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id};
607 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id};
621 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id};
632 attrs["channel_id"] = {/*required=*/true, AttrTy::kInt64, &channel_id};
646 attrs["index"] = {/*required=*/true, AttrTy::kInt64, &index};
850 attrs["feature_index"] = {/*required=*/true, AttrTy::kInt64,
866 attrs["feature_index"] = {/*required=*/true, AttrTy::kInt64,
883 attrs["feature_index"] = {/*required=*/true, AttrTy::kInt64,
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.h 255 kInt64, // int64_t.
281 // One exception to this is that types kInt and kInt64 can be compared and
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 172 kInt64,
217 struct DataTypeImpl<ArrayDataType::kInt64> {
    [all...]

Completed in 533 milliseconds