HomeSort by relevance Sort by last modified time
    Searched refs:kUint64 (Results 1 - 17 of 17) sorted by null

  /art/compiler/optimizing/
data_type.h 39 kUint64,
64 case Type::kUint64:
91 case Type::kUint64:
118 case Type::kUint64:
131 return type == Type::kUint64 || type == Type::kInt64 || type == Type::kFloat64;
136 type == Type::kUint32 || type == Type::kUint64;
150 case Type::kUint64:
174 case Type::kUint64:
200 case Type::kUint64:
data_type-inl.h 58 case DataType::Type::kUint64: return 'w'; // Picked 'w' for long unsigned.
register_allocation_resolver.cc 106 case DataType::Type::kUint64:
code_generator_vector_mips.cc 624 case DataType::Type::kUint64:
682 case DataType::Type::kUint64:
    [all...]
code_generator_vector_mips64.cc 623 case DataType::Type::kUint64:
681 case DataType::Type::kUint64:
    [all...]
register_allocator_linear_scan.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_arm64.cc     [all...]
register_allocator_graph_color.cc     [all...]
code_generator_mips64.cc 61 case DataType::Type::kUint64:
    [all...]
code_generator_mips.cc 65 case DataType::Type::kUint64:
146 case DataType::Type::kUint64:
    [all...]
  /external/v8/src/
machine-type.cc 64 case MachineSemantic::kUint64:
machine-type.h 51 kUint64,
83 semantic() == MachineSemantic::kUint64;
120 MachineSemantic::kUint64);
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 173 kUint64, // 10
221 struct DataTypeImpl<ArrayDataType::kUint64> {
    [all...]
tooling_util.cc     [all...]

Completed in 1382 milliseconds