Home
last modified time | relevance | path

Searched refs:ToInt64 (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dincrease_dynamism_for_auto_jit_pass_test.cc190 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/
DFuzzTestData.cs33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0);
/external/protobuf/src/google/protobuf/util/internal/
Dobject_writer.cc49 ow->RenderInt64(name, data.ToInt64().ValueOrDie()); in RenderDataPieceTo()
Ddatapiece.h134 util::StatusOr<int64> ToInt64() const;
Dproto_writer.cc175 StatusOr<int64> i64 = data.ToInt64(); in WriteInt64()
185 StatusOr<int64> i64 = data.ToInt64(); in WriteSFixed64()
195 StatusOr<int64> i64 = data.ToInt64(); in WriteSInt64()
Ddatapiece.cc144 StatusOr<int64> DataPiece::ToInt64() const { in ToInt64() function in google::protobuf::util::converter::DataPiece
Ddefault_value_objectwriter.cc453 field.default_value(), &DataPiece::ToInt64, static_cast<int64>(0))); in CreateDefaultDataPieceForField()
Dprotostream_objectwriter.cc887 StatusOr<int64> int_value = data.ToInt64(); in RenderStructValue()
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm1386 $BuffOffset = $InsnHandle.ToInt64() in Get-CapstoneDisassembly()
/external/v8/src/compiler/backend/
Dcode-generator-impl.h58 return ToConstant(instr_->InputAt(index)).ToInt64(); in InputInt64()
Dcode-generator.cc1280 DeoptimizationLiteral(static_cast<double>(constant.ToInt64())); in AddTranslationForOperand()
1285 Smi smi(static_cast<Address>(constant.ToInt64())); in AddTranslationForOperand()
Dinstruction.cc548 return os << constant.ToInt64() << "l"; in operator <<()
Dinstruction.h1096 int64_t ToInt64() const { in ToInt64() function
/external/tinyxml2/
Dtinyxml2.cpp645 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()
Dtinyxml2.h627 static bool ToInt64(const char* str, int64_t* value);
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc886 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/
Dcode-generator-ppc.cc74 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/
Dcode-generator-s390.cc68 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/
Dcode-generator-arm64.cc216 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/
Dcode-generator-mips64.cc79 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/
Dtensorflow.pbtxt2401 argspec: "args=[\'x\', \'name\'], varargs=None, keywords=None, defaults=[\'ToInt64\'], "