/external/tensorflow/tensorflow/compiler/jit/ |
D | increase_dynamism_for_auto_jit_pass_test.cc | 190 int64 ToInt64(int v) { return static_cast<int64>(v); } in ToInt64() function 201 ops::Const(root.WithOpName("size"), {ToInt64(-1), ToInt64(500)}); in TEST() 304 auto ToInt64 = [](int v) { return static_cast<int64>(v); }; in TEST() local 317 ops::Const(root.WithOpName("size"), {{ToInt64(-1)}, {ToInt64(500)}}); in TEST() 380 ops::Const(root.WithOpName("size"), {ToInt64(-1), ToInt64(200)}); in TEST()
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0);
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | object_writer.cc | 49 ow->RenderInt64(name, data.ToInt64().ValueOrDie()); in RenderDataPieceTo()
|
D | datapiece.h | 134 util::StatusOr<int64> ToInt64() const;
|
D | proto_writer.cc | 175 StatusOr<int64> i64 = data.ToInt64(); in WriteInt64() 185 StatusOr<int64> i64 = data.ToInt64(); in WriteSFixed64() 195 StatusOr<int64> i64 = data.ToInt64(); in WriteSInt64()
|
D | datapiece.cc | 144 StatusOr<int64> DataPiece::ToInt64() const { in ToInt64() function in google::protobuf::util::converter::DataPiece
|
D | default_value_objectwriter.cc | 453 field.default_value(), &DataPiece::ToInt64, static_cast<int64>(0))); in CreateDefaultDataPieceForField()
|
D | protostream_objectwriter.cc | 887 StatusOr<int64> int_value = data.ToInt64(); in RenderStructValue()
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 386 $BuffOffset = $InsnHandle.ToInt64() in Get-CapstoneDisassembly()
|
/external/v8/src/compiler/backend/ |
D | code-generator-impl.h | 58 return ToConstant(instr_->InputAt(index)).ToInt64(); in InputInt64()
|
D | code-generator.cc | 1280 DeoptimizationLiteral(static_cast<double>(constant.ToInt64())); in AddTranslationForOperand() 1285 Smi smi(static_cast<Address>(constant.ToInt64())); in AddTranslationForOperand()
|
D | instruction.cc | 548 return os << constant.ToInt64() << "l"; in operator <<()
|
D | instruction.h | 1096 int64_t ToInt64() const { in ToInt64() function
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 645 bool XMLUtil::ToInt64(const char* str, int64_t* value) in ToInt64() function in tinyxml2::XMLUtil 1410 if (XMLUtil::ToInt64(Value(), value)) { in QueryInt64Value() 1678 if (XMLUtil::ToInt64(t, ival)) { in QueryInt64Text()
|
D | tinyxml2.h | 627 static bool ToInt64(const char* str, int64_t* value);
|
/external/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 886 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 939 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 4624 __ movq(dst, Immediate64(src.ToInt64(), src.rmode())); in AssembleMove() 4637 __ movq(dst, Immediate64(src.ToInt64(), src.rmode())); in AssembleMove() 4639 __ Set(dst, src.ToInt64()); in AssembleMove() 4689 __ Set(dst, src.ToInt64()); in AssembleMove()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 74 return Operand(constant.ToInt64()); in InputImmediate() 905 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 948 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 3915 __ mov(dst, Operand(src.ToInt64(), src.rmode())); in AssembleMove() 3918 __ mov(dst, Operand(src.ToInt64())); in AssembleMove()
|
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 68 return Operand(constant.ToInt64()); in InputImmediate() 1405 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 1446 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 4798 __ mov(dst, Operand(src.ToInt64(), src.rmode())); in AssembleMove() 4800 __ Load(dst, Operand(src.ToInt64())); in AssembleMove() 4803 __ mov(dst, Operand(src.ToInt64())); in AssembleMove()
|
/external/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 216 return Operand(constant.ToInt64(), constant.rmode()); in ToImmediate() 218 return Operand(constant.ToInt64()); in ToImmediate() 713 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 747 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 79 return Operand(constant.ToInt64()); in InputImmediate() 656 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 690 Address wasm_code = static_cast<Address>(constant.ToInt64()); in AssembleArchInstruction() 4451 __ li(dst, Operand(src.ToInt64(), src.rmode())); in AssembleMove() 4453 __ li(dst, Operand(src.ToInt64())); in AssembleMove()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 2401 argspec: "args=[\'x\', \'name\'], varargs=None, keywords=None, defaults=[\'ToInt64\'], "
|